var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/3 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',status'
win = window.open(mypage,myname,settings)
if(win.window.focus){win.window.focus();}
}


function randomurl()
{
    Url = new Array;

    Url[0] = "http://www.lif6.com";
    Url[1] = "http://www.at6m.com";
    Url[2] = "http://www.gl581c.com";
    Url[3] = "http://www.mvtmjsun.com/";
    Url[4] = "http://www.p6ace.com/";
    Url[5] = "http://p8re.com/";
    Url[6] = "http://www.l6v9.com/";
    Url[7] = "http://www.htaed.com/";    
    Url[8] = "http://www.htrib.com/";
    Url[9] = "http://www.r6al.com/";
    Url[10] = "http://www.m8nd.com/";
       

    ChoixLien = Math.floor(Math.random() * Url.length);
    window.open(Url[ChoixLien],'_top');
}
//-->

