// * By Andrea Bianchi  http://web-link.it * 
// Aggiunte grafiche di Luciana D'Ettore  http://digilander.iol.it/lucyweb/  **Giugno 2001** 

<!--

function choices()
{
	this[0] = 1;
this[1] = "<div id=\"men2\" onMouseover=\"highlightie5()\" onMouseout=\"lowlightie5()\" onClick=\"jumptoie5()\"><img src='preferiti.gif' ALIGN='left' WIDTH='20' HEIGHT='15'><div class=\"menuitems\" url=\"JavaScript:void(addbookmark())\" onMouseOver=\"window.status='Add One Love to Favorites';return true\" onMouseOut=\"window.status='';return true\">Add to Favorites</div><img src='home.gif' ALIGN='left' WIDTH='20' HEIGHT='16'><div class=\"menuitems\" url=\"JavaScript:homepage()\" onMouseOver=\"window.status='Click here if you wish One Love to be your Homepage';return true\" onMouseOut=\"window.status='';return true\">Set Home Page</div><hr><img src='backhome.gif' ALIGN='left' WIDTH='18' HEIGHT='16'><div class=\"menuitems\" url=\"http://www.oneloveandrina.com\" onMouseOver=\"window.status='Back to Homepage';return true\" onMouseOut=\"window.status='';return true\">Return to Home</div><img src='canada.gif' ALIGN='left' WIDTH='18' HEIGHT='12'><div class=\"menuitems\" url=\"http://www.oneloveandrina.com/Pop-up%20menu-v33/OneLoveMenu.html\" onMouseOver=\"window.status='One Love Poetry';return true\" onMouseOut=\"window.status='';return true\">One Love Poetry</div><img src='italy.gif' ALIGN='left' WIDTH='18' HEIGHT='12'><div class=\"menuitems\" url=\"http://www.oneloveandrina.com/homepage2.html#index\" onMouseOver=\"window.status='One Love Poetry - indice delle poesie in Italiano';return true\" onMouseOut=\"window.status='';return true\">One Love Poetry</div><hr><img src='aggiorna.gif' ALIGN='left' WIDTH='20' HEIGHT='16'><div class=\"menuitems\" url=\"JavaScript:location.reload()\" onMouseOver=\"window.status='Refresh this page';return true\" onMouseOut=\"window.status='';return true\">Refresh</div><img src='indietro.gif' ALIGN='left' WIDTH='20' HEIGHT='15'><div class=\"menuitems\" url=\"JavaScript:history.back()\" onMouseOver=\"window.status='Back to the last page';return true\" onMouseOut=\"window.status='';return true\">Back</div><img src='avanti.gif' ALIGN='left' WIDTH='20' HEIGHT='15'><div class=\"menuitems\" url=\"JavaScript:history.forward()\" onMouseOver=\"window.status='Go to the next page';return true\" onMouseOut=\"window.status='';return true\">Forward</div><hr><img src='email.gif' ALIGN='left' WIDTH='20' HEIGHT='16'><div class=\"menuitems\" url=\"http://www.oneloveandrina.com/form/contact.htm\" onMouseOver=\"window.status='Contact us';return true\" onMouseOut=\"window.status='';return true\">Contact us</div></div>";
}
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());
// -->