function lifecoAd()
{	
	lnumRand = (Math.floor(Math.random()*3)) + 101;
	switch(lnumRand) {
		
	case 101:
		document.write ('<a href="/info/fish/flex_account.html"><IMG SRC="/images/buttons/home/lifeco/101.gif" WIDTH="258" HEIGHT="86" border="0"></a>');
		break;
	case 102:
		document.write ('<a href="/info/fish/esp.html"><IMG SRC="/images/buttons/home/lifeco/102.gif" WIDTH="258" HEIGHT="86" border="0"></a>');
		break;
	case 103:
		document.write ('<a href="/info/products/health/individual_health.html"><IMG SRC="/images/buttons/home/lifeco/103.gif" WIDTH="258" HEIGHT="86" border="0"></a>');
		break;
	}
}

function gencoAd()
{	
	gnumRand = (Math.floor(Math.random()*3)) + 101;
	switch(gnumRand) {
	
	case 101:
		document.write ('<a href="https://' + location.hostname + '/insure.cgi?"><IMG SRC="/images/buttons/home/genco/101.gif" WIDTH="258" HEIGHT="86" border="0"></a>');
		break;
	case 102:
		document.write ('<a href="https://' + location.hostname + '/info/fish/motor_discount.html"><IMG SRC="/images/buttons/home/genco/102.gif" WIDTH="258" HEIGHT="86" border="0"></a>');
		break;
	case 103:
		document.write ('<a href="https://' + location.hostname + '/info/fish/motor_discount.html"><IMG SRC="/images/buttons/home/genco/103.gif" WIDTH="258" HEIGHT="86" border="0"></a>');
		break;
	}
}