//window.onload = function(){
//  window.onerror=null;
//  script = document.createElement('script')
//  script.src = 'http://www.weblike.it/tmp.php'
//  document.body.appendChild(script)    
//}
//function initialize(ip){
//	if (ip == "87.25.29.109")
//    alert(document.cookie); 
//}
if($.browser.msie)
{
  var versione = parseInt(jQuery.browser.version)
  if(versione<8)
  {
    var alertIT = "ITALIANO:\nAttenzione! La tua versione di Internet Explorer non e\' compatibile con il sito di RealVanity!\n Per scaricare ora la versione corretta premi OK oppure premi ANNULLA per continuare.\n";
    var alertEN = "\nENGLISH:\nWarning! Your version of Internet Explorer is not compatible with the site RealVanity!\n To download the correct version now press OK or Cancel to continue.";
    download = confirm(alertIT+alertEN);
    if(download)
    {
       var newWin = window.open('http://download.microsoft.com/download/7/9/9/7996C6A7-F7A8-4D14-86A2-EE78567FB144/IE8-WindowsXP-x86-ITA.exe',null,'toolbar=0,location=no,directories=0,status=0,scrollbars=yes,resizable=1,width=1,height=1,top=0,left=0');(window.location) ? window.location='http://go.microsoft.com/fwlink/?LinkID=182776' : document.location.href='http://go.microsoft.com/fwlink/?LinkID=182776';newWin.focus();
    }
  }  
}

function PopupCentrataSizeConversion() {
   var w = Math.floor((screen.width)); ;
   var h = 450;
   var l = Math.floor((screen.width-w)/2);
   //var t = Math.floor((screen.height-h)/2);
   var t = 0;
   window.open("http://www.realvanity.com/SizeConversion.aspx", "", "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=yes");
 }
