if(section=="HOME")
{

	document.write('<TR>');
		//document.write('<TD colspan="2" valign="top" style="padding-top:12px"><IMG SRC="./images/bestbuy_banner.jpg" WIDTH="213" HEIGHT="146" BORDER="0" ALT="Bestbuy"></TD>');
	//	document.write('<TD colspan="2" valign="top" style="padding-top:12px"><A HREF="hisave_termdeposit.html"><IMG SRC="./images/hisave_termdeposit_banner.gif" WIDTH="213" HEIGHT="146" BORDER="0" ALT="HiSAVE Term Deposits"></A></TD>');


}
else
{
			document.write('<TR>');
		document.write('<TD colspan="2" valign="top" style="padding-top:20px"><A HREF="credit_cards.html"><IMG SRC="./images/credif_card_banner.gif" WIDTH="213" HEIGHT="146" BORDER="0" ALT="Credit Cards"></A></TD>');
document.write('</TR>');
}
