/****** FILE: millerstn/javascript/search_fix.js *****/

$(document).ready(function(){window.setTimeout(function(){if(getUrl()===true){$('#searchNav ul li a').css({'color':'#706f6f'});}});});function getUrl(){var url=window.location.toString();if(url.indexOf("SearchForm")!=-1){document.getElementById('ssearch').style.background='none';return true;}};

