$(document).ready( function()
{
	$("html, body").animate({ scrollTop: 372 }, "slow");
});
