function popup(page) {
	parms=('height='+ads[ad_num].height+',width='+ads[ad_num].width+'scrollbars="auto"');
	window.open(page,"",parms);
}

function adArray() {
	for (i=0; i*5<adArray.arguments.length; i++) {
		this[i] = new Object();
		this[i].src  = adArray.arguments[i*5];
		this[i].href = adArray.arguments[i*5+1];
		this[i].duree  = (adArray.arguments[i*5+2] > 0) ? adArray.arguments[i*5+2] : 1;
		this[i].width  = adArray.arguments[i*5+3];
		this[i].height  = adArray.arguments[i*5+4];
		if (this[i].width) this[i].href = "javascript:popup('"+this[i].href+"')";
	}
	this.length = i;
}

function getAdNum() {
	dat = new Date();
	dat = (dat.getTime()+"").charAt(8);
	if (dat.length == 1)
		ad_num = dat%ads.length;
	else
		ad_num = 0;
	return ad_num;
}

var ads = new adArray(
//"../bann/jeancocteau-toulons.gif", "http://www.cocteau-art.com","2","","",
//"../bann/71/sculptures-monumentales.gif", "http://www.symposium-matour.com", "2", "", "",
"../bann/71/maison-charolais-11.gif", 	"http://www.maisonducharolais.com", "2", "", "",
//"../bann/71/sarmentelles-2010.gif", 	"http://www.sarmentelles.com", "2", "", "",
"../bann/71/bouchard-2011.gif", 	"http://www.ecomusee-de-la-bresse.com", "2", "", "",
"../bann/71/journees-art.gif",			"../images/journees-art.pdf", "2", "", "",
"../bann/71/vignerons-mancey-2011.gif",		"http://www.cave-mancey.com", "2", "", "",
//"../bann/71/atelier-charolais.gif", 	"http://guide-sortir.com/agenda-manifestations-71.html", "2", "", "",
"../bann/71/entrecote.gif",				"../pubz/entrecote.html","2","","",
//"../bann/71/gueugnon-relais.gif",		"mailto:economie.tourisme@ville-gueugnon.fr","2","","",
//"../bann/71/expo-potiers.gif",  		"../pubz/expo-potiers.html","2","","",
"../bann/69/cave-lugny2.gif",     		"http://www.cave-lugny.com","2","","",
"../bann/tne.gif",            			"http://tne.fr","1","","",
"../bann/71/secret-grimoire.gif", 		"../secret-grimoire,pp670.html","2","","",
//"../bann/acrobath.gif",       		"http://www.acrobath.com","2","","",
"../bann/71/canalous.gif",      		"http://www.lescanalous.com","2","","",
"../bann/71/vegetal-fete.gif",   		"http://www.gefb-cg71.com", "2", "", "",
"../bann/71/k-ravane-2011.gif",   		"http://www.lagrangerouge.fr/", "2", "", "",
//"../bann/matour2009.gif",	  			"../pubz/matour2009.html","2","","",
//"../bann/potiers-noel.gif",   		"http://www.lespotiersdenoel.com","2","","",
"../bann/71/gueugnon-anim.gif",   		"http://www.gueugnon.fr","2","","",
"../bann/71/bourgogne-sud.gif",  		"http://www.bourgogne-du-sud.com","2","","",
"../bann/rm.gif",             			"http://www.reception-mariage.com","1","","");

var ad_num = getAdNum(); // don't change this line
document.write('<center><table cellpadding=0 cellspacing=1 border=0><tr><td '
+'align=center><font size=1></font></td><td>'
+'<a href="../bann/'+ads[ad_num].href+'" id=toto target=_blank>'
+'<img src="../bann/'+ads[ad_num].src+'" '
+'height=60 width=468 border=0 name=js_ad></a></td></tr></table></center>');
link_num = document.links.length-1;

function rotateSponsor() {
	if (document.images) {
		ad_num = (ad_num+1)%ads.length;
		document.js_ad.src = ads[ad_num].src;
		document.links[link_num].href = ads[ad_num].href;
//  	document.all.toto.href=ads[ad_num].href;  
		setTimeout("rotateSponsor()",10000*ads[ad_num].duree);
	}
}
setTimeout("rotateSponsor()",15000);

