// Version 1.0 (31.08.2011) BL
$(document).ready(function(){
	
	$("input#searchterm").focus(function(event){
		this.value='';
	});
	
});

