if (navigator.appName == "Netscape")
              {  
		//document.write ("<link rel='fontdef' src='Thiruvachanam.ttf'>");
		document.write ('<style type="text/css" media="screen, print">>');
		document.write (' @font-face {');
		document.write (' font-family: Thiruvachanam'+"\;");
		document.write (' src: url("Thiruvachanam.ttf")');
		document.write ('}');
	}
else
{

/* $WEFT -- Created by: solSys (jacobpurackel@hotmail.com) on 29/06/09 -- */
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: Thiruvachanam'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url(THIRUVA0.eot)');
		document.write ('}');
		document.write (' @font-face {');
		document.write (' font-family: Verdana'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url(VERDANA0.eot)');
		document.write ('}');
		document.write ('</style>');


}
