// ZAM: Set the default tab on the initial search by pre-populating the breadcrumb url params
function submitInitialSearch() {
var userquery = "";
userquery = document.getElementById('querytermsfield').value;
var locforward =
"http://scoe01.homestead.wellsfargo.com:16089/teamworks/searchSimple.fast?view=teamworkssppublished&mode=simpleall&s.ac.lemmatization=true&s.si%28navigation%29.breadcrumbs=taxonomy%C7%81%5E%22Top%2FTop+Results%22%C7%81Taxonomy%C7%81Top%2FTop+Results%C7%81%C7%82&s.sm.query=";
locforward = locforward + userquery;
location.replace(locforward);
}
