<link rel='stylesheet' type='text/css' href='/go.html?url=fullcalendar/redmond/theme.css' />
<link rel='stylesheet' type='text/css' href='/go.html?url=fullcalendar/fullcalendar.css' />
<script type='text/javascript' src='fullcalendar/jquery/jquery.js'></script>
<script type='text/javascript' src='fullcalendar/jquery/ui.core.js'></script>
<script type='text/javascript' src='fullcalendar/jquery/ui.draggable.js'></script>
<script type='text/javascript' src='fullcalendar/jquery/ui.resizable.js'></script>
<script type='text/javascript' src='fullcalendar/fullcalendar.min.js'></script>
<script type='text/javascript'>
$(document).ready(function() {
$('#calendar').fullCalendar({
theme: true,
editable: false,
weekends: false,
allDaySlot: false,
allDayDefault: false,
slotMinutes: 15,
firstHour: 8,
minTime: 8,
maxTime: 17,
height: 600,
defaultView: 'agendaWeek',
events: "json_events.php",
loading: function(bool) {
if (bool) $('#loading').show();
else $('#loading').hide();
}
});
});
</script>
<link rel='stylesheet' type='text/css' href='/g