<!--

		if (!document.getElementById("maincontenttable")) return false;
		
		//insert the images to be randomized
		var imgA = "/images/assnimg676/assnban_photo01.jpg"
		var imgB = "/images/assnimg676/assnban_photo02.jpg"
		var imgC = "/images/assnimg676/assnban_photo03.jpg"
		
		//get a random number...
		var randomize = Math.round(Math.random()*2)
		
		// select text/image based on random number
		
		if (randomize == 1){theimage = imgA}
		else if (randomize == 2){theimage = imgB}
		else {theimage = imgC}
		
		document.write('<div id="assnbanphoto"><IMG border="0" width="295" height="181" SRC="'+theimage+'" alt=""></div>');
		document.write('<div id="bannersearch"><form name="searchsite" method="get" action="searchsite.cfm"><font size="1">SEARCH SITE</font><br> <input type="text" size="25" name="searchvalue" id="Header_tbSearch" /> <input type="image" name="searchSubmit" id="Header_imbSearch" tabindex="11" src="/images/assnimg676/btn_search.gif" alt="" border="0" /></form></div>');
		document.write('<div class="footer"></div>');
			
//-->
