function flash_header(top,bottom)
	{
		var so = new SWFObject("resources/flash/header.swf", "jd_header", "760", "180", "8");
		so.addParam("wmode", "transparent");
		so.addParam("scale", "noscale");
		so.addVariable("heading_top",top);
		so.addVariable("heading_bottom",bottom);
		so.write("header");
	}