| The script below will put one of those bookmark this page site links. This can encourage visitors to add your site to their bookmarks ensuring they come back again and again.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<script language="JavaScript1.2">
var url="http://yoursitehere.com";
var title="Whatever you wish to display";
function bookmark(){
if (document.all)
window.external.AddFavorite(url,title);
}
</script>
</head>
<body>
<a href="javascript:bookmark()">Bookmark this site!</a>
</body>
</html> |