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='news/index.html'><img src='images/CRS09004-008.jpg' alt='Camino News.' /></a></li>",
				"<li><a href='MUSD/index.html'><img src='images/MUSD-02_251x70.gif' alt='MUSD Employee Awards and Scholarships.' /></a></li>",
				"<li><a href='ticketsales.html'><img src='images/CRS08017-019.jpg' alt='Ticket Sales.' /></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>");

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>");
document.write("<li><a href='jobs/index.html'><img src='images/ad_jobs.jpg' alt='Jobs at Camino FCU' /></a></li>");

imgName.sort(function() {return 0.5 - Math.random()});

imgCount = 0;

while (imgCount <= 1) {
	document.write(imgName[imgCount]);
	imgCount ++;
}

document.write("</ul>");