
<!---
function choices()
{
	this[0] = 4;
this[1] = "<a href=\"http://www.pornoteque.net/cjoverkill/out.php?pct=80&url=http://www.pornoteque.net/CamGirls.htm\"><img src=\"http://www.pornoteque.net/templates/default/images/t-camgirls.png\" width=200 height=47 border=0 alt=\"Webcam Girls\"></a>";
this[2] = "<a href=\"http://www.pornoteque.net/cjoverkill/out.php?pct=80&url=http://www.pornoteque.net/LiveShows.htm\"><img src=\"http://www.pornoteque.net/templates/default/images/t-liveshows.png\" width=200 height=47 border=0 alt=\"Live Shows\"></a>";
this[3] = "<a href=\"http://www.pornoteque.net/cjoverkill/out.php?pct=80&url=http://www.pornoteque.net/Official.htm\"><img src=\"http://www.pornoteque.net/templates/default/images/t-officials.png\" width=200 height=47 border=0 alt=\"Official Contents\"></a>";
this[4] = "<a href=\"http://www.pornoteque.net/cjoverkill/out.php?pct=80&url=http://www.pornoteque.net/categ/53/Games\"><img src=\"http://www.pornoteque.net/templates/default/images/t-sexygames.png\" width=200 height=47 border=0 alt=\"Free Adult Games\"></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   --->
