B1.front = function() {
  return {
    page: function() {
      B1.page();
      $(function() {
    	  /*$('#grid .cell.event.last .graying').show();
    	  $('#grid .cell.event.last').hover(function () {
    		$('.graying', this).slideUp();
    	  }, function () {
    		  $('.graying', this).slideDown();
    	  });*/
      });
      return this;
    }
  };
}();