<!--//

function banner_350x60() {

	fbI = new Array(
	"/club/images/banner_350x60.png"
	);
	
	fbL = new Array(
	"/club/contactus.php#base"
	);
	
	fbT = new Array(
	"_self"
	);

	ix = fbI.length - 1 ; //number of objects
	i = Math.round(ix*Math.random());

	document.write("<a href='"+fbL[i]+"' target='"+fbT[i]+"'><img src='"+fbI[i]+"' width='350' height='60' border='0'></a>");
}

function banner_468x60() {

	fbI = new Array(
	"/images/banner_468x60.png"
	);
	
	fbL = new Array(
	"/club/contactus.php#base"
	);
	
	fbT = new Array(
	"_self"
	);

	ix = fbI.length - 1 ; //number of objects
	i = Math.round(ix*Math.random());

	document.write("<a href='"+fbL[i]+"' target='"+fbT[i]+"'><img src='"+fbI[i]+"' width='468' height='60' border='0'></a>");
}


function banner_728x90() {

	fbI = new Array(
	"/club/images/banner_728x90.jpg"
	);
	
	fbL = new Array(
	"/club/contactus.php#base"
	);
	
	fbT = new Array(
	"_self"
	);

	ix = fbI.length - 1 ; //number of objects
	i = Math.round(ix*Math.random());

	document.write("<a href='"+fbL[i]+"' target='"+fbT[i]+"'><img src='"+fbI[i]+"' width='728' height='90' border='0'></a>");
}



//-->

