banner = new Array(10);
banner[0] = "<a href = 'http://www.dgpixel.com/default.asp?id=29&mnu=6' target='_blank'><img src='http://www.arte.go.it/banner/b_468x060_19.gif' border='0' alt='Multimedia Communication'></a>";
banner[1] = "<a href = 'http://www.vinilica.it' target='_blank'><img src='http://www.arte.go.it/banner/b_468x060_11.gif' border='0' alt='Vinilica'></a>";
banner[2] = "<a href = 'http://www.dgpixel.com' target='_blank'><img src='http://www.arte.go.it/banner/b_468x060_9.gif' border='0' alt='Multimedia Communication'></a>";
banner[3] = "<a href = 'http://www.vinilica.it' target='_blank'><img src='http://www.arte.go.it/banner/b_468x060_13.gif' border='0' alt='Vinilica'></a>";
banner[4] = "<a href = 'http://www.dgpixel.com' target='_blank'><img src='http://www.arte.go.it/banner/b_468x060_3.gif' border='0' alt='Multimedia Communication'></a>";
banner[5] = "<a href = 'http://www.dgpixel.com/default.asp?id=29&mnu=6' target='_blank'><img src='http://www.arte.go.it/banner/b_468x060_19.gif' border='0' alt='Multimedia Communication'></a>";
banner[6] = "<a href = 'http://www.dgpixel.com' target='_blank'><img src='http://www.arte.go.it/banner/b_468x060_7.gif' border='0' alt='Multimedia Communication'></a>";
banner[7] = "<a href = 'http://www.vinilica.it' target='_blank'><img src='http://www.arte.go.it/banner/b_468x060_15.gif' border='0' alt='Vinilica'></a>";
banner[8] = "<a href = 'http://www.vinilica.it' target='_blank'><img src='http://www.arte.go.it/banner/b_468x060_15.gif' border='0' alt='Vinilica'></a>";
banner[9] = "<a href = 'http://www.dgpixel.com' target='_blank'><img src='http://www.arte.go.it/banner/b_468x060_5.gif' border='0' alt='Multimedia Communication'></a>";

index = Math.floor(Math.random() * banner.length);
document.write(banner[index]);
