$(document).ready(function(){
	
	if( $('body').hasClass('home') ) {
		new Interface.Home().init();
	}
	
});
