function PutBookmarkLink()
{
if (navigator.appName=="Netscape") {
	document.write ('Bookmark this Page (Ctrl+D)')
}
else
{
	document.write ('Bookmark this Page (Ctrl+B)')
}

}
