<!--

	function randomBanner() {
	
		var randomNumber = Math.floor(Math.random()*54);
		
		//var httpSecure = (("https:" == document.location.protocol) ? "https://m247demo." : "http://neotma.");
		
		document.write('<style type="text/css">');
		document.write('	ul#navtop2 { background-image: url(/associations/9872/assnbanner/assnbanner2_'+ randomNumber +'.jpg); }');
		document.write('</style>');
		
	}
	
	randomBanner();

//-->
