$(window).load(function(){						   
	$(".gridbox").vgrid({
		easeing: "easeOutQuint",
		time: 0,
		delay: 0
	});
});

