bVer =  parseInt(navigator.appVersion); 


if (bVer >= 4) 


{ 


if (navigator.appName == "Netscape") 


                document.write ("<TITLE>Hämyvestarit 2011</title> <link rel='fontdef' src='http://hamyvestarit.com/2011/WCROUGH0.eot'>"); 


          else 


          { 

          document.write ('<TITLE>Hämyvestarit 2011</title>'); 



          document.write ('<style type="text/css">'); 




          document.write (' @font-face {'); 



          document.write (' font-family: WC RoughTrad Bta'+"\;"); 



          document.write (' font-style: normal'+"\;"); 



          document.write (' font-weight: normal'+"\;"); 



          document.write (' src: url("http://hamyvestarit.com/2011/WCROUGH0.eot")');              



          document.write ('}'); 



          document.write ('</style>'); 



          } 



} 



else 



          location.href="http://hamyvestarit.com/2011"; 


