function myFlashEvent(eventDescription, eventValue)
{
	
	if ((typeof(DCS) !=  "undefined")&& (typeof(WT)!="undefined"))
	{
		path ="/furl"+ window.location.pathname + "/" + eventValue;
		dcsMultiTrack("DCS.dcsuri",path,"WT.ti",eventDescription);
		//alert(eventDescription+" : "+eventValue);
	}
}