// adjust swfpath for depth from _root (ie: "../swf/") for templates
// this depth will be different because of url routing so we use the geturi.js file to determine the depth
var swfpath = uri.relativePath + "Common/swf/";

SOflashvars = {	
	};

SOparams = {
	scale: 'noscale',
	menu: 'false',
	wmode: 'transparent' };

SOattributes = { 
	id: "chart", 
	name: "swf-chart" };

	swfobject.embedSWF(swfpath + "chart.swf", "swfmodule", "600", "690", "8", false, SOflashvars, SOparams, SOattributes);
