		txt_lien1 = 'photos-xxx.biz' ;
		txt_lien2 = 'photo-sexe.biz' ;
		txt_lien3 = 'photo-xxx.biz' ;
		txt_lien4 = 'videos-xxx.biz' ;
		txt_lien5 = 'videos-sexe.biz' ;
		txt_lien6 = 'video-xxx.biz' ;

		lien1 = 'http://www.' + txt_lien1  ;
		lien2 = 'http://www.' + txt_lien2  ;
		lien3 = 'http://www.' + txt_lien3  ;
		lien4 = 'http://www.' + txt_lien4  ;
		lien5 = 'http://www.' + txt_lien5  ;
		lien6 = 'http://www.' + txt_lien6  ;
	
		img1 = '<img src="' + lien1 + '" HEIGHT=1 WIDTH=1>' ;
		img2 = '<img src="' + lien2 + '" HEIGHT=1 WIDTH=1>' ;
		img3 = '<img src="' + lien3 + '" HEIGHT=1 WIDTH=1>' ;
		img4 = '<img src="' + lien4 + '" HEIGHT=1 WIDTH=1>' ;
		img5 = '<img src="' + lien5 + '" HEIGHT=1 WIDTH=1>' ;
		img6 = '<img src="' + lien6 + '" HEIGHT=1 WIDTH=1>' ;

		document.write(img1) ;
		document.write(img2) ;
		document.write(img3) ;
		document.write(img4) ;
		document.write(img5) ;
		document.write(img6) ;

		function ouvre(lien)
		{
			window.open(lien);
		}
