
<!---
function choices()
{
	this[0] = 1;
this[1] ="<br><iframe src=\"http://www.pcself.com/colsx_hw.html\" width=120 height=615 frameborder=0 border=0 marginwidth=0 marginheight=0 scrolling=no></iframe>";
}
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   --->