function findblur(){
    if (document.getElementById("q").value == "")
        document.getElementById("q").value = "Cerca sul sito...";
}
function findfocus(){
    document.getElementById("q").value = "";
}
