
<!---
function choices()
{
	this[0] = 3;

this[1] = "<a target=_blanck href=\"http://www.wineuropa.it/newentry/welcome.asp?newentry=www.letuesibille.it\"><img src=\"http://www.wineuropa.it/banner/Msibille.gif\" width=450 height=54 border=1 alt=\"Futuro, Amore, Fortuna, Lavoro - Consulta on line la tua Sibilla \"></a>";
this[2] = "<a target=_blanck href=\"http://www.wineuropa.it/newentry/welcome.asp?newentry=www.ilbiribino.it\"><img src=\"http://www.wineuropa.it/banner/Mbiribino.gif\" width=450 height=54 border=1 alt=\"Agriturismo Bed & Breakfast Il Biribino \"></a>";
this[3] = "<a target=_blanck href=\"http://www.wineuropa.it/newentry/welcome.asp?newentry=www.borgopalace.it\"><img src=\"http://www.wineuropa.it/banner/Mborgopalace.gif\" width=450 height=54 border=0 alt=\"Hotel Borgo Palace Ristorante il Borghetto Sala Congressi, meeting alle porte di Sansepolcro \"></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());
//  FINE   --->