// JavaScript Document

<!---
function choices()
{
this[0] = 9;
this[1] = "<a href=\"http://www.webetico.com\"target=_blank\"><img src=\"http://www.vicenzacalciofemminile.com/images/banners_cosponsor/webetico_banner.gif\" width=180 height=108 border=0 alt=\"webetico\"></a>";
this[2] = "<a href=\"http://www.divisport.it\"target=_blank\"><img src=\"http://www.vicenzacalciofemminile.com/images/banners_cosponsor/divi_banner.gif\" width=180 height=108 border=0 alt=\"divi sport\"></a>";
this[3] = "<a href=\"http://www.bisazza.com\"target=_blank\"><img src=\"http://www.vicenzacalciofemminile.com/images/banners_cosponsor/bisazza_banner.gif\" width=180 height=108 border=0 alt=\"bisazza\"></a>";
this[4] = "<img src=\"http://www.vicenzacalciofemminile.com/images/banners_cosponsor/mcm_banner.gif\" width=180 height=108 border=0 alt=\"mes computer\">";
this[5] = "<a href=\"http://www.kodess.it\"target=_blank\"><img src=\"http://www.vicenzacalciofemminile.com/images/banners_cosponsor/kodes_banner.gif\" width=180 height=108 border=0 alt=\"kodes\"></a>";
this[6] = "<img src=\"http://www.vicenzacalciofemminile.com/images/banners_cosponsor/omniform_banner.jpg\" width=180 height=108 border=0 alt=\"omniform\">";
this[7] = "<img src=\"http://www.vicenzacalciofemminile.com/images/banners_cosponsor/mg_banner.gif\" width=180 height=108 border=0 alt=\"mg\">";
this[8] = "<a href=\"http://www.rogaverniciatura.it\"target=_blank\"><img src=\"http://www.vicenzacalciofemminile.com/images/banners_cosponsor/roga_banner.gif\" width=180 height=108 border=0 alt=\"roga verniciatura\"></a>";
this[9] = "<img src=\"http://www.vicenzacalciofemminile.com/images/banners_cosponsor/aeroporto_banner.gif\" width=180 height=108 border=0 alt=\"aeroporto\">";

}
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());
// FINE --->