<!--
var img = new Array();
var url = new Array();
var txt = new Array();
// Sexyloo
img[0] = "http://www.club-sexyloo.com/img/bann1.jpg";
url[0]  = "http://www.sexyloo.com";
txt[0]  = "Les meilleures photos et vidéos gratuites du net.";
// Sexyloo
img[1] = "http://www.club-sexyloo.com/img/bann1.jpg";
url[1]  = "http://www.sexyloo.com";
txt[1]  = "Les meilleures photos et vidéos gratuites du net.";
// Miaou
img[2] = "http://marqueur.miaou.fr/bandeaux/bandeau1.gif ";
url[2] = "http://marqueur.miaou.fr/lien.cgi?3217";
txt[2] = "Vos recherches coquines";
// Miaou
img[3] = "http://marqueur.miaou.fr/bandeaux/bandeau1.gif ";
url[3] = "http://marqueur.miaou.fr/lien.cgi?3217";
txt[3] = "Vos recherches coquines";

// Tirage au sort et affichage de la bannière à afficher
var n = Math.round(3 * Math.random());
document.write("<div align=center>");
document.write("<a target=_new href="+url[n]+"><img border=0 width=468 height=60 src="+img[n]+"></a><BR>");
document.write("<a target=_new href="+url[n]+">"+txt[n]+"</a></div>");
// -->

