
					var nombre = 3;
					var temps = new Date()
					var seconde = temps.getSeconds()
					var banniere = seconde % nombre;
					banniere +=1;
					if (banniere==1) {
					url="http://www.happyxvideo.com/";
					alt="Clique-ici !";
					banner="http://www.lemoteurdusexe.com/img/ban_happy.gif";
					width="120";
					height="600";
					}
					if (banniere==2) {
					url="http://www.happyxvideo.com/";
					alt="Clique-ici !";
					banner="http://www.lemoteurdusexe.com/img/ban_happy.gif";
					width="120";
					height="600";
					}
					if (banniere==3) {
					url="http://www.happyxvideo.com/";
					alt="Clique-ici !";
					banner="http://www.lemoteurdusexe.com/img/ban_happy.gif";
					width="120";
					height="600";
					}
					
					document.write('<table width=\"120\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td height=\"600\">');
					document.write('<a href=\"'+url+'\" target=\"_blank\">');
					document.write('<img src=\"'+banner+'\" width=')
					document.write(width+'height='+height+'');
					document.write('title=\"'+alt+'\" border=0></a>');
					document.write('</td></tr></table>');
          
