<!--
// Clear text on search box
function clearText(){
document.getElementById('s').value='';
}
//-->