$(function(){
	//显示昨天的播报
	try{if(count == null || count == '' || typeof(count) == "undened")count=3;}catch(err){count = 3;}
	try{if(day == null || day == '' || typeof(day) == "undened")day=0;}catch(err){day = 0;}
	$.getScript(sgappDomain + "/report/showIndexReport.do?count="+count+"&day="+day,function(){
		 $("#docreport").html(r);
	});
});
