﻿
//link function used for the search box
function searchGo(pageURl, keywords) {
    location.href = pageURl + "?usterms=" + keywords;
}