// scripts for home page (sponsors/news/gallery) and site wide (banner) - you need the other banner script for all other pages
// they load last on the page or else they error out
// NOTE (2009-01-08): Do NOT use absolute URIs as paths -- you must leave out scheme and authority ("http://domain.tld") -- to make sure
//                    click-thrus work in all browsers, whether user is at domain.tld OR www.domain.tld

// <![CDATA[
//sponsors	was 54px now 67px	
var so = new SWFObject("/assets/flash/aha_home_sponsors.swf", "aha_home_sponsors", "180px", "67px", "8", "#d7cdb4");
		so.addParam("wmode", "transparent");
		so.addVariable("xmlPath", "/assets/flash/xml/aha_home_sponsors.xml"); //path to xml doc
		so.addVariable("imagePath", "/assets/flash/images/"); //path to folder containing image files	
		so.write("flashcontentHomeSponsors");

//gallery		
		var so2 = new SWFObject("/assets/flash/aha_home_gallery.swf", "aha_home_gallery", "654px", "350px", "8", "#FFFFFF");
		so2.addVariable("xmlPath", "/assets/flash/xml/aha_home_gallery.xml"); //path to xml doc
		so2.addVariable("imagePath", "/assets/flash/images/"); //path to folder containing the image files		
		so2.write("flashcontentHomeGallery");

//banner		
		var so4 = new SWFObject("/assets/flash/donatebanner.swf", "donatebanner", "106px", "73px", "8", "#d7cdb4");
		so4.addParam("wmode", "transparent");
		so4.addVariable("xmlPath", "/assets/flash/xml/aha_home_sponsors.xml"); //path to xml doc
		so4.addVariable("imagePath", "/assets/flash/images/"); //path to folder containing image files	
		so4.write("titleFlash");
// ]]>
