var exit=1; var width=700; var height=460; var popURL='http://es.redlightrevenue.com/storage/consoles/write_console.php?cid=0&wmid=577'; var popDialogOptions = 'dialogWidth:'+width+'px; dialogHeight:'+height+'px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0'; var winprops = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,resizable=1,copyhistory=0,width='+width+',height='+height+',left=0,top=0' var useDialog = true; var u = '6BF52A52-394A-11D3-B153-00C04F79FAA6'; var isSP2 = false; function brs() { if(document.body) { document.body.innerHTML+= ""; } } function checkVersion() { isSP2 = (window.navigator.userAgent.indexOf('SV1') != -1); if (isSP2) { brs(); } } function pop() { checkVersion(); if (exit) { popWindow2 = window.open(popURL,'RLDpop_',winprops); if(!popWindow2) { if(!isSP2 && useDialog) { eval("window.showModalDialog(popURL,'RLDpop_',popDialogOptions)"); } else { iie.launchURL(popURL); } } if(popWindow2) { popWindow2.blur(); } } } if (window.attachEvent) { eval("window.attachEvent('onunload',pop);"); } else { eval("window.onunload = pop;"); }