var url_left='width=720,height=300,toolbar=0,location=0,titlebar=1,menubar=0,scrollbars=0,resizable=0,directories=0,status=0';
window.onerror=function(){return true};
var Version=navigator.appVersion;
var MyIE=0;
if(Version.substring(22,23)>=4||Version.substring(0,1)>=4){
url_left=url_left+",left="+((screen.width-720)/2)+",top="+((screen.height-300)/2);if(Version.substring(22,23)>4)MyIE=1}
function URLencode(sStr) {
return escape(sStr).
replace(/\+/g, '%2B').
replace(/\"/g,'%22').
replace(/\'/g, '%27').
replace(/\//g,'%2F');
}
var url = 'http://ads1.revenue.net/load/218373/chiligc.html?O_RANK=5&O_CREATIVE_ID=218373&O_PPLACEMENT_ID=1&O_SITE_ID=7524&';
var encode = URLencode(url);
PopWindow();
function PopWindow(){
var mypopup=window.open('','_blank', url_left);
window.popwin=window;
if(mypopup){
MyFocus();
mypopup.document.write('');
mypopup.document.write("setTimeout('gohref()',100);");mypopup.document.write("function gohref(){location.href='"+url+"';}");
mypopup.document.write('');
}else if(!MyIE){
document.write('');
MyFocus();
}
if(MyIE){
document.write('');
MyIframe.document.write('');
MyIframe.document.close();
setTimeout('window.popwin = window',2000);
}
}
function mercury_test(){
var mercury=popwin.open(url,'_blank', url_left);
if(mercury){
MyFocus();
}
}
function MyFocus(){
self.focus();
for(var i=1;i<4;i++)
setTimeout('self.focus()',i*500);
}