
bVer =  parseInt(navigator.appVersion);
if (bVer >= 4) {
    
        document.write ('<style type="text/css">');
        document.write (' @font-face {');
        document.write (' font-family: AmritLipi '+"\;");
        document.write (' font-style: normal'+"\;");
        document.write (' font-weight: normal'+"\;");
        document.write (' src: url("http://www.mediapunjab.com/AMRITLI0.eot")');
        document.write ('}');
        document.write ('</style>');
		document.write ('<style>@font-face { font-family: AmritLipi; src: url("http://www.mediapunjab.com/css/amritlipi.ttf"); } </style>');
}
else  {
    location.href="http://www.mediapunjab.com/html/font.html";
}
