var cacheBuster = "?t=" + Date.parse(new Date());		

var stageW = 529;
var stageH = 331;
			
var attributes = {};
attributes.id = 'video';
attributes.name = attributes.id;
		    
var params = {};
params.allowfullscreen = "true";
params.allowScriptAccess = "always";			
params.bgcolor = "#000000";

var flashvars = {};				

flashvars.pathToFiles = "media/";			
			
flashvars.componentWidth = stageW;
flashvars.componentHeight = stageH;			
flashvars.xmlPath = "xml/playersettings.xml";
flashvars.videoTitle = "";
flashvars.videoPath = "http://www.artonicweb.com/clients/levelone/media/promo.flv";
flashvars.streamer = "";
flashvars.previewPath = "images/homevid.jpg";
			
swfobject.embedSWF("media/player.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "scripts/expressInstall.swf", flashvars, params);
