/*
	Copyright Code Computerlove Ltd 2009-2010
	Build: 1.0.0.243
	Date: 19/01/2010 15:21:28
*/

(function($j){

	Code.registerNamespace('Website.Pages');

	Website.Pages.Locations = {
		

		onReady: function() {
			var self = this;
			
		},
		
	
	};

	$j().ready(function() {
		Website.Pages.Locations.onReady();
	});

})(jQuery);	
