bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{ if (navigator.appName == "Netscape")
document.write ("<link rel='fontdef' src='http://originaljewish.com/wp-content/uploads/2009/10/cardo.pfr'>");
else {
document.write ('<style type="text/css">');
document.write (' @font-face {');
document.write (' font-family: Cardo '+"\;");
document.write (' font-style: normal'+"\;");
document.write (' font-weight: normal'+"\;");
document.write (' src: url("http://originaljewish.com/wp-content/uploads/2009/10/CARDO0E.EOT")');              
document.write ('}');
document.write ('</style>');
}}