function bookmark(){
			if (navigator.appVersion.indexOf("Macintosh") > 0) {
				alert ("Bookmark www.lottohitter.com by pressing Command-D");
			} else if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
                        DLURL = "http://www.lottohitter.com/";
				DLDESC = "Florida Lottery Online Service";
				window.external.AddFavorite(DLURL,DLDESC);
			} else {
				alert ("Bookmark www.lottohitter.com by pressing Control-D");
			}
		}
