var flashvars = 
{
	//custom flash vars go here as JavaScript object properites
	//use native data types where necessary i.e. Boolean, Number, String
	sitePath:  "/",
	xmlPath: "media/xml/HeaderData.xml",
	swfPath: "/media/flash/burnCenterHeader.swf"
};
var params = 
{
	// properties of the embed and object html tags
	scale: 	"noscale", 
	wmode: 	"transparent",
    menu:   "false"
};
var attributes = 
{
	// any custom HTML attributes
	id: 	"flashMovie",
	name: 	"flashMovie"
};

// does the actual embed, replace all values wrapped in <>
swfobject.embedSWF("/media/flash/BurnCenterHeaderPreloader.swf", "burnCenterHeader", "980", "248", "9.0.0", "/media/js/swfobject/expressInstall.swf", flashvars, params, attributes);
