// JavaScript Document
$(document).ready(function() {
	$("#calendar").load("http://" + window.location.hostname + "/utilities/MasterCalendarConnector/ASPRender.aspx",
          {
            FormatXsl: "http://" + window.location.hostname + "/provost/jquerytest/Styles/DivAndSpan.xsl",
            ControlName: "MasterCalendar",
            CalendarName: "Academic Calendar",
            BeginDateOffset: 0,
            EndDateOffset: 30,
            MaxEvents: 10} );

 });