$(document).ready(function() {

setInterval(function() {
	/* alert('pippo'); */// Do something every 2 seconds
}, 2000);

});
