$(document).ready(function(){
	var i = new Interface();
	i.init();
});

