/*
	Copyright Code Computerlove Ltd 2009
	Build: 1.0.0.76
	Date: 08/07/2009 10:33:06
*/

(function($j){

	Code.registerNamespace('Website');

	Website.Core = {
	
		content: null,
		
	
		
		onReady: function(){
	
			
		}
		
		
		
	};

	$j().ready(function(){
		Website.Core.onReady();
	});


})(jQuery);	

