/**
  * Add the ThinkUp menu to the admin menus.
  */
 public static function addOptionsPage() {
     add_options_page( 'ThinkUp Plug-in Options', 'ThinkUp', ThinkUpWordPressPlugin::accessLevel(),
     ThinkUpWordPressPlugin::uniqueIdentifier(), array('ThinkUpAdminPages', 'index'));
 }