BOOKMARK THIS SITE SCRIPT
Give your sites the visitors the option of bookmarking your site. It's sure to keep traffic to your site steady.
EXAMPLE
CODE (S)

============================================================
Script: Basic BOOKMARK
Functions: Add your site to your viewers Favorites

============================================================

Put the following script in the body of your page:

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {

var url="http://www.YOUR_SITES_URL.COM";
var title="YOUR SITE TITLE";

document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Add our site to your favorites!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">Add our site to your favorites!</a>');
}
else {
var msg = "Don't forget to bookmark us!";
if(navigator.appName == "Netscape") msg += " (CTRL-D)";
document.write(msg);
}

// End -->
</script>

============================================================

MAIN
Hosted by www.Geocities.ws