

window.onload = function(){

	window.intima = sys.get();

	intima.wrap.$layer.fadeIn(function(){
		intima.footer.$layer.fadeIn(function(){
			intima.navbar.$layer.fadeIn(function(){
				intima.logo.$layer.fadeIn();
			});
		});
	});
	
	intima.navbar.setEvent();
	intima.contents.setEvent();
	intima.forms.newsletter.setEvent();
	
	
	intima.maps.init();
};



