// JavaScript Document
function search() {
    window.location = "/servizi/ricerca.aspx?str=" + document.getElementById("ricerca").value;
}
 
function newsletter() {
    window.location = "/servizi/newsletter.aspx?t=/gw/template/newsletter.html&email=" + document.getElementById("email").value;
}
