var img = new Array();
var url = new Array();
var txt = new Array();

img[0] = "http://pub.gay-tonik.com/2hv2/120x600/1.gif";
url[0]  = "http://www.2hommes.com/index.php?ssb";
txt[0]  = "";

img[1] = "http://pub.gay-tonik.com/at/120x600/1.gif";
url[1]  = "http://www.amateur-ttbm.com/index.php?ssb";
txt[1]  = "";

img[2] = "http://pub.gay-tonik.com/at/120x600/2.gif";
url[2]  = "http://www.amateur-ttbm.com/index.php?ssb";
txt[2]  = "";

img[3] = "http://pub.gay-tonik.com/bg/120x600/1.gif";
url[3]  = "http://www.bande-gay.com/index.php?ssb";
txt[3]  = "";

img[4] = "http://pub.gay-tonik.com/bg/120x600/2.gif";
url[4]  = "http://www.bande-gay.com/index.php?ssb";
txt[4]  = "";

img[5] = "http://pub.gay-tonik.com/chg/120x600/1.gif";
url[5]  = "http://www.chaine-gay.com/index.php?ssb";
txt[5]  = "";

img[6] = "http://pub.gay-tonik.com/chg/120x600/2.gif";
url[6]  = "http://www.chaine-gay.com/index.php?ssb";
txt[6]  = "";

img[7] = "http://pub.gay-tonik.com/cg/120x600/1.gif";
url[7]  = "http://www.comgay.com/index.php?ssb";
txt[7]  = "";

img[8] = "http://pub.gay-tonik.com/cog/120x600/2.gif";
url[8]  = "http://www.couleur-gay.com/index.php?ssb";
txt[8]  = "";

img[9] = "http://pub.gay-tonik.com/cog/120x600/1.gif";
url[9]  = "http://www.couleur-gay.com/index.php?ssb";
txt[9]  = "";

img[10] = "http://pub.gay-tonik.com/feg/120x600/1.gif";
url[10]  = "http://www.fetiche-gay.com/index.php?ssb";
txt[10]  = "";

img[11] = "http://pub.gay-tonik.com/feg/120x600/2.gif";
url[11]  = "http://www.fetiche-gay.com/index.php?ssb";
txt[11]  = "";

img[12] = "http://pub.gay-tonik.com/g40/120x600/1.gif";
url[12]  = "http://www.gay-40-ans.com/index.php?ssb";
txt[12]  = "";

img[13] = "http://pub.gay-tonik.com/g40/120x600/2.gif";
url[13]  = "http://www.gay-40-ans.com/index.php?ssb";
txt[13]  = "";



img[14] = "http://pub.gay-tonik.com/mp/120x600/1.gif";
url[14]  = "http://www.monsieur-penis.com/index.php?ssb";
txt[14]  = "";

img[15] = "http://pub.gay-tonik.com/rgv2/120x600/1.gif";
url[15]  = "http://www.referencegay.com/index.php?ssb";
txt[15]  = "";

img[16] = "http://www.sextrafic.com/gay/fandemecs/skycraper_01.gif";
url[16]  = "http://www.fandemecs.com/sextrafic.php?numinscrit=63504";
txt[16]  = "";

img[17] = "http://banners.direction-x.com/tools/gt/f/120x600.gif";
url[17]  = "http://acces.gladdytoys.com/a.php?t=27&o=if&pgid=91&tc1=pggnet&tc2=600&pg_b_format=120x600&pg_noexit=0&pg_b_type=f&pg_if_nofloating=0&pg_if_nojs=0&prid=27&j=pg&pg_b_tc_on=b_gt_f_120x600_0";
txt[17]  = "";

	var n=0;
							

var ns4 = (document.layers)? true:false;   			 
var ie4 = (document.all)? true:false;   				 
var dom = (document.getElementById)? true:false;   


	function defin_txt(t, nomlayer){
	if(ns4){
		var lyr=document.layers[nomlayer].document;
		lyr.open();
		lyr.write(t);
		lyr.close();
	}else if(dom){
		document.getElementById(nomlayer).innerHTML=t
	}else{
		document.all[nomlayer].innerHTML=t;
		}
	}
	
	function define_img()
{n0= Math.round(((img.length)-1) * Math.random());
defin_txt("<table width=100%><tr><td align=center><a href=\""+ url[n0] +"\"  target=_Blank onMouseOver=\"window.status='"+ txt[n0].replace(/\'/, "\\\'") +"'; return true; \" onMouseOut=\window.status=''; return true;\"><img width=120 height=600 src=\""+ img[n0]  +"\" border=0></a><br></td></tr></table>",'e0');

 x = setTimeout("define_img();", 15000);

}
x = setTimeout("define_img();", 10);