// Show the activity indicator as soon as possible.
Utils.toggleActivityIndicator();

/**
 * Entry point.
 */
$(document).ready(function()
{
	// Start the page.
	Page.initialise();
});
