// this script is used to set up the default tabs for the search box
document.write('<input type="hidden" name="locale" value="es" /');
document.write('<input type="hidden" name="v:project" value="firstgov-espanol" />');
//document.write('<input type="hidden" name="affiliate" value="" />');
//document.write('<label for="label_for_query"><A id="tab1" class="search_on_tab" href="#" onClick="activateTab(document.fg_search_form, 1); return false;" title="Todo el Gobierno" onMouseOver="hover(1);" onMouseOut="setState(1);">Todo el Gobierno</A>&nbsp;&nbsp;&nbsp;<A id="tab2" class="search_off_tab" href="#" onClick="activateTab(document.fg_search_form, 2); return false;" title="GobiernoUSA.gov" onMouseOver="hover(2);" onMouseOut="setState(2);">GobiernoUSA.gov</A></label>');