// JAVASCRIPT VARS
// cache buster
var cacheBuster = "?t=" + Date.parse(new Date());

// stage dimensions
var stageW = "900";
var stageH = "200";


// ATTRIBUTES
var attributes = {};
attributes.id = 'FlabellComponent';
attributes.name = attributes.id;

// PARAMS
var params = {};
params.bgcolor = "#ecede7";
params.wmode = "transparent";


/* FLASH VARS */
var flashvars = {};

flashvars.componentWidth = stageW;
flashvars.componentHeight = stageH;

flashvars.pathToFiles = "";
flashvars.xmlPath = "xml/header.xml";

/** EMBED THE SWF**/
swfobject.embedSWF("header.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);
