<!--
linkto_site = new Array;
affiche = false;

linkto_site[1]="http://www.sexeautop.com" ;
linkto_site[2]="http://www.gay118.com/click.php?id=1432" ;
linkto_site[3]="http://www.webcam-amateur-gay.com/topPHP/in.php3?id=409" ;
linkto_site[4]="http://www.topkeums.com/in.php?id=1690" ;
linkto_site[5]="http://www.top-gay.org/top/in.php?id=3114&logings=umobuck" ;



function VoteWGS(){
 	if(!affiche){
 		numsite= Math.round(Math.random()*(linkto_site.length-1));
		document.write ('<a href="' + linkto_site[numsite] + '" name="banlink" Id="banlink" target="_blank" class="menu">Top Liste Gay</a>');
		affiche = true;
		}
	else {
		if(numsite==(linkto_site.length-1)){
		numsite=-1;
		}
		else {
			numsite++;
			if(linkto_site[numsite]){
				document.getElementById('banlink').href = linkto_site[numsite];
				var timeout=20000;
				}
			else {
				var timeout=1;
			}
		}
	}
	setTimeout('VoteWGS()', timeout);
}
VoteWGS();
// -->