function initFlash()
{
	var datum = new Date();
	var flashvars = {
		docRoot: "/",
		xmlPath: "GetRotatorXml",
		promoPath: "gallery/",
		xmlFile: "",
		themeID: parseInt(datum.getMonth(), 10) + 1
	};
	var params = {
		allowScriptAccess: "sameDomain",
		wmode: "transparent",
		quality: "best",
		allowFullScreen: "false"
	};
	var attributes = {};
	attributes.id = "promotions_left";
	
	swfobject.embedSWF("swf/mainpromo.swf", "promotions_left", "640", "400", "8.0.0", "swf/expressInstall.swf", flashvars, params, attributes);
}

addEvent(window, "load", initFlash);
