var Landing = {
	
	init: function(){
		
	}
	
}

document.on("dom:loaded", Landing.init);
