/*
VARS...
*/
var nW = 960;
var nH = 406;
var sDivName = "flash";
/*
FLASHVARS...
*/
var oFlashVars = {
    bEmbedded: true,
    sFeedURL: "xml/HomePageFlashData.ashx",
    nThumbDefault: 1,
    nAutoRotate: 8,
    bAutoRotateForever: true,
    nNoScrollW: 200,
    nScrollEvery: 1,
    nScrollMin: 1,
    nScrollMax: 5,
    nScrollPow: 8,
    nScrollChangeFriction: 8,
    sSceneBkgColor: "151515",
    sThumbBkgColor: "FFFFFF",
    sThumbTextColorOver: "424242",
    nThumbTextAlphaUp: 80,
    nThumbTextAlphaOver: 100,
    nThumbTextAlphaSelected: 100,
    nThumbBkgAlphaUp: 40,
    nThumbBkgAlphaOver: 90,
    nThumbBkgAlphaSelected: 60,
    nThumbBrightnessUp: 1,
    nThumbSaturationUp: 1,
    bThumbBack: false
};
/*
PARAMS...
*/
var oParams = {
    wmode: "transparent"
};
/*
ATTRIBUTES...
*/
var oAttributes = {};
/*
SWFOBJECT...
*/
swfobject.embedSWF("swf/homepage/home_24fps.swf", sDivName, nW, nH, "8.0.0.0", "swf/homepage/expressInstall.swf", { sFlashVarsAsJSON: escape($.toJSON(oFlashVars, 1, 0)) }, oParams, oAttributes);
delete oFlashVars;
delete oParams;
delete oAttributes;
