
<!---
function choices()
{
	this[0] = 11;
this[1] = "<a href=\"http://www.santen.com/\" target=_blank\><img src=\"include/banner-0.gif\" width=250 height=250 border=1 alt=\"Santen\"></a>";
this[2] = "<a href=\"http://www.oogroup.it/\" target=_blank\><img src=\"include/banner-1.gif\" width=250 height=250 border=1 alt=\"Sooft\"></a>";
this[3] = "<a href=\"http://www.allergan.com/treatments/eye_care\" target=_blank\><img src=\"include/banner-2.gif\" width=250 height=250 border=1 alt=\"Allergan\"></a>";
this[4] = "<a href=\"http://www.bausch.com\" target=_blank\><img src=\"include/banner-3.gif\" width=250 height=250 border=1 alt=\"Bausch&Lomb\"></a>";
this[5] = "<a href=\"http://www.ecp.acuvue.com/ecpPro/fitting_youth.htm\" target=_blank\><img src=\"include/banner-4.gif\" width=250 height=250 border=1 alt=\"Acuvue\"></a>";
this[6] = "<a href=\"http://www.alcon.com/\" target=_blank\><img src=\"include/banner-5.gif\" width=250 height=250 border=1 alt=\"Alcon\"></a>";
this[7] = "<a href=\"http://www.visine.com/\" target=_blank\><img src=\"include/banner-6.gif\" width=250 height=250 border=1 alt=\"Visine\"></a>";
this[8] = "<a href=\"http://www.istavision.com/\" target=_blank\><img src=\"include/banner-7.gif\" width=250 height=250 border=1 alt=\"Ista\"></a>";
this[9] = "<img src=\"include/banner-8.gif\" width=250 height=250 border=1 alt=\"Steve Jobs\"></a>";
this[10] = "<a href=\"http://www.acuvue.com/\" target=_blank\><img src=\"include/banner-13.gif\" width=250 height=250 border=1 alt=\"Acuvue\"></a>";
this[11] = "<a href=\"http://www.merck.com/\" target=_blank\><img src=\"include/banner-14.gif\" width=250 height=250 border=1 alt=\"Merck Opthalmics\"></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   --->

