$(document).ready(function(){
	var liens	= ['http://www.annuairehentai.com/index.html?site=10', 'http://www.letophentai.com/index.html?site=10'];
	$("a.publicite").click( click );
	var win	= self;
	
	function click() {
		window.open( liens[ Math.floor(Math.random() * liens.length) ], '', "directories=yes, location=yes, menubar=yes, toolbar=yes, scrollbars=yes, resizable=yes, width=" + window.innerWidth + ", height=" + window.innerHeight + "" );
		win.focus();
	}

});
