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/gallery.xml",
	swfPath: "/media/flash/burnCenterGallery.swf"
};
var params = 
{
	// properties of the embed and object html tags
	menu: 	"false",
	scale: 	"noscale", 
	wmode: 	"transparent"
};
var attributes = 
{
	// any custom HTML attributes
	id: 	"flashMovie",
	name: 	"flashMovie"
};

// does the actual embed, replace all values wrapped in <>
swfobject.embedSWF("/media/flash/BurnCenterGalleryPreloader.swf", "burnCenterGallery", "333", "324", "9.0.0", "/media/js/swfobject/expressInstall.swf", flashvars, params, attributes);
