//<![CDATA[
$(function(){
	$("#grid-content").vgrid({
		easeing: "easeOutQuint",
		time: 300,
		delay: 30
	});
});
//]]>
