function setSearch(mode) {
	switch(mode) {
			case 'site':
			default:
				// Copy over the criteria from the previous bar and hide the previous bar
				jQuery("#s").val(jQuery("#q").val());
				jQuery("#searchbox_015732137600171882607:yppgdwrd3y8").hide();
				jQuery("#localsearch").show();
				break;
				
			case 'goog':
				// Copy over the criteria from the previous bar and hide the previous bar			
				jQuery("#q").val(jQuery("#s").val());
				jQuery("#localsearch").hide();
				jQuery("#searchbox_015732137600171882607:yppgdwrd3y8").show();
				break;
	}
}
