<!--

	function incBanner(xmlFile) {
	
		if (xmlFile == null) {
			var str = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,10,0" width="470" height="240" name="my_ssp">';
				str += '<param name="movie" value="/images/assnimg757/swf/landing_splash-random.swf?xmlfile=/associations/6001/files/landing/news.xml" />';
				str += '<param name="quality" value="high" />';
				str += '<param name="FlashVars" value="xmlfile=/associations/6001/files/landing/news.xml" />';
				str += '<param name="wmode" value="transparent" />';
				str += '<embed src="/images/assnimg757/swf/landing_splash-random.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent" width="470" height="240" name="my_ssp" FlashVars="xmlfile=/associations/6001/files/landing/news.xml"></embed>';
				str += '</object>';
		} else {
			var str = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,10,0" width="470" height="240" name="my_ssp">';
				str += '<param name="movie" value="/images/assnimg757/swf/landing_splash-random.swf?xmlfile=/associations/6001/files/landing/'+ xmlFile +'.xml&header='+ xmlFile +'" />';
				str += '<param name="quality" value="high" />';
				str += '<param name="FlashVars" value="xmlfile=/associations/6001/files/landing/'+ xmlFile +'.xml&header='+ xmlFile +'" />';
				str += '<param name="wmode" value="transparent" />';
				str += '<embed src="/images/assnimg757/swf/landing_splash-random.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent" width="470" height="240" name="my_ssp" FlashVars="xmlfile=/associations/6001/files/landing/'+ xmlFile +'.xml&header='+ xmlFile +'"></embed>';
				str += '</object>';
		}
	
		document.write(str);
	}
	
//-->