function choices()
{
this[0] = 6;
this[1] = "<a href=\"http://www.seaol.com\"target=_blank\"><img src=\"http://www.madeincarrara.com/img/banner/sea.gif\" width=468 height=60 border=0 alt=\"SEA - Società Editrice Apuana\"></a>";
this[2] = "<a href=\"http://www.isicentry.com\"target=_blank\"><img src=\"http://www.madeincarrara.com/img/banner/isicentry.gif\" width=468 height=60 border=0 alt=\"ISICENTRY\"></a>";
this[3] = "<a href=\"http://www.stonest.net\"target=_blank\"><img src=\"http://www.madeincarrara.com/img/banner/stonest.gif\" width=468 height=60 border=0 alt=\"STONEST - Marble & Granite Special Works\"></a>";
this[4] = "<a href=\"http://www.foresteriamuraglione.com\"target=_blank\"><img src=\"http://www.madeincarrara.com/img/banner/foresteria_muraglione.gif\" width=468 height=60 border=0 alt=\"FORESTERIA DEL MURAGLIONE - Bed & Breakfast\"></a>";
this[5] = "<a href=\"http://www.italiaplease.it\"target=_blank\"><img src=\"http://www.madeincarrara.com/img/banner/banner_italia_please.gif\" width=468 height=60 border=0 alt=\"ITALIA PLEASE: The Italian Tourism Connection - Bed & Breakfast\"></a>";
this[6] = "<a href=\"http://www.andreamaccari.it\"target=_blank\"><img src=\"http://www.madeincarrara.com/img/banner/maccari.gif\" width=468 height=60 border=0 alt=\"MAC DESIGN - Progetti di Comunicazione, Grafica e Web Design\"></a>";
}
function popUpBanner(list)
{ 
var today = new Date();
var choiceInstance = new choices();
var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function grabBanner()
{
var today = new Date();
var choiceInstance = new choices();
var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
return Banner;
}
document.writeln(grabBanner());
