function init() {
	$("#adesso").load("/now.view");
}


$(document).ready(function(){
	init();
});
