$(function(){
		if($('#photo_view_stats')){
		  var activity = new FusionCharts("/flash/FCF_Line.swf", "photo_view_stats", "600", "150");
		  activity.setDataURL("http://www.photobattle.net/photos/1565/view_stats.xml");
		  activity.render("photo_view_stats");
		}
		if($('#view_overview_stats')){
			var activity = new FusionCharts("/flash/FCF_Pie2D.swf", "view_overview_stats", "200", "150");
		 	activity.setDataURL("http://www.photobattle.net/photos/1565/view_overview_stats.xml");
		 	activity.render("view_overview_stats");
		}
		if($('#votes_overview_stats')){
			var activity = new FusionCharts("/flash/FCF_Pie2D.swf", "votes_overview_stats", "200", "150");
		  activity.setDataURL("http://www.photobattle.net/photos/1565/votes_overview_stats.xml");
		 	activity.render("votes_overview_stats");
		}

		if($('#votes_stats')){
			var activity = new FusionCharts("/flash/FCF_Pie2D.swf", "votes_stats", "200", "150");
		 	activity.setDataURL("http://www.photobattle.net/photos/1565/votes_stats.xml");
		 	activity.render("votes_stats");
		}
});
