/* ================================
    Sitewide JavaScript
   ================================ */

/* If you need to preload images:

if(document.images)
{
	var myImages = new Object();
	preload_image('images/header8.png');
	preload_image('images/header9.png');
}

*/

function pageLoaded()
{
	sitewidePageLoaded();
	if(document.getElementById("swfArea"))
	{
		var so = new SWFObject("/flash/billboard.swf", "swf", "665", "328", "9", "");
		so.addVariable("rotationData", "/flash/data.xml");
		so.addParam("quality", "high");
		so.addParam("wmode", "transparent");
		so.write("swfArea");
	}
}