// JavaScript Document pour les rotations de PUB
var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}



var nb_banniere =1;//Nombre de banniere en rotation
var now = new Date()
var sec = now.getSeconds()
var ad = sec % nb_banniere;
ad +=1;

if (ad==1){
	url="http://www.placedesreseaux.com/inscription.aspx";
			alt="Place des réseaux";
			banner="http://www.salonmicroentreprises.com/img/V2-bannieres-boutons/PDR-468x60-4.gif";
			width="468";
			height="60";
			document.write('<div align="center" bgcolor="#e10028">');
			document.write('<a href="' + url + '" target="_blank">');
			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) {
	swf="http://www.salonmicroentreprises.com/img/bouton-et-bannieres/468x60-A.swf";
	height="60";
	width="468";
	document.write('<div align="center">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="' + height + '" width="' + width + '">');
	document.write('<param name="movie" value="' + swf + '">');
	document.write('<param name="quality" value="best">');
	document.write('<param name="play" value="true">');
	document.write('<embed height="' + height + '" pluginspage="http://www.macromedia.com/go/getflashplayer" src="' + swf + '" type="application/x-shockwave-flash" width="' + width + '" quality="best" play="true">');
	document.write('</object>');
	document.write('</div>');
	}
	
	