var _gaq = undefined;

function flashTracker(path){
	if(_gaq != undefined && typeof(path) == 'string'){
		_gaq.push(['_trackPageview',path]);
	}
}
