window.onload = function() {

setInterval('updateTime()',1000);
Shadowbox.init();
document.getElementById('divprodotti').onmousemove=positiontip;
};