﻿function search()
{
    var text = document.getElementById("searchtext");
    document.location = "/SearchResults.aspx?searchtext=" + text.value + "&searchmode=AnyWord";
}