
function ls_search()
{
    var textbox = document.getElementById('ls_keywords');
    document.location.href='http://be.legallyminded.com//search_post.aspx?keywords='+textbox.value;
}