
<!---
function choices()
{
	this[0] = 1;
this[1] ="<iframe src=\"http://www.pcself.com/primopiano/roller.asp\" width=144 height=860 frameborder=0 border=0 marginwidth=0 marginheight=0 scrolling=auto></iframe><br><br><!-- end -->";
}
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 OSCURAMENTO   --->
