﻿(function($j){

	Code.registerNamespace('Website');

	Website.Core = {
	
		content: null,
		
	
		
		onReady: function(){
	
			
		}
		
		
		
	};

	$j().ready(function(){
		Website.Core.onReady();
	});


})(jQuery);	

