// Standard JQuery document.ready handling caused problems, perhaps only in IE.
$(window).load(function()
{
	initializeCalendar();
});