/**
 * @author lintongxu
 */
			$(document).ready(function(){
				$('html,body').animate({scrollTop:1000},'slow');
				return false;
			})
