/*
 * JSMin
 * Javascript Compressor
 * http://www.crockford.com/
 * http://www.smallsharptools.com/Projects/Packer/
*/

// C:\Visual Studio 2008\Source Projects\HHS\IWGYP 02832.002.01.04.03.01\src\Websites\FYI\FYI.Deploy\Production\searchByHelpfulLinks.js

google.load("jquery","1.3.2");var searchType;var isFormPost;function initializeStyles(){$("#navigation a[href$='/searchbyhelpfullinks.aspx']").removeAttr("onmouseover").removeAttr("onmouseout").children("img").attr("src","images/nav_federal-links-h.gif");if(isFormPost){$("#ScrollAdjustAnchorSpan").scrollTo(0);}
$("#tableProgramRecipients").tablesorter({sortList:[[0,0]]});}
function initialize(){initializeStyles();$("[id$='SearchByKeywordTextBox']").keypress(function(e){keyCode=e.which?e.which:e.keyCode;if(keyCode==13){$(this).blur();__doPostBack($("[id$='SubmitLinkButton']").attr("id").replace(/_/g,"$"),"");e.preventDefault();}});}
google.setOnLoadCallback(initialize);
