Framework.Page = {
		
	getUrl: function()
	{
		return window.location;
	},
	
	_eoo: true
	
};