
<!---
function choices()
{
	this[0] = 3;
this[1] = "<a href=\"http://www.pornoteque.net/cjoverkill/out.php?pct=80&url=http://www.pornoteque.net/TV.htm\"><img src=\"http://www.pornoteque.net/templates/default/images/t-freeporntv.png\" width=200 height=47 border=0 alt=\"Free Porn TV\"></a>";
this[2] = "<a href=\"http://www.pornoteque.net/cjoverkill/out.php?pct=80&url=http://www.pornoteque.net/Movies.htm\"><img src=\"http://www.pornoteque.net/templates/default/images/t-fullmovies.png\" width=200 height=47 border=0 alt=\"Integral Movies\"></a>";
this[3] = "<a href=\"http://www.pornoteque.net/cjoverkill/out.php?pct=80&url=http://www.pornoteque.net/toplist\"><img src=\"http://www.pornoteque.net/templates/default/images/t-toplist.png\" width=200 height=47 border=0 alt=\"Toplist\"></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   --->
