function mediaStats(id) {
	$.getJSON('/media/index/stats', { 'id': id}, function(data) {
		return false;
	});
}
