/**

 * 

 */

$(function(){

	$("#gridarea").vgrid({

		easeing: "easeOutQuint",

		time: 400,

		delay: 20

	});

	

	$("#totop img").click(function(){

		$("html,body").animate({

			scrollTop: "0px"

		}, 400, "easeOutQuad");

	});

});
