// javascript banners

function CBanner()
{
	this.print=print;
}

function print()
{
	nrBanners=fr_helmycash_array.length;
	if (nrBanners>0){
		var r=parseInt(Math.random()*nrBanners);
		document.write(fr_helmycash_array[r]);
	} else {
		document.write("<A href=\"http://www.clickthruserver.com/cgi-bin/banner/click.cgi\"><IMG src=\"http://www.clickthruserver.com/cgi-bin/banner/banner.cgi\" alt=\"Click Here!\" border=\"0\"></A>");
	}
}
function fr_helmycash_set(aId)
{
   var HTMLText="<A href=\"http://www.clickthruserver.com/cgi-bin/banner/click.cgi\"><IMG src=\"http://www.clickthruserver.com/cgi-bin/banner/banner.cgi\" alt=\"Click Here!\" border=\"0\"></A>";
	nrBanners=fr_helmycash_array.length;
	if (nrBanners>0){
		var r=parseInt(Math.random()*nrBanners);
		HTMLText=fr_helmycash_array[r];
	}
	var lElement=document.getElementById(aId);
	if (lElement){
	   lElement.innerHTML=HTMLText;
	}
}
fr_helmycash=new CBanner();
fr_helmycash_array=new Array;


