Events = {
	
	show: function(month, day, year){
		
		document.location = "/campus_life/events";
		
	}
	
}
