$(document).ready(function() {

    // page is now ready, initialize the calendar...		
	
    $('#calendar').fullCalendar({
		contentHeight: 450,
		events: "./Calendar/calendarfeed.txt"

		// put your options and callbacks here
	})
});
