/home/shalekuihb/robaccia/old/www.shaleku.it/wp-content/themes/panorama/scripts/utils.js
function doClear(theText) 
{
     if (theText.value == theText.defaultValue)
 {
         theText.value = ""
     }
 }