function gridToggle() {
   jQuery("a.gridToggle").click(function(){
       jQuery("div.container").toggleClass("showgrid");
   });
}
