// JavaScript Document pour les rotations d'image
var nb_banniere =1;//Nombre d'image en rotation
var now = new Date()
var sec = now.getSeconds()
var ad = sec % nb_banniere;
ad +=1;
//bannieres O2//
if (ad==4){
			url="http://prof.estat.com/r/roi/238038197808?svc_mode=I&g=294094192512&svc_campaign=Home-Page&svc_partner=Bouton-Vert&estat_url=http%3A%2F%2Fwww.salon-services-personne.com%2Finvitations%2Fservices-a-la-personne.php%3F";
			alt="OČ";
			banner="http://www.salon-services-personne.com/images/appel-action/bouton-invit.gif";
			width="234";
			height="180";
			document.write('<div align="center" bgcolor="#e10028">');
			document.write('<a href="' + url + '" >');
			document.write('<img src="' + banner + '"border=0 width=')
			document.write(width + ' height=' + height + ' ');
			document.write('alt="' + alt + '" ><br>');
			document.write('</a>');
			document.write('</div>');
	}
if (ad==2){
			url="http://prof.estat.com/r/roi/238038197808?svc_mode=I&g=294094192512&svc_campaign=Home-Page&svc_partner=Bouton-Noir&estat_url=http%3A%2F%2Fwww.salon-services-personne.com%2Finvitations%2Fservices-a-la-personne.php%3F";
			alt="OČ";
			banner="http://www.salon-services-personne.com/images/appel-action/btn-invit-noir.gif";
			width="234";
			height="180";
			document.write('<div align="center" bgcolor="#e10028">');
			document.write('<a href="' + url + '" >');
			document.write('<img src="' + banner + '"border=0 width=')
			document.write(width + ' height=' + height + ' ');
			document.write('alt="' + alt + '" ><br>');
			document.write('</a>');
			document.write('</div>');
	}
if (ad==3){
			url="http://prof.estat.com/r/roi/238038197808?svc_mode=I&g=294094192512&svc_campaign=Home-Page&svc_partner=Bouton-Violet&estat_url=http%3A%2F%2Fwww.salon-services-personne.com%2Finvitations%2Fservices-a-la-personne.php%3F";
			alt="OČ";
			banner="http://www.salon-services-personne.com/images/appel-action/btn-invit-violet.gif";
			width="234";
			height="180";
			document.write('<div align="center" bgcolor="#e10028">');
			document.write('<a href="' + url + '" >');
			document.write('<img src="' + banner + '"border=0 width=')
			document.write(width + ' height=' + height + ' ');
			document.write('alt="' + alt + '" ><br>');
			document.write('</a>');
			document.write('</div>');
	}
if (ad==1){
			url="http://prof.estat.com/r/roi/238038197808?svc_mode=I&g=294094192512&svc_campaign=Home-Page&svc_partner=Bouton-Orange&estat_url=http%3A%2F%2Fwww.salon-services-personne.com%2Finvitations%2Fservices-a-la-personne.php%3F";
			alt="OČ";
			banner="http://www.salon-services-personne.com/images/appel-action/btn-invit-orange.gif";
			width="234";
			height="180";
			document.write('<div align="center" bgcolor="#e10028">');
			document.write('<a href="' + url + '" >');
			document.write('<img src="' + banner + '"border=0 width=')
			document.write(width + ' height=' + height + ' ');
			document.write('alt="' + alt + '" ><br>');
			document.write('</a>');
			document.write('</div>');
	}