bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
		document.write ('<style type="text/css">');

		document.write (' @font-face {');
		document.write (' font-family: Meera'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("http://www.anweshanam.com/anwfont/MEERA0.eot")');
		document.write ('}');
		
		document.write (' @font-face {');
		document.write (' font-family: Meera'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: local('Meera'), url('http://www.anweshanam.com/anwfont/Meera_04-2.ttf') format("truetype")');
		document.write ('}');

		document.write ('</style>');
}

