$(document).ready(function() {
	if ($(document).getUrlParam("grid") == "true") {
		$(".container").addClass("showgrid");
	}
});
