$(document).ready(function(){
	//Append link to academic calendar at bottom of events list
	//must add space plus the word "events" to the "Module Class Suffix" parameter of the site module.
	$(".events").append("<a href='http://www.nashcc.edu/index.php?option=com_remository&Itemid=248&func=startdown&id=299'>Academic Calendar</a>");
});