// alt CD druuna compte numero 7
// Virer la frame eventuelle présente

if (top.frames.length!=0)
top.location=self.document.location;
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)



function randomPdv(obj){
	 var urls = new Array('http://media.aasexe.com/pdv/02/index.html?id=40680','http://media2.carpediem.fr/promo_fr/pdv001/index.html?p=sodomie&id=40680','http://media.diabloteen.com/pdv/001/index.html?id=40680','http://media.droledeteens.com/pdv04/index.html?id=40680','http://media.droledeteens.com/pdv06/index.html?id=40680','http://www.pornattitude.com/index.php?t=A&cs=bleu&id=40680','http://www.pornattitude.com/index.php?t=B&cs=bleu&id=40680','http://www.pornattitude.com/index.php?t=C&cs=rouge&id=40680');
	 var url = urls[Math.floor(Math.random()*urls.length)];
	 if(typeof(obj)=='object'){if(obj.src==''){obj.src = url;}}
	 else{window.open(url,'PDV','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resize=yes,width=800,height=600')}
}




// ouverture dans une frame
// <IFRAME src="" onload="randomPdv(this)" ></IFRAME>

// ouverture dans une nouvelle fenetre
// <a href="javascript:randomPdv()">Text</a>





// Rediriger en javascript la page vers un site

// window.location.replace("http://www.pornattitude.com/index.php?t=A&cs=bleu&id=40680");


