function searchBox(a){

if(a.value=="Input Keyword"){
a.value="";
}else if(a.value==""){
a.value="Input Keyword";
}

}
