<!---
function choices()
{
	this[0] = 13;
this[1] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-01.jpg\" border=1 alt=\"le vostre foto online\"></a>";
this[2] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-02.jpg\" border=1 alt=\"culi dal mondo\"></a>";
this[3] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-03.jpg\" border=1 alt=\"mandaci le tue foto !!!\"></a>";
this[4] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-04.jpg\" border=1 alt=\"le vostre foto online\"></a>";
this[5] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-05.jpg\" border=1 alt=\"mmmm.. di chi sarà ??\"></a>";
this[6] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-06.jpg\" border=1 alt=\"mandaci le tue foto !!!\"></a>";
this[7] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-07.jpg\" border=1 alt=\"le vostre foto online\"></a>";
this[8] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-08.jpg\" border=1 alt=\"culi dal mondo\"></a>";
this[9] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-09.jpg\" border=1 alt=\"mmmm.. di chi sarà ??\"></a>";
this[10] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-10.jpg\" border=1 alt=\"culi dal mondo\"></a>";
this[11] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-11.jpg\" border=1 alt=\"mandaci le tue foto !!!\"></a>";
this[12] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-12.jpg\" border=1 alt=\"le vostre foto online\"></a>";
this[13] = "<a href=\"erotismo/culfromtheworld/index.htm\"><img src=\"erotismo/culfromtheworld/minicul/minicul-13.jpg\" border=1 alt=\"mmmm.. di chi sarà ??\"></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   --->

