function BookmarkPage(){
	if (!((navigator.appName).indexOf("Netscape") == -1)) {
		alert("Please press Ctrl-D, thank you!")
	} else if (!((navigator.appName).indexOf("Microsoft") == -1)) {
		window.external.AddFavorite(location.href, document.title)
	} else if (window.opera && window.print) {
	return true
	}
}
