jQuery(document).ready(function($) {

	// remove search helper
	$('form[name="searchform"] input').focus(function() {
		$('#search-helper').fadeOut('slow');
	});

});
