
// JAVASCRIPT VARS
// cache buster
var cacheBuster = "?t=" + Date.parse(new Date());		

// stage dimensions
// if you define '100%' then the swf will have the browser dimensions
var stageW = "924";//"100%";
var stageH = "372";//"100%";


// ATTRIBUTES
var attributes = {};
attributes.id = 'FlabellComponent';
attributes.name = attributes.id;

// PARAMS
var params = {};
params.bgcolor = "#ffffff";
params.wmode = "transparent";


/* FLASH VARS */
var flashvars = {};				

/// if commented / delete these lines, the component will take the stage dimensions defined 
/// above in "JAVASCRIPT SECTIONS" section or those defined in the settings xml			
flashvars.componentWidth = stageW;
flashvars.componentHeight = stageH;
flashvars.wmode = 'transparent';

