imgName = new Array("<li><a href='newsletter/index.html'><img src='images/1-Newsletter_251x70.gif' width='251' height='70' alt='Newsletter'></a></li>",
				"<li><a href='ATM_2.html'><img src='images/ATM_251x70.gif' width='251' height='70' alt='Free ATMs at 7-Eleven'></a></li>",
				"<li><a href='https://global1.onlinebank.com/mrv/Video_PR_Oct1.html'><img src='images/BillPay_superpromo.jpg' width='251' height='70' alt='BillPay'></a></li>",
				"<li><a href='keep-me-covered/index.html'><img src='images/cpay-mini.jpg' width='251' height='70' alt='Courtesy Pay'></a></li>");

document.write("<ul id='home_ads'>");

document.write("<li><a href='https://homebanking.caminofcu.org/'><img src='images/HomeBankingLogin.jpg' alt='Home Banking Login' /></a></li>");

imgName.sort(function() {return 0.5 - Math.random()});

imgCount = 0;

while (imgCount <= 2) {
	document.write(imgName[imgCount]);
	imgCount ++;
}

document.write("</ul>");