window.onload = function() {
	var chart = new $MA.Chart("chart_1", true);
	chart.load("../metadata/mychart.xml");
}