$(document).ready(function() {
	
	$('#search_input').val('site search').focus(function() { $(this).val(''); });

	
});


