// remap jQuery to $
(function($){

})(window.jQuery);


function toggleGrid(){
	$('body').toggleClass('grid');
}

