/**

Ajax-link support

When this document is ready initiate a navigation request based on the document location.

Requires: ajax-support.js

*/
	
$(document).ready(function()
{
	navigateToLocation();
});

