First things first, we're going to want to declare all our variables. We'll begin with caching some selectors so we can put them to good use later (we're going to use these guys a lot so we should keep them around here - beats parsing the DOM every time)
$head = $(".page-header")
$auth = $("#targeted_authority")
$focus = $("#targeted_focus")