function dosearch() {
    window.location.href = '/Search.aspx?xsq=' + document.getElementById('xsq').value;
    return false;
}
