window.onload = initialize;

function initialize()
{
	//For some reason I do not really understand IE 6 doubles the right margin
	//for the sidebar defined in css. This is a little hack to fix that.
	//if(navigator.userAgent.indexOf("MSIE 6.0") != -1)
			//document.getElementById("content_padding").className = "content_padding_ie6";
		if (SWFObject)
		{
		EmbedFlash_flash_page_flash_file();
		}
}

function EmbedFlash_flash_page_flash_file()
{
	var swf = new SWFObject("intro.swf", "HomepageSplash", "900", "600", "#ffffff");
	swf.addParam("quality", "high");
	swf.addParam("wmode", "transparent");
	swf.write("flash_page_flash_file");
}