//function eot()
//{
nVer =  parseInt(navigator.appVersion);
	if (nVer >= 4)
	{
		if (navigator.appName == "Netscape")
		{
			document.write ('<link rel=fontdef src="DVBW-TTSurekh.pfr">');
			document.write ('<link rel=fontdef src="DVBW-TTYogesh.pfr">');
		}
		else
		{
//			document.write ('<style type="text/css">');
//			document.write (' @font-face {');
//			document.write (' font-family: DVBW-TTSurekh'+"\;");
//			document.write (' font-style: normal'+"\;");
//			document.write (' font-weight: normal'+"\;");
////			var $url=document.location.hostname;
////			var $ind=$url.indexOf(".", 0);
////			var $subUrl=$url.substr(0, $ind);
////			switch($subUrl){
////				case "www":
////					document.write (' src: url("DVBWTTS0.eot")');
////					break;
////				case "test":
////					document.write (' src: url("DVBWTTS0.eot")');
////					break;
////				case "gad" :
////					document.write('src: url("gad_DVBWTTS0.eot")');
////					break;
////				case "it" :
////					document.write('src: url("it_DVBWTTS0.eot")');
////					break;
////				case "home" :
////					document.write('src: url("home_DVBWTTS0.eot")');
////					break;
////			}
//			document.write (' src: url("DVBTTSU3.eot")'+"\;");
//			document.write ('}');
//			document.write (' @font-face {');
//			document.write (' font-family: DVB-TTSurekh'+"\;");
//			document.write (' font-style: normal'+"\;");
//			document.write (' font-weight: normal'+"\;");
//			document.write (' src: url(DVBTTSU2.eot)'+"\;");
//			document.write ('}');
//			document.write ('</style>');
			document.write ('<style type="text/css">');
			document.write('@font-face {font-family: DVB-TTSurekh;font-style:  normal;font-weight: normal;src: url(DVBTTSU3.eot);font-size: 18px;}');
			document.write('@font-face {font-family: DVB-TTSurekh;font-style:  normal;font-weight: 700;src: url(DVBTTSU2.eot);font-size: 18px;}');
			document.write ('</style>');
		}
	}

//}