function franceimmo(){
	document.getElementById("blocpub").innerHTML = '<a href="http://www.financeimmo.com/" target="_blank"><img border="0" src="http://www.immozip.com/ressources/images/FI-WEB_300x250_4.gif"></a>';
	setTimeout("mekong()",13000);
}

function franceimmo2(){
	document.getElementById("blocpub").innerHTML = '<a href="http://www.financeimmo.com/" target="_blank"><img border="0" src="http://www.immozip.com/ressources/images/FI-WEB_300x250_4.gif"></a>';
	setTimeout("hulot2()",13000);
}

function mekong(){
	document.getElementById("blocpub").innerHTML= '<a href="http://enfantsdumekong.com/" target="_blank"><img border="0" src="http://www.immozip.com/ressources/images/pub.jpg"></a>';
	setTimeout("franceimmo2()",13000);
}

function hulot(){
	document.getElementById("blocpub").innerHTML= '<a href="http://www.defipourlaterre.org/" target="_blank"><img border="0" src="http://www.immozip.com/ressources/images/aqua_300x250.gif"></a>';
	setTimeout("franceimmo()",13000);
}

function hulot2(){
	document.getElementById("blocpub").innerHTML= '<a href="http://www.defipourlaterre.org/" target="_blank"><img border="0" src="http://www.immozip.com/ressources/images/aqua_300x250.gif"></a>';
	setTimeout("hulot()",13000);
}


function pub(){
	document.write('<div id="blocpub"></div>');
	hulot();
}