window.onload = function(){
		initLoading();
		initLink();
		initCalendar();
}

function ajaxOnload(){
		initScripts();
		initLoading();
		initLink();
		initCalendar();
		$('.fb-like').each(function(){
			$(this).fb({url : 'http://' + location.host + '/prodotto.php?id=' + this.id.replace("fb-","")});
		});
}

