var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="";
url="http://preview.periodicimaggioli.it";
alt="banner";
banner="http://www.maggioli.it/banner/b_preview468.gif";
width="468";
height="60";
}

if (ad==2) {
txt="";
url="http://www.lasettimanadeglientilocali.it";
alt="banner";
banner="http://www.maggioli.it/banner/b_sel468.gif";
width="468";
height="60";
}

if (ad==3) {
txt="";
url="http://www.convegni.maggioli.it";
alt="banner";
banner="http://www.maggioli.it/banner/b_convegni2008.gif";
width="468";
height="60";
}

if (ad==4) {
txt="";
url="http://www.periodicimaggioli.it";
alt="banner";
banner="http://www.maggioli.it/banner/b_periodici08-468.gif";
width="468";
height="60";
}

if (ad==5) {
txt="";
url="http://www.2litalia.it";
alt="banner";
banner="http://www.maggioli.it/banner/b_2L468.gif";
width="468";
height="60";
}

if (ad==6) {
txt="";
url="http://www.maggioliengineering.it/Menu.htm";
alt="banner";
banner="http://www.maggioliengineering.it/immagini/b_maggioliengineering-468.gif";
width="468";
height="60";
}


if (ad==7) {
txt="";
url="http://www.lapraticaforense.it";
alt="banner";
banner="http://www.maggioli.it/banner/b_praticaforense468.gif";
width="468";
height="60";
}

if (ad==8) {
txt="";
url="http://www.mailingmaggioli.it/promo/volumi/bilancio/300707/index.htm";
alt="banner";
banner="http://www.maggioli.it/banner/b_ftributi07.gif";
width="468";
height="60";
}

if (ad==9) {
txt="";
url="http://www.maggioli.it/informatica/software.htm";
alt="banner";
banner="http://www.maggioli.it/banner/b_minformatica.gif";
width="468";
height="60";
}


if (banner.substring(banner.length - 3)=='swf') {
	document.write('<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,29,0\" width=\"' + width + '\" height=\"' + height + '\">');
	document.write('<param name=\"movie\" value=\"' + banner + '\">');
	document.write('<param name=\"quality\" value=\"high\">');
	document.write('<embed src=\"' + banner + '\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"' + width + '\" height=\"' + height + '\"></embed>');
	document.write('</object><br>');
	document.write('<small>' + txt + '</small></a>');
	document.write('</center>');
} else {
	document.write('<center>');
	document.write('<a href=\"' + url + '\" target=\"_blank\">');
	document.write('<img src=\"' + banner + '\" width=')
	document.write(width + ' height=' + height + ' ');
	document.write('alt=\"' + alt + '\" border=0><br>');
	document.write('<small>' + txt + '</small></a>');
	document.write('</center>');
}
