/* author: DiSTiNCT */
/* Creation date: 2008-03-27 */
var sponsor = 1;
	function GoSponsor() {
	if (sponsor==1) window.open("images/pub/montage/jmparent/pub_jmparent.php","frame1");
	if (sponsor==2) window.open("images/pub/montage/fleveillee/pub_fleveillee.php","frame1");
	/*if (sponsor==4) window.open("merlin.html","frame1");*/
	
	}
	function rotate() {
	if (++sponsor > 3)  sponsor = 1;
	document.banner.src = "images/pub/img" + sponsor + ".jpg";
	window.setTimeout('rotate();',3000);}

/* copier la dernière ligne de "if" en incrémentant le chiffre*/
/* incrémenter le chiffre après "++sponsor >"*/