
$(function(){$('input#search').focus(function(){term=$(this).val();if(term==''||term=='term')
{$(this).val('');}});});