'Sidebar', 'id' => 'sidebar-1', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); register_sidebar(array( 'name' => 'Header Content', 'id' => 'sidebar-2', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); } } // Add some jQuery bits to the site. function before_headers(){ global $wp_version; if(function_exists('wp_list_comments') && is_singular()) wp_enqueue_script('comment-reply'); if (!is_admin() && version_compare($wp_version, '2.5', '>')) { // Only add jQuery to wp 2.5 an above. wp_enqueue_script('behaviour',get_bloginfo('template_url').'/js/behaviour.min.js',array('jquery'),1.0); wp_localize_script('behaviour','behaviourL10n',array( 'searchError' => __('Oops! Try again.'), 'searchPrompt' => __('Search'), 'trackbackShowText' => __('Show trackbacks'), 'trackbackHideText' => __('Hide trackbacks'), 'replyHideMany' => __("Hide %count% replies to %name% comment"), 'replyShowMany' => __("View %count% replies to %name% comment"), 'replyHideOne' => __("Hide the reply to %name% comment"), 'replyShowOne' => __("View the reply to %name% comment"), 'nestDepth' => 1 // The depth at which to start collapsing comments. )); } } // Change the [...] item at the bottom of the excerpt to a more useful link. function excerpt_more_link($content = '') { $replacement = ' Read more'; $content = str_replace(array('[…]','[...]'),'…',$content); return $content.$replacement; } // Move the category count to inside the anchor. Otherwise formatting done on the anchor can be messed up when the option is turned on. function category_count_fix($content) { $content = preg_replace('/<\/a>[^\(<]*(\(\d*\))/i','  $1',$content); return $content; } // This is in no way comprehensive but does help to ident IE for style sheet hacking. function get_agent_body_class($class = array()){ $useragent = getenv('HTTP_USER_AGENT'); if(preg_match('!gecko/\d+!i',$useragent)) $class[] = 'gecko'; elseif(preg_match('!(applewebkit|konqueror)/[\d\.]+!i',$useragent)) $class[] = 'webkit'; elseif (preg_match('!msie\s+(\d+\.\d+)!i',$useragent,$match)) { $class[] = 'ie'; $version = floatval($match[1]); /* Add an identifier for IE versions. */ if ($version >= 9) array_push($class,'ienew'); if ($version >= 8 && $version < 9) array_push($class,'ie8'); if ($version >= 7 && $version < 8) array_push($class,'ie7'); if ($version >= 6 && $version < 7) array_push($class,'ie6'); if ($version >= 5.5 && $version < 6) array_push($class,'ie55'); if ($version >= 5 && $version < 5.5) array_push($class,'ie5'); if ($version < 5) array_push($class,'ieold'); } return $class; } function extraRSSFeeds() { global $post; if ((comments_open() || get_comments_number() > 0) && (!is_attachment() && (is_single() || is_page()))) { ?> " href="ID);?>"/> " href=""/> " href=""/> " href=""/>max_num_pages > 1 && !is_singular()) { echo '
'; posts_nav_link(); echo '
'; } } } if(!function_exists('oops_text')) { function oops_text() {?>


You have are several options:
You can go back from whence you came, you can click here to get to the landing page of this site. You should see a search box on this page and you should also see links down the right side of the page that may fill your requirements.

\n\t\n\n IEHEADERFIX; } } }?>