function randmestop() {
var url = new Array();
url[0] = "http://www.partouzes3x.com/top/index.php?part=2";
url[1] = "http://www.cul3x.com/top/index.php?part=2";
url[2] = "http://www.bombatop.com/pop.php?part=2";
url[3] = "http://www.copine-coquine.com/contributions-amatrices/index.php";
url[4] = "http://www.copine-coquine.com/contributions-amatrices/index.php";
url[5] = "http://www.copine-coquine.com/contributions-amatrices/index.php";
url[6] = "http://www.bombateen.com/top/index.php?part=2";
url[7] = "http://www.bombamature.com/top/index.php?part=2";
var urlpopup = url[Math.round(7 * Math.random())];
newwin = window.open();
newwin.moveTo(0,0);
newwin.resizeTo(screen.availWidth,screen.availHeight);
newwin.location = urlpopup;
}