if(typeof GD==="undefined"){var GD={}
}if(typeof GD.home==="undefined"){GD.home={}
}GD.home.onExtendedAccessAlertClose=function(){$.getJSON("/removeUIElementAjax.htm?element=EXTENDED_ACCESS_ALERT");
$("#ExtendedAccessAlert").effect("blind",500)
};
GD.home.onSearchEditFocus=function(A){GD.effects.toggleFieldPrompt("#NonMemberSearchTextEdit",A,"Company or Job Title")
};
GD.home.changeSearchType=function(A,C){var B=id("NonMemberSearchForm");
var D=id("NonMemberSearchFormSubmitLabel");
if(B){B.action=C
}if(D){D.innerHTML="Search "+A
}return true
};
GD.home.onSearchSubmit=function(){GD.home.onSearchEditFocus(true);
GD.dom.clearPage();
return true
};
