function doSearch(searchPhrase)
{
window.location.href = '/Soeg.aspx?search=' + searchPhrase;
}

