$(document).ready(function(){
    
    $(".clearme").focus(function(){
	  	$(this).val('');
	});	
    
 });

