// Dynamic Link for the Geez Font to the Pages on geezemail.com

	var bVer =  parseInt(navigator.appVersion);
	if (bVer >= 4)
	{
		if (navigator.appName == "Netscape")
			document.write ("<link rel='fontdef' src='http://www.geezemail.com/GeezeMail/GFZemen.pfr'>");
		else {
			document.write ('<style type="text/css" media="all">');
			document.write (' @font-face {');
			document.write (' font-family:GF Zemen Unicode'+"\;");
			document.write (' font-style: normal'+"\;");
			document.write (' font-weight: normal'+"\;");
			document.write (' src: url("http://www.geezemail.com/GeezeMail/GFZEMEN0.eot")');
			document.write ('}');
			document.write ('</style>');
			window.status = "Geez email service";
		}
	}	else		location.href="http://www.geezemail.com";
	
