// JavaScript Document

			var cacheBuster = "?t=" + Date.parse(new Date());		
			
			var stageW = 220;//"100%";
			var stageH = 33;//"100%";
			
		    var attributes = {};
		    attributes.id = 'FlabellComponent';
		    attributes.name = attributes.id;
		    
			var params = {};
			params.wmode = "transparent";
			params.allowfullscreen = "true";
			params.allowScriptAccess = "always";			
			params.bgcolor = "#ffffff";
			
			var flashvars = {};				
			flashvars.componentWidth = stageW;
			flashvars.componentHeight = stageH;
			flashvars.pathToFiles = "player/";
			flashvars.xmlPath = "xml/settings.xml";
			flashvars.artistName = "Kool and the Gang";
			flashvars.songName = "She's fresh // Live";
			flashvars.songURL = "songs/song.mp3";			
			swfobject.embedSWF("include/preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);
	
