<!--
function choices()
{
	this[0] = 4;
this[1] = "<a href=\"out.php\"><img src=\"thumb12_1.jpg\" border=1 width=160 height=160 alt=\"Video Porno\"></a>";
this[2] = "<a href=\"out.php\"><img src=\"thumb12_2.jpg\" border=1 width=160 height=160 alt=\"Video Porno\"></a>";
this[3] = "<a href=\"out.php\"><img src=\"thumb12_3.jpg\" border=1 width=160 height=160 alt=\"Video Porno\"></a>";
this[4] = "<a href=\"out.php\"><img src=\"thumb12_4.jpg\" border=1 width=160 height=160 alt=\"Video Porno\"></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());
// -->