var Common = {
	init: function(){
		var $report = $('body p.report');
		if(0 < $report.length) $.scrollTo($report, 1800);
	}
};
