function flabell () {
	// PARAMS
	var params = {};
	params.bgcolor = "#FFFFFF";
	params.menu = "false";
	params.scale = 'noScale';
	params.wmode = "opaque";
	params.allowfullscreen = "true";
	params.allowScriptAccess = "always";

	// ATTRIBUTES
	var attributes = {};
	attributes.id = 'FlabellComponent';
	attributes.name = 'FlabellComponent'

	// JAVASCRIPT VARS 
	// cache buster
	var cacheBuster = Date.parse(new Date());		    

	// stage dimensions
	var stageW = 560;
	var stageH = 325; 

	/** FLASH VARS **/
	var flashvars = {};

	// component dimensions inside the SWF file
	flashvars.componentWidth = stageW;
	flashvars.componentHeight = stageH;

	// path to files (can be "")
	flashvars.pathToFiles = "/banner/";

	// path to content XML
	flashvars.xmlPath = "/xml/banner.xml"

	/** EMBED THE SWF**/        
	swfobject.embedSWF('/preview.swf', 'FlabellComponent', stageW, stageH, '9.0.45', '/js/expressinstall.swf', flashvars, params, attributes);
}