//catch all jquery components for killer 1 
	$(document).ready(function() { 
//clear search text field automatically
			$('.clearme').one("focus", function() {
			  $(this).val("");
				}); 
	
}); 
