$(document).ready(function(){
	
	$("input.CMSSearchDialogSearchButton").each(
		function(i){
			this.value="";
		}
	);
	
});