<!---
function choices()
{
this[0] = 8;
this[1] = "<a href=\"http://www.privatephotoreview.com/en/subscribe/specialbox.php\"target=\"_self\"><img src=\"http://www.privatephotoreview.com/img/promo/760x72_a_5.jpg\" width=760 height=72 border=0  alt=\"SPECIAL BOX\"></a>";
this[2] = "<a href=\"http://www.privatephotoreview.com/en/subscribe/specialbox.php\"target=\"_self\"><img src=\"http://www.privatephotoreview.com/img/promo/760x72_a_6.jpg\" width=760 height=72 border=0  alt=\"SPECIAL BOX\"></a>";
this[3] = "<a href=\"http://www.privatephotoreview.com/en/subscribe/specialbox.php\"target=\"_self\"><img src=\"http://www.privatephotoreview.com/img/promo/760x72_a_12.jpg\" width=760 height=72 border=0  alt=\"SPECIAL BOX\"></a>";
this[4] = "<a href=\"http://www.privatephotoreview.com/en/subscribe/specialbox.php\"target=\"_self\"><img src=\"http://www.privatephotoreview.com/img/promo/760x72_a_12.jpg\" width=760 height=72 border=0  alt=\"SPECIAL BOX\"></a>";
this[5] = "<a href=\"http://www.privatephotoreview.com/en/subscribe/specialbox.php\"target=\"_self\"><img src=\"http://www.privatephotoreview.com/img/promo/760x72_a_12.jpg\" width=760 height=72 border=0  alt=\"SPECIAL BOX\"></a>";
this[6] = "<a href=\"http://www.privatephotoreview.com/en/subscribe/specialbox.php\"target=\"_self\"><img src=\"http://www.privatephotoreview.com/img/promo/760x72_a_12.jpg\" width=760 height=72 border=0  alt=\"SPECIAL BOX\"></a>";
this[7] = "<a href=\"http://www.privatephotoreview.com/en/subscribe/specialbox.php\"target=\"_self\"><img src=\"http://www.privatephotoreview.com/img/promo/760x72_a_12.jpg\" width=760 height=72 border=0  alt=\"SPECIAL BOX\"></a>";
this[8] = "<a href=\"http://www.privatephotoreview.com/en/subscribe/specialbox.php\"target=\"_self\"><img src=\"http://www.privatephotoreview.com/img/promo/760x72_a_12.jpg\" width=760 height=72 border=0  alt=\"SPECIAL BOX\"></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());
	//--->

