// <!----------------- JAVA SCRIPT FOR SEARCH BOX ---------------------->function clearTextHome(t) {    if (t.value == "Subscribe to FREE JOPP e-Newsletter") t.value = ''    t.style.color = 'black'    t.onfocus = null}function clearTextZip(t) {    if (t.value == "Your Email") t.value = ''    t.style.color = 'black'    t.onfocus = null}