CINXE.COM
Forbes.com: Forbes 100 Most Powerful Women in the World
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.forbes.com:80/lists/results.jhtml?passListId=11&passYear=2004&passListType=Person&searchParameter1=unset&searchParameter2=unset&resultsStart=1&resultsHowMany=25&resultsSortProperties=%2Bnumberfield1%2C%2Bstringfield2&resultsSortCategoryName=Name&passKeyword=&category1=category&category2=category","20080117043750","https://web.archive.org/","web","/_static/", "1200544670"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Forbes.com: Forbes 100 Most Powerful Women in the World </title> <link rel="SHORTCUT ICON" href="https://web.archive.org/web/20080117043750im_/http://www.forbesimg.com/icon/favicon.ico"> <script language="JavaScript" type="text/javascript"> <!-- if (navigator.appName.indexOf("Netscape") != -1){ document.write ('<LINK REL="STYLESHEET" TYPE="text/css" HREF="https://web.archive.org/web/20080117043750/http://www.forbes.com/css/style_ns.css">'); } else { document.write ('<LINK REL="STYLESHEET" TYPE="text/css" HREF="https://web.archive.org/web/20080117043750/http://www.forbes.com/css/style_ie.css">'); } // --> </script> <script language="JAVASCRIPT" type="TEXT/JAVASCRIPT"> <!-- Hide script from old browsers function newWindow() { bestbuyWindow = window.open('inv_fun_bestbuy_index.jhtml', 'bestbuy', 'width=200,height=200') } function jumpNav (form) { if (form.jumpSelect.options[form.jumpSelect.selectedIndex].value != "") { this.location = form.jumpSelect.options[form.jumpSelect.selectedIndex].value; } } // End hiding script from old browsers --> </script> <script language="JavaScript" type="text/javascript"> <!-- var listId = 11; var year = 2004; var path = "https://web.archive.org/web/20080117043750/http://www.forbes.com/css/lists/" + listId + "/" + year + "/"; if((navigator.appName.indexOf("Netscape") != -1) && (navigator.vendor.indexOf("Apple") == -1)) { document.write('<LINK REL="STYLESHEET" TYPE="text/css" HREF' + '="' + path + 'style_ns.css">'); } else { document.write('<LINK REL="STYLESHEET" TYPE="text/css" HREF' + '="' + path + 'style_ie.css">'); } //--> </script> <script language="JavaScript"> <!-- /* Arrays storing option display text and values: * categoryXXXX is used for the values of category drop-down * searchValuesTextXXXX is used for the display text of search parameter drop-down * searchValuesValueXXXX is used for the value attributes of the search parameter drop-down */ //----------- //2004 ARRAYS //----------- // Necessary to run in "single-year-mode" var currentYear = 2004; var category2004 = new Array(); var searchValuesText2004 = new Array(); var searchValuesValue2004 = new Array(); category2004[0] = "category"; searchValuesText2004[0] = new Array("selection", "(Please select a category above)"); searchValuesValue2004[0] = new Array("unset", "unset"); category2004[1] = "Rank"; searchValuesText2004[1] = new Array("1-24","25-49","50-74","75-100"); searchValuesValue2004[1] = new Array("1Num||LT||25", "1Num||LTE||25::1Num||LT||49", "1Num||GTE||50::1Num||LT||75", "1Num||GTE||75"); category2004[2] = "Age"; searchValuesText2004[2] = new Array("30 - 39", "40 - 49", "50 - 59", "60 - 69", "70 and older"); searchValuesValue2004[2] = new Array("6Num||GTE||30::6Num||LTE||39", "6Num||GTE||40::6Num||LTE||49", "6Num||GTE||50::6Num||LTE||59", "6Num||GTE||60::6Num||LTE||69", "6Num||GTE||70"); category2004[3] = "Country"; searchValuesText2004[3] = new Array( "Afghanistan", "Bangladesh", "Brazil", "Canada", "China", "Finland", "France", "Germany", "India", "Indonesia", "Iran", "Ireland", "Italy", "Jordan", "Latvia", "Mexico", "Mozambique", "Myanmar", "Netherlands", "New Zealand", "Phillipines", "Singapore", "Spain", "Sri Lanka", "Sweden", "U.K.", "U.S.", "West Bank" ); searchValuesValue2004[3] = new Array( "11Str||PatCS||Afghanistan", "11Str||PatCS||Bangladesh", "11Str||PatCS||Brazil", "11Str||PatCS||Canada", "11Str||PatCS||China", "11Str||PatCS||Finland", "11Str||PatCS||France", "11Str||PatCS||Germany", "11Str||PatCS||India", "11Str||PatCS||Indonesia", "11Str||PatCS||Iran", "11Str||PatCS||Ireland", "11Str||PatCS||Italy", "11Str||PatCS||Jordan", "11Str||PatCS||Latvia", "11Str||PatCS||Mexico", "11Str||PatCS||Mozambique", "11Str||PatCS||Myanmar", "11Str||PatCS||Netherlands", "11Str||PatCS||New Zealand", "11Str||PatCS||Phillipines", "11Str||PatCS||Singapore", "11Str||PatCS||Spain", "11Str||PatCS||Sri Lanka", "11Str||PatCS||Sweden", "11Str||PatCS||U.K.", "11Str||PatCS||U.S.", "11Str||PatCS||West Bank" ); //--> </script> <script language="JavaScript"> <!-- // String representing beginning of all references to form objects var theFormPrefix = "document.searchInterface."; // Boolean value true when category drop-downs set to same value var areCategoriesSame = false; /* Function to reset category and searchParameter drop-downs to selected year's values * Called by onLoad and onChange event handlers in body and year select respectively. * Takes any number of integer arguments cooresponding to which drop-downs need reloading * For Example: * yearChange('1','2'); -->> will reload the first and second set of * category/searchParameter drop-down pairs */ function yearChange() { var categoryObj; for( var i = 0; i < yearChange.arguments.length; i++ ) { categoryObj = eval( theFormPrefix + "category" + yearChange.arguments[i] ); loadCategory( categoryObj ); categoryChange( yearChange.arguments[i] ); } } /* Function to reset searchParameter drop-down to selected category's values * Called by onChange event handler in category select * * Additionally, refreshes the "other" searchParameter, if both category * options were previously set to the same value. * * searchParameterNumber: integer cooresponding to which drop-down was changed * For Example: * categoryChange('2'); -->> will reload the second searchParameter drop-down */ function categoryChange( searchParameterNumber ) { if( areCategoriesSame ) { var otherNumber = getOtherNumber( searchParameterNumber ); var otherCategoryObj = eval( theFormPrefix + "category" + otherNumber ); var otherSParameterObj = eval( theFormPrefix + "searchParameter" + otherNumber ); // Pass to loadSearchParameter what the currently selected index is, in case // this one that is being reloaded is a good parameter dropdown, and then // this reload is superfluous (but it has no ill effects) areCategoriesSame = loadSearchParameter( otherCategoryObj, otherSParameterObj , otherSParameterObj.selectedIndex); } var categoryObj = eval( theFormPrefix + "category" + searchParameterNumber ); var sParameterObj = eval( theFormPrefix + "searchParameter" + searchParameterNumber ); // As above, pass the selected index, but since it is being reloaded, pass 0 areCategoriesSame = loadSearchParameter( categoryObj, sParameterObj , 0); } /* "private" function to implement category reload * * categorySelectObject: the category Select Object to be reloaded */ function loadCategory( categorySelectObject ) { killSelect( categorySelectObject ); var selectedYear = getSelectedYear(); var categoryArray = eval("category" + selectedYear); for( var i = 0; i < categoryArray.length; i++ ) { categorySelectObject.options[i] = new Option( categoryArray[i] ); } categorySelectObject.selectedIndex = 0; } /* "private" function to implement searchParameter reload * * If selected category, previously selected on "other" drop-down, * set searchParameter to error/feedback state. * * categorySelectObject: the changed category Select Object * searchParameterSelectObject: the searchParameter Select Object to be reloaded */ function loadSearchParameter( categorySelectObject, searchParameterSelectObject, currentlySelectedIndex ) { var returnValue; killSelect( searchParameterSelectObject ); // Get other category object var thisNumber = categorySelectObject.name.charAt( categorySelectObject.name.length - 1 ); var otherNumber = getOtherNumber( thisNumber ); var otherCategorySelect = eval( theFormPrefix + "category" + otherNumber ); // If the "other" category drop-down is not set to the default, // AND both category drop-downs are set to the same category, // set searchParameter drop-down to some error text. if( (otherCategorySelect.selectedIndex != 0) && (categorySelectObject.selectedIndex == otherCategorySelect.selectedIndex) ) { searchParameterSelectObject.options[0] = new Option( "Category already selected", "unset" ); returnValue = true; } else { var selectedYear = getSelectedYear(); var textArray = eval("searchValuesText" + selectedYear); var valuesArray = eval("searchValuesValue" + selectedYear); var newTextOptions = textArray[ categorySelectObject.selectedIndex ]; var newValuesOptions = valuesArray[ categorySelectObject.selectedIndex ]; for( var i = 0; i < newTextOptions.length; i++ ) { searchParameterSelectObject.options[i] = new Option( newTextOptions[i], newValuesOptions[i] ); } returnValue = false; } searchParameterSelectObject.selectedIndex = currentlySelectedIndex; return returnValue; } /* "private" function to get the number cooresponding to the "other" drop-down * * number: the number you have */ function getOtherNumber( number ) { var otherNumber; if( number == 1 ) { otherNumber = 2; } else { otherNumber = 1; } return otherNumber; } /* "private" function to delete contents of a Select.options[] * * selectObject: the Select Object to be nulled out */ function killSelect( selectObject ) { var optionsLength = selectObject.options.length; var optionsUpperIndex = optionsLength - 1; for (var i = 0; i < optionsLength; i++) { selectObject.options [ optionsUpperIndex - i] = null; } } /* "private" function to capture the currently selected year */ function getSelectedYear() { // Necessary for multiple year functionality // // var selectedYearIndex = eval( theFormPrefix + "passYear.selectedIndex" ); // var selectedYear = eval( theFormPrefix + "passYear[" + selectedYearIndex + "].value" ); // In "one-year-mode" currentYear must be a global variable defined in the arrays script var selectedYear = currentYear; return selectedYear; } /* Checkk the length of the keyword submitted by the user. Min allowed is 2.*/ function checkKeywordLength() { var keywordInput = escape(document.listKeywordSearch.passKeyword.value); if (keywordInput==null || keywordInput.length < 2) { var msg = "Please enter at least two characters and try your search again."; alert (msg); return false; } return true; } //--> </script> </head> <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" link="#003399" alink="#0080ff" vlink="#6699cc" onload="yearChange('1', '2');"> <!-- header --> <!-- AD --> <!-- /AD --> <script language="JavaScript" type="text/javascript"> <!-- var partner = ''; var query = this.location.search.substring(1); if( query.length > 0 ) { var params=query.split("&"); for (var i = 0 ; i < params.length ; i++) { var pos = params[i].indexOf("="); var name = params[i].substring(0, pos); var value = params[i].substring(pos + 1); if( name == "partner" ) { partner = value; } } } var currentHostname=this.location.hostname; if (currentHostname.length > 0) { if (currentHostname == "aol.forbes.com" || currentHostname == "forbes.aol.com") { partner = 'aol'; } } var partner_cookie = "partner_session=" + partner; if (document.cookie.indexOf(partner_cookie) < 0) { document.cookie=partner_cookie + ';path=/;domain=.forbes.com'; } //--> </script> <!-- Cobrand Hats --> <script language="JavaScript" type="text/javascript"> <!-- if (document.cookie.indexOf('partner_session=aol') != -1) { document.write('<SCRIPT SRC="https://web.archive.org/web/20080117043750/http://aolsvc.aol.com/pf/tools/hat/js/hat100.js"></script><noscript><table border="0" cellpadding="0" cellspacing="0" width="100%" background="https://web.archive.org/web/20080117043750im_/http://aolsvc.aol.com/pf/tools/hat/gr/bluetilehat_gr.gif"><tr><td align="left"><a href="https://web.archive.org/web/20080117043750/aol://1722:Personal Finance"><img src="https://web.archive.org/web/20080117043750im_/http://aolsvc.aol.com/pf/tools/hat/gr/pfhat2_gr.gif" border="0" align="left" hspace="0" alt="AOL Personal Finance Main"></a></td></tr></table></noscript>'); } if( partner == 'netscape' ) { document.write('<script language="JavaScript1.1" src="https://web.archive.org/web/20080117043750js_/http://hat.netscape.com/header/ns/forbes/nsheader.js"></script>'); } if (document.cookie.indexOf('partner_session=earthlink') != -1) { document.write('<script language="JavaScript" src="https://web.archive.org/web/20080117043750js_/http://w.eimg.net/partners/global/nav_bar.js"></script>'); } if (document.cookie.indexOf('partner_session=msnbc') != -1) { var _rsCI='us-forbes'; var _rsCG='msnbc_hat_test'; var _rsDT=1; var _rsSI=escape(window.location); var _rsLP=location.protocol.indexOf('https')>-1?'https:':'http:'; var _rsRP=escape(document.referrer); var _rsND=_rsLP+'//.com/'; if (parseInt(navigator.appVersion)>=4) { var _rsRD=(new Date()).getTime(); var _rsSE=1; var _rsSV=''; var _rsSM=1.0; _rsCL='<scr'+'ipt language="JavaScript" type="text/javascript" src="'+_rsND+'v5.js"><\/scr'+'ipt>'; } else { _rsCL='<img src="/web/20080117043750im_/http://www.forbes.com/cms/components/'+_rsND+'cgi-bin/m?ci='+_rsCI+'&cg='+_rsCG+'&si='+_rsSI+'&rp='+_rsRP+'">'; } //document.write(_rsCL); document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%" background="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/partners/msnbc/back.gif"><tr><td width="75"><script language="JavaScript" type="text/javascript">document.write(_rsCL);</script><a href="https://web.archive.org/web/20080117043750/http://www.msnbc.com/"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/partners/msnbc/msnbc_logo.gif" border="0" width="80" height="42"></a></td><td width="100%" align="right"><a href="https://web.archive.org/web/20080117043750/http://www.msnbc.com/"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/partners/msnbc/msnbc_return.gif" border="0" width="277" height="42"></a></td></tr></table>'); } if (document.cookie.indexOf('partner_session=compuserve') != -1) { document.write('<script language="JavaScript1.1" src="https://web.archive.org/web/20080117043750js_/http://hat.compuserve.com/header/forbes/csheader.js"></script>'); } // --> </script> <!-- /Cobrand Hats --> <script language="Javascript"> <!-- var pCid="us_us-forbes_0"; var w0=1; var refR=escape(document.referrer); if (refR.length>=252) refR=refR.substring(0,252)+"..."; //--> </script> <script language="JavaScript1.1"><!-- var w0=0; //--></script> <!-- Javasript RollOver and ImageMap --> <script language="JavaScript" type="text/javascript"> <!-- var adtag = ''; var displayedChannel = 'lists'; var displayedSection = ''; var skipNavRollover = ''; var dynamicPath = '/scripts/dynamic.js'; var staticPath = '/scripts/static.js'; var dynamicStyleSheetPath = '/css/dynamic.css'; var windowMoveAround = false; // --> </script> <script language="JavaScript" src="/web/20080117043750js_/http://www.forbes.com/scripts/navBar_rollOver_imageMap.js"></script> <!-- /Javasript RollOver and ImageMap --> <script language="JavaScript" src="https://web.archive.org/web/20080117043750js_/http://www.forbes.com/scripts/popit.js"></script> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td colspan="2" bgcolor="#336699" height="15"> </td> </tr> <tr> <td bgcolor="#336699"> <table border="0" cellpadding="0" cellspacing="0" width="774" onmouseover="setUpRollOut(thisX,divYNav);"> <tr> <td align="center"> <!-- AD --> <!-- /AD --> <!--SUPER BANNER OUTPUT GOES HERE--> <!-- AD --> <!-- /AD --> <!--END OF SUPER BANNER--> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="774" onmouseover="setUpRollOut(thisX,divYNav);"> <tr> <td align="right" width="483"> <!--SMALL HOME BANNER--> <!-- AD --> <!-- /AD --> <!--END OF SMALL HOME BANNER--> </td> <td width="41"></td> <td width="249"> <!--HOME BANNER--> <!-- AD --> <!-- /AD --> <!--END OF HOME BANNER--> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="774" onmouseover="setUpRollOut(thisX,divYNav);"> <tr> <td bgcolor="#336699" colspan="3" height="15"> </td> </tr> <tr valign="bottom"> <td rowspan="2" width="15"> </td> <td wi><a href="/web/20080117043750/http://www.forbes.com/"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/forbes_home_logo.gif" vspace="0" hspace="0" width="150" height="49" border="0"></a></td> <td rowspan="2" width="20"> </td> <td> <table border="0" cellpadding="0" cellspacing="0" width="372"> <tr> <td colspan="3"> </td> </tr> <tr> <td class="mainfindertitle">Jump | <a href="https://web.archive.org/web/20080117043750/https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=FRB&cds_response_key=IMJFT013" class="advfindertitle" title="">Free Trial Issue</a> </td> <form name="searchOptions"> <td class="whitetxt" colspan="2"> <input type="radio" name="searchType" value="siteSearch" checked> <b><a href="/web/20080117043750/http://www.forbes.com/search/" class="whitetxt" title="More Search Options">Search</a></b> <input type="radio" name="searchType" value="quoteSearch"> <b>Quote</b> </td> </form> </tr> <tr valign="middle"> <td> <!--jump droplet--> <form name="JumpForm"> <select name="jumpSelect" class="maindropdown" onchange="jumpNav(this.form);"> <option>Select Section</option> <option value="/">Home</option> <option value="/newsletters/">Investment Newsletters</option> <option value="http://forums.prospero.com/fdcbiz/">Polls & Discussions</option> <option value="/tools/">Premium Tools</option> <option value="/search/storyTypeResults.jhtml?storyType=Special+Report">Special Reports</option> <option value="/Video/">Video & Audio</option> <option value="/2001/01/30/layoffs.html">Watchlist</option> <option value="http://itresearch.forbes.com">IT Research Library</option> <option value="http://forbes.knowledgestorm.com/forbes/">IT Product & Service Search</option> <option value=""></option> <option value="/business/">Business</option> <option value="/manufacturing/">-Manufacturing</option> <option value="/businesstech/">-Technology</option> <option value="/commerce/">-Commerce</option> <option value="/services/">-Services</option> <option value="/energy/">-Energy</option> <option value="/healthcare/">-Healthcare</option> <option value="/smallbusiness/">-Small Business</option> <option value=""></option> <option value="/technology/">Technology</option> <option value="/ebusiness/">-E-Business</option> <option value="/enterprisetech/">-Enterprise Tech</option> <option value="/infoimaging/">-Infoimaging</option> <option value="/personaltech/">-Personal Tech</option> <option value="/sciences/">-Science & Medicine</option> <option value="/wireless/">-Wireless</option> <option value=""></option> <option value="/markets/">Markets</option> <option value="/equities/">-Equities</option> <option value="/economy/">-Economy</option> <option value="/commodities/">-Commodities</option> <option value="/bonds/">-Bonds</option> <option value="/emergingmarkets/">-Emerging Markets</option> <option value="/currencies/">-Currencies</option> <option value=""></option> <option value="/work/">Work</option> <option value="/careers/">-Careers</option> <option value="/compensation/">-Compensation</option> <option value="/entrepreneurs/">-Entrepreneurs</option> <option value="/management/">-Management</option> <option value=""></option> <option value="/lists/">Lists</option> <option value="/lists/">-Companies</option> <option value="/forbes500/">--Forbes 500s</option> <option value="/international/">--Forbes Global 500</option> <option value="/200best/">--200 Best Small Cos.</option> <option value="/platinum400/">--400 Best Big Cos.</option> <option value="/private/">--Largest Private Cos.</option> <option value=""></option> <option value="/lists/">-People</option> <option value="/worldsrichest/">--World's Richest People</option> <option value="/celebrity100/">--100 Top Celebrities</option> <option value="/400richest/">--400 Richest Americans</option> <option value="/ceos/">--Best Paid CEOs</option> <option value=""></option> <option value="/bestplaces/">-Places</option> <option value="/bestplaces/">--Best Places</option> <option value=""></option> <option value="/finance/">Personal Finance</option> <option value="/estate_planning/">-Estate Planning</option> <option value="/funds/">-Funds</option> <option value="/philanthropy/">-Philanthropy</option> <option value="/retirement/">-Retirement</option> <option value="/strategies/">-Strategies</option> <option value="/taxes/">-Taxes</option> <option value=""></option> <option value="/lifestyle/">Lifestyle</option> <option value="/lifestyle/collecting/">-Collecting</option> <option value="/lifestyle/health/">-Health</option> <option value="/lifestyle/realestate/">-Real Estate</option> <option value="/lifestyle/sports/">-Sport</option> <option value="/lifestyle/travel/">-Travel</option> <option value="/lifestyle/vehicles/">-Vehicles</option> <option value="/lifestyle/wine/">-Wine & Food</option> <option value=""></option> <option value="/columnists/">Columnists</option> <option value=""></option> <option value="/magazines/">Magazines</option> <option value="/forbes/">-Forbes Magazine</option> <option value="/forbesglobal/">-Forbes Global</option> <option value="/fyi/">-Forbes FYI</option> <option value="/asap/">-Forbes ASAP</option> <option value="/bow/">-Best of the Web</option> <option value="/news/12.shtml">-Archives</option> <option value="/fdc/subservices.html">-Subscriptions</option> <option value=""></option> <option value="/tools/">Tools</option> <option value=""></option> <option value="/fdc/about.shtml">About Us</option> <option value="/fdc/contact.shtml">Contact Us</option> <option value="/fdc/help.shtml">Help</option> <option value="/fdc/reprints/Reprints.jhtml">Reprints/Permissions</option> <option value="/fdc/sitemap.shtml">Sitemap</option> <option value=""></option> <option value="/adinfo/">Advertising</option> <option value="/conf/index.shtml">Conferences</option> <option value="/forbescollection/">Forbes Collection</option> <option value="/mobile/">Forbes Mobile</option> <option value="/specialsections/">Special Advertising</option> <script language="JavaScript" type="text/javascript"> function submitSearch() { if (document.searchOptions.searchType[0].checked) { return true; } else if (document.searchOptions.searchType[1].checked) { var gotoURL = ""; var userInput = escape( document.Search.MT.value ); if( (userInput.length == 5) && ( (userInput.charAt(4) == "X") || (userInput.charAt(4) == "x") ) ) { gotoURL = "/funds/Tearsheet.jhtml?tkr=" + userInput.toUpperCase(); } else { gotoURL = "/finance/mktguideapps/compinfo/CompanyTearsheet.jhtml?tkr=" + userInput; } window.location = gotoURL; } return false; } </script> </select><!--/jump droplet--></td><td><!--search form--></form><form method="get" name="Search" action="/web/20080117043750/http://www.forbes.com/search/results.jhtml" target="_top" onsubmit="return submitSearch();"><input type="text" name="MT" size="12" class="mainsearchbox"> <input type="hidden" name="sort" value=""><input type="hidden" name="aname" value=""><input type="hidden" name="author" value=""><input type="hidden" name="date" value=""> <input type="hidden" name="pub" value="forbes.com,magazine,global,fyi,asap,best,bow,ap,pinnacor"> </td> <td align="right"> <input type="submit" value="Go"> </td></form> </tr> <!--/search form--> </table> </td> <td rowspan="2" width="196" valign="top" align="center"> <!--AD GOES HERE--> <!-- AD --> <!-- /AD --> <!--AD ENDS HERE--> </td> </tr> <!-- ALL OTHER PAGES --> <tr valign="top"> <td class="intlhomepagelink" nowrap><nobr><a href="/web/20080117043750/http://www.forbes.com/home_usa/" class="intlhomepagelink">U.S.</a> | <a href="/web/20080117043750/http://www.forbes.com/home_europe/" class="intlhomepagelink">EUROPE</a> | <a href="/web/20080117043750/http://www.forbes.com/home_asia/" class="intlhomepagelink">ASIA</a></nobr></td> <td class="tagline">HOME PAGE FOR THE WORLD'S BUSINESS LEADERS</td> </tr> <!-- ALL OTHER PAGES --> </table> </td> <td width="100%" bgcolor="#336699"></td> </tr> <tr> <td colspan="2" bgcolor="#336699" height="10"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/spacer_blue.gif" width="1" height="10" border="0" alt="" onmouseover="setUpRollOut(thisX,divYNav);"></td></tr> <!--DISPLAY NAVIGATIONS DEPENDING ON CHANNEL NAME PASSED TO THE COMPONENT--> <tr> <td colspan="2" background="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/nav_background.gif"> <img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/lists.gif" id="navImg" border="0" width="774" height="28" usemap="#nav"> </td> </tr> </table> <table border="0" cellspacing="10" cellpadding="0" width="771"> <tr valign="top"><!--breadcrumbs/date--> <td class="mainbread"><a href="/web/20080117043750/http://www.forbes.com/" title="forbes.com" class="mainlink">Home</a> > <a href="/web/20080117043750/http://www.forbes.com/lists/" title="Forbes Lists' main page" class="mainlink">Lists</a> > <a href="/web/20080117043750/http://www.forbes.com/2004/08/18/04powomland.html" class="mainlink"> Most Powerful Women</a> > Search Results <!--/breadcrumbs--></td> <td width="170" rowspan="3" align="right"> <!--div class="dynamicadlocation" id="dynamicAdWinDiv"--> <!--<div class="dynamicadlocation" id="dynamicAdColDiv">--> <!-- AD --> <!-- /AD --> <br> <!-- AD --> <!-- /AD --> <br> <!-- AD --> <!-- /AD --> </td> </tr> <tr valign="top"><!--list title/years--> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="right" class="listyearbtn" colspan="2"> 2004 </td> </tr> <tr valign="bottom"> <td class="mainlisttxt"><span class="sublisttitle">Search Results</span><br> <form method="get" action="/web/20080117043750/http://www.forbes.com/lists/results.jhtml"> <input type="hidden" name="passListId" value="11"> <input type="hidden" name="passYear" value="2004"> <input type="hidden" name="passListType" value="Person"> <input type="hidden" name="searchParameter1" value="unset"> <input type="hidden" name="searchParameter2" value="unset"> <input type="hidden" name="resultsHowMany" value="25"> <input type="hidden" name="resultsSortProperties" value="+numberfield1,+stringfield2"> <input type="hidden" name="resultsSortCategoryName" value="Name"> <input type="hidden" name="fromColumnClick" value=""> <input type="hidden" name="bktDisplayField" value=""> <input type="hidden" name="bktDisplayFieldLength" value=""> <input type="hidden" name="category1" value="category"> <input type="hidden" name="category2" value="category"> <!-- <input type="hidden" name="searchString" value="param:searchString"> --> <input type="hidden" name="passKeyword" value=""> <select name="resultsStart" onchange="submit();"> <option value="1" selected>1 - 25</option> <option value="26">26 - 50</option> <option value="51">51 - 75</option> <option value="76">76 - 100</option> </select> </form> </td> <td class="footnotetxt" align="right"> </td> </tr> </table> </td> <!--/list title/years--></tr> <tr> <td valign="top"> <table border="0" width="100%" cellpadding="1" cellspacing="1"> <tr valign="bottom"> <td class="mainlisttxt" align="center"><a href="/web/20080117043750/http://www.forbes.com/lists/results.jhtml?passListId=11&passYear=2004&passListType=Person&searchParameter1=unset&searchParameter2=unset&resultsStart=1&resultsHowMany=25&resultsSortProperties=%2Bnumberfield1%2C%2Bstringfield2&resultsSortCategoryName=Name&passKeyword=&category1=category&category2=category" title="Sort list by rank" class="mainlink">Rank </a></td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/lists/results.jhtml?bktDisplayField=stringfield2&bktDisplayFieldLength=2&passListId=11&passYear=2004&passListType=Person&searchParameter1=unset&searchParameter2=unset&resultsStart=1&resultsHowMany=25&resultsSortProperties=%2Bstringfield2%2C%2Bnumberfield1&resultsSortCategoryName=Name&passKeyword=&category1=category&category2=category" title="Sort list by name" class="mainlink">Name </a></td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/lists/results.jhtml?bktDisplayField=stringfield3&bktDisplayFieldLength=2&passListId=11&passYear=2004&passListType=Person&searchParameter1=unset&searchParameter2=unset&resultsStart=1&resultsHowMany=25&resultsSortProperties=%2Bstringfield3%2C%2Bnumberfield1&resultsSortCategoryName=Occupation&passKeyword=&category1=category&category2=category" title="Sort list by occupation" class="mainlink">Occupation </a></td> <td class="mainlisttxt" align="center"><a href="/web/20080117043750/http://www.forbes.com/lists/results.jhtml?passListId=11&passYear=2004&passListType=Person&searchParameter1=unset&searchParameter2=unset&resultsStart=1&resultsHowMany=25&resultsSortProperties=%2Bnumberfield6%2C%2Bnumberfield1&resultsSortCategoryName=Age&passKeyword=&category1=category&category2=category" title="Sort list by age" class="mainlink">Age </a></td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/lists/results.jhtml?bktDisplayField=stringfield11&bktDisplayFieldLength=2&passListId=11&passYear=2004&passListType=Person&searchParameter1=unset&searchParameter2=unset&resultsStart=1&resultsHowMany=25&resultsSortProperties=%2Bstringfield11%2C%2Bnumberfield1&resultsSortCategoryName=Country&passKeyword=&category1=category&category2=category" title="Sort list by country" class="mainlink">Country </a></td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">1</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=MTNG&datatype=Person" title="View details for this person" class="mainlink">Condoleezza Rice </a></td> <td class="mainlisttxt">National Security Adviser, Bush Administration</td> <td class="mainlisttxt" align="center">49</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">2</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=GGD7&datatype=Person" title="View details for this person" class="mainlink">Wu Yi </a></td> <td class="mainlisttxt">Vice Premier, former Vice Mayor of Beijing</td> <td class="mainlisttxt" align="center">65</td> <td class="mainlisttxt">China</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">3</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=W5BY&datatype=Person" title="View details for this person" class="mainlink">Sonia Gandhi </a></td> <td class="mainlisttxt">President, Congress Party</td> <td class="mainlisttxt" align="center">57</td> <td class="mainlisttxt">India</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">4</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=F40U&datatype=Person" title="View details for this person" class="mainlink">Laura Bush </a></td> <td class="mainlisttxt">U.S. First Lady</td> <td class="mainlisttxt" align="center">57</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">5</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=DFBA&datatype=Person" title="View details for this person" class="mainlink">Hillary Rodham Clinton </a></td> <td class="mainlisttxt">U.S. Senator</td> <td class="mainlisttxt" align="center">56</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">6</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=DZTZ&datatype=Person" title="View details for this person" class="mainlink">Sandra Day O'Connor </a></td> <td class="mainlisttxt">U.S. Supreme Court Justice</td> <td class="mainlisttxt" align="center">74</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">7</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=D8D7&datatype=Person" title="View details for this person" class="mainlink">Ruth Bader Ginsburg </a></td> <td class="mainlisttxt">U.S. Supreme Court Justice</td> <td class="mainlisttxt" align="center">71</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">8</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=MVC8&datatype=Person" title="View details for this person" class="mainlink">Megawati Sukarnoputri </a></td> <td class="mainlisttxt">President, Indonesia</td> <td class="mainlisttxt" align="center">57</td> <td class="mainlisttxt">Indonesia</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">9</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=1YDI&datatype=Person" title="View details for this person" class="mainlink">Gloria Macapagal Arroyo </a></td> <td class="mainlisttxt">President, Philippines</td> <td class="mainlisttxt" align="center">57</td> <td class="mainlisttxt">Phillipines</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">10</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=QDES&datatype=Person" title="View details for this person" class="mainlink">Carleton "Carly" S. Fiorina </a></td> <td class="mainlisttxt">Chair and Chief Executive, Hewlett-Packard</td> <td class="mainlisttxt" align="center">49</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">11</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=A9KC&datatype=Person" title="View details for this person" class="mainlink">Nancy Pelosi </a></td> <td class="mainlisttxt">Minority Leader, U.S. House of Representatives</td> <td class="mainlisttxt" align="center">64</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">12</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=2KI5&datatype=Person" title="View details for this person" class="mainlink">Cherie Booth Blair </a></td> <td class="mainlisttxt">U.K. First Lady</td> <td class="mainlisttxt" align="center">49</td> <td class="mainlisttxt">U.K.</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">13</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=VZPS&datatype=Person" title="View details for this person" class="mainlink">Queen Rania Al-Abdullah </a></td> <td class="mainlisttxt">Queen of Jordan</td> <td class="mainlisttxt" align="center">34</td> <td class="mainlisttxt">Jordan</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">14</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=JSK7&datatype=Person" title="View details for this person" class="mainlink">Begum Khaleda Zia </a></td> <td class="mainlisttxt">Prime Minister of Bangladesh</td> <td class="mainlisttxt" align="center">58</td> <td class="mainlisttxt">Bangladesh</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">15</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=WTEB&datatype=Person" title="View details for this person" class="mainlink">Abigail Johnson </a></td> <td class="mainlisttxt">President, Fidelity Management & Research</td> <td class="mainlisttxt" align="center">41</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">16</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=87H4&datatype=Person" title="View details for this person" class="mainlink">Susan Arnold </a></td> <td class="mainlisttxt">Vice Chair, Global Beauty Care, Procter & Gamble</td> <td class="mainlisttxt" align="center">50</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">17</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=UPKV&datatype=Person" title="View details for this person" class="mainlink">Christine Poon </a></td> <td class="mainlisttxt">Worldwide Chair, Medicines and Nutritionals, Johnson & Johnson</td> <td class="mainlisttxt" align="center">51</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">18</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=TYI6&datatype=Person" title="View details for this person" class="mainlink">Karen Hughes </a></td> <td class="mainlisttxt">Adviser and former counselor to President George W. Bush</td> <td class="mainlisttxt" align="center">48</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">19</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=NFJ5&datatype=Person" title="View details for this person" class="mainlink">Marjorie Magner </a></td> <td class="mainlisttxt">Chair and Chief Executive, Global Consumer Group, Citigroup</td> <td class="mainlisttxt" align="center">55</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">20</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=QTD7&datatype=Person" title="View details for this person" class="mainlink">Ann S. Moore </a></td> <td class="mainlisttxt">Chair and Chief Executive, Time Inc.</td> <td class="mainlisttxt" align="center">54</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">21</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=GU2K&datatype=Person" title="View details for this person" class="mainlink">Margaret Thatcher </a></td> <td class="mainlisttxt">Former U.K. Prime Minister</td> <td class="mainlisttxt" align="center">79</td> <td class="mainlisttxt">U.K.</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">22</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=88G5&datatype=Person" title="View details for this person" class="mainlink">Queen Elizabeth II </a></td> <td class="mainlisttxt">Queen of the United Kingdom</td> <td class="mainlisttxt" align="center">78</td> <td class="mainlisttxt">U.K.</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">23</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=AL4W&datatype=Person" title="View details for this person" class="mainlink">Lynne Cheney </a></td> <td class="mainlisttxt">U.S. Second Lady</td> <td class="mainlisttxt" align="center">63</td> <td class="mainlisttxt">U.S.</td> </tr> <tr class="rowcolor2" valign="top"> <td class="highlightcolor2" align="center">24</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=OO5O&datatype=Person" title="View details for this person" class="mainlink">Ho Ching </a></td> <td class="mainlisttxt">Chief Executive and Executive Director, Temasek Holdings</td> <td class="mainlisttxt" align="center">51</td> <td class="mainlisttxt">Singapore</td> </tr> <tr class="rowcolor1" valign="top"> <td class="highlightcolor1" align="center">25</td> <td class="mainlisttxt"><a href="/web/20080117043750/http://www.forbes.com/finance/lists/11/2004/LIR.jhtml?passListId=11&passYear=2004&passListType=Person&uniqueId=O4HQ&datatype=Person" title="View details for this person" class="mainlink">Barbara Walters </a></td> <td class="mainlisttxt">News Correspondent and Anchor, ABC's 20/20</td> <td class="mainlisttxt" align="center">74</td> <td class="mainlisttxt">U.S.</td> </tr> </table> <p align="right" class="sublisttitle"> <form method="get" action="/web/20080117043750/http://www.forbes.com/lists/results.jhtml"> <input type="hidden" name="passListId" value="11"> <input type="hidden" name="passYear" value="2004"> <input type="hidden" name="passListType" value="Person"> <input type="hidden" name="searchParameter1" value="unset"> <input type="hidden" name="searchParameter2" value="unset"> <input type="hidden" name="resultsHowMany" value="25"> <input type="hidden" name="resultsSortProperties" value="+numberfield1,+stringfield2"> <input type="hidden" name="resultsSortCategoryName" value="Name"> <input type="hidden" name="fromColumnClick" value=""> <input type="hidden" name="bktDisplayField" value=""> <input type="hidden" name="bktDisplayFieldLength" value=""> <input type="hidden" name="category1" value="category"> <input type="hidden" name="category2" value="category"> <!-- <input type="hidden" name="searchString" value="param:searchString"> --> <input type="hidden" name="passKeyword" value=""> <select name="resultsStart" onchange="submit();"> <option value="1" selected>1 - 25</option> <option value="26">26 - 50</option> <option value="51">51 - 75</option> <option value="76">76 - 100</option> </select> </form> </p> <p><table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td> <center><script src="https://web.archive.org/web/20080117043750js_/http://www.forbes.com/scripts/lists/2004/powom.js"></script></center> </td> <td><a name="searchlist"><p class="sublisttitle">Search Most Powerful Women</p></a> <br clear="all"> <table border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="1" bgcolor="#000000"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/spacer_black.gif" width="1" height="1" border="0"></td> <td width="10"> </td> <td class="subsmalllisttitle" colspan="2"> <br> Enter person's last name to search this list<br> <form name="listKeywordSearch" action="/web/20080117043750/http://www.forbes.com/finance/lists/setters/keywordSearchSetter.jhtml" onsubmit="return checkKeywordLength()"> <input type="hidden" name="passYear" value="2004"> <input type="hidden" name="passListId" value="11"> <input type="hidden" name="passListType" value="Person"> <table border="0" cellpadding="3" cellspacing="1" width="360"> <tr valign="middle"> <td class="subsmalllisttitle"> </td> <td><input class="listbox" type="text" name="passKeyword" size="18"></td> <td class="subsmalllisttitle" align="center"> > </td> <td><input type="submit" value=" go "></td> </tr> </table> </td> </tr> <tr valign="middle"> <td width="1" bgcolor="#000000"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/spacer_black.gif" width="1" height="1" border="0"></td> <td> </form><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/spacer_black.gif" width="10" height="1" border="0" vspace="25"> </td> <td class="subsmalllisttitle"> or </td> <td><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/spacer_black.gif" width="330" height="1" border="0" vspace="25"></td> </tr> </oparam> <tr> <td width="1" bgcolor="#000000"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/spacer_black.gif" width="1" height="1" border="0"></td> <td width="10"> </td> <td class="subsmalllisttitle" colspan="2"> Find people on this list for whom<br> <form name="searchInterface" method="get" action="/web/20080117043750/http://www.forbes.com/lists/results.jhtml"> <input type="hidden" name="passListId" value="11"> <input type="hidden" name="passYear" value="2004"> <input type="hidden" name="passListType" value="Person"> <input type="hidden" name="resultsStart" value="1"> <input type="hidden" name="resultsHowMany" value="25"> <input type="hidden" name="resultsSortProperties" value="+numberfield1,+stringfield2"> <input type="hidden" name="resultsSortCategoryName" value="Rank"> <table border="0" cellpadding="3" cellspacing="1" width="360"> <tr valign="middle"> <td class="subsmalllisttitle" width="40"> the</td> <td align="right"> <select class="listselect" name="category1" onchange="categoryChange('1');"> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> </select></td> <td colspan="2"> </td> </tr> <tr valign="middle"> <td class="subsmalllisttitle" width="40"> is</td> <td align="right"> <select class="listselect" name="searchParameter1"> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> </select> </td> <td colspan="2"> </td> </tr> <tr valign="middle"> <td class="subsmalllisttitle" colspan="4"> and</td> </tr> <tr valign="middle"> <td class="subsmalllisttitle" width="40"> the</td> <td align="right"><select class="listselect" name="category2" onchange="categoryChange('2');"> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> </select> </td> <td colspan="2"> </td> </tr> <tr valign="middle"> <td class="subsmalllisttitle" width="40"> is</td> <td align="right"><select class="listselect" name="searchParameter2"> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> <option name="unset">-------------------------</option> </select> </td> <td class="subsmalllisttitle" align="center"> > </td> <td><input type="submit" " value=" go"></td> </tr> </table> </td> </tr> <tr> <td width="1" bgcolor="#000000"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/spacer_black.gif" width="1" height="1" border="0"></td> <td width="10"> </td> <td colspan="2"> </td> </tr> <tr valign="bottom"> <td width="1" bgcolor="#000000"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/spacer_black.gif" width="1" height="20" border="0"></td> <td colspan="3"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/spacer_black.gif" width="365" height="1" border="0"></td> </tr> </table> </form> <!-- START MEZZANINE --> <!-- AD --> <!-- /AD --> <!-- END MEZZANINE --> </td> </tr> <tr valign="top"> <td nowrap> <span class="sublisttitle">People Lists:</span><br> <form method="get" action="/web/20080117043750/http://www.forbes.com/finance/lists/setters/listHomeSetter.jhtml"> <select name="passListId"> <option value="53">100 Top Celebrities</option> <option value="74">China 100</option> <option value="12">Executive Pay</option> <option value="54">Forbes 400</option> <option value="99">Midas</option> <option value="10">World's Richest People</option> </select> <input type="submit" value="Go"> </form> </td> <td class="footnotetxt"> <p class="footnotetxt"> <b>Methodology:</b><br> Rankings generated by combining various financial figures with other media metrics; Web mentions on Google; global media mentions from Factiva. Biographical research coordinated by Anne P. Mintz.<br><br> <i>Sources: The women's official biographies, International Who's Who of 2005, Marquis Who's Who, World Almanac of Famous People, Redgrave Who's Who 2004, the Congressional Yellow Book, the Judicial Yellow Book, Europa World Yearbook, Hoover's Online, Securities & Exchange Commission filings, Lexis/Nexis, World Economic Forum, the World Book Encyclopedia.</p> </td> </tr> </table></p> <p align="center"> <!--droplet src="/cms/components/incl_google.jhtml"></droplet--> </p> </td> </tr> </table> <div id="dynamicFoot" class="footwrapper"> <!-- advertiser links --> <!-- AD --> <!-- /AD --> <!-- / advertiser links --> <map name="bottomnav"> <area shape="rect" coords="10,4,86,24" href="/web/20080117043750/http://www.forbes.com/fdc/contact.shtml" title="Forbes.com Contact Information"> <area shape="rect" coords="106,4,174,24" href="/web/20080117043750/http://www.forbes.com/fdc/about.shtml" title="About Forbes.com And Our Staff"> <area shape="rect" coords="184,4,239,24" href="/web/20080117043750/http://www.forbes.com/fdc/sitemap.shtml" title="Find Your Way On Forbes.com"> <area shape="rect" coords="259,4,291,24" href="/web/20080117043750/http://www.forbes.com/fdc/help.shtml" title="Answers to Your Questions"> </map> <map name="footernav"> <area shape="rect" coords="6,1,69,18" href="/web/20080117043750/http://www.forbes.com/fdc/sitemap.shtml"> <area shape="rect" coords="74,1,122,18" href="/web/20080117043750/http://www.forbes.com/fdc/help.shtml"> <area shape="rect" coords="138,1,300,18" href="/web/20080117043750/http://www.forbes.com/fdc/contact.shtml"> <area shape="rect" coords="303,1,450,18" href="/web/20080117043750/http://www.forbes.com/forbescollection/"> <area shape="rect" coords="456,1,620,18" href="/web/20080117043750/http://www.forbes.com/conf/"> <area shape="rect" coords="622,1,768,18" href="/web/20080117043750/http://www.forbes.com/fdc/magazines.shtml"> </map> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td background="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/bottom_nav_bg.gif"> <img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/nav_bottom.gif" width="774" height="19" border="0" usemap="#footernav"> </td></tr><tr> <td height="1"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#336699"> <table border="0" cellpadding="0" cellspacing="0" width="760"> <tr valign="top"> <td width="10"></td> <td width="634" class="maincopynav"> <br> <!-- privacy policy and other links --> <a href="/web/20080117043750/http://www.forbes.com/adinfo" class="maincopynav">Ad Information</a> <a href="/web/20080117043750/http://www.forbes.com/forbeswireless/" class="maincopynav">Forbes.com Wireless</a> <a href="/web/20080117043750/http://www.forbes.com/fdc/reprints/Reprints.jhtml" class="maincopynav">Reprints / Permissions</a> <a href="/web/20080117043750/http://www.forbes.com/fdc/subservices.shtml" class="maincopynav">Subscriber Services</a> <br> <span class="maincopynav">© 2004 Forbes.com Inc.™ All Rights Reserved</span> <a href="/web/20080117043750/http://www.forbes.com/fdc/privacy.shtml" class="maincopynav">Privacy Statement</a> <a href="/web/20080117043750/http://www.forbes.com/fdc/terms.shtml" class="maincopynav">Terms, Conditions and Notices</a> <!-- end privacy policy and other links --> </td> <td align="right" width="116"> <br> <!-- Ad rightbottom microbutton here for Forbes.com --> <br><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/spacer_blue.gif" width="120" height="1" alt="" border="0"> </td> </tr> </table> </td></tr></table> <style> .smallwhitetxt { color : #ffffff; font-size : 11px; } </style> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#336699"> <td colspan="7"> </td> </tr> <tr bgcolor="#336699"> <!-- legalese --> <td bgcolor="#336699" width="22" rowspan="2"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/assets/spacer_blue.gif" width="22" height="1" alt="" border="0"></td> <td width="150" valign="top" class="smallwhitetxt" align="center">Delivered By<br> <a href="https://web.archive.org/web/20080117043750/http://www.mirror-image.com/"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/partners/mirrorimage/mirrorimage.gif" width="77" height="33" border="0" hspace="5"></a></td> <td width="150" valign="top" align="center"> <a href="https://web.archive.org/web/20080117043750/http://www.spirent.com/"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/partners/spirent/spirent.gif" width="77" height="38" border="0" hspace="5" vspace="5"></a></td> <td width="150" valign="top" align="center" class="smallwhitetxt"><a href="https://web.archive.org/web/20080117043750/http://www.usweb.com/" class="smallwhitetxt">Online Marketing</a> by </span><a href="https://web.archive.org/web/20080117043750/http://www.usweb.com/online_marketing_firm/search_engine_marketing/search_engine_optimization.htm"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/partners/usweb/micrologo.gif" align="center" width="76" height="20" border="0" vspace="5" alt="Search Engine Optimization"></a></td> <td width="150" valign="top" align="center" class="smallwhitetxt">Market Data By<br> <a href="https://web.archive.org/web/20080117043750/http://www.reuters.com/"><img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/partners/reuters/reuters77wide.gif" width="77" height="28" border="0" hspace="5"></a></td> <td width="150" valign="top" align="center" class="smallwhitetxt"> Powered By<br> <img src="https://web.archive.org/web/20080117043750im_/http://images.forbes.com/media/partners/att/att.gif" width="81" height="61" border="0"></td> <td> </td> </tr> <tr bgcolor="#336699"> <td align="left" valign="top" class="smalltxt" colspan="5"> <!-- /Reuters data disclaimer --> Stock quotes are delayed at least 15 minutes for Nasdaq, at least 20 minutes for NYSE/AMEX.<br> U.S. indexes are delayed at least 15 minutes with the exception of Nasdaq, Dow Jones Industrial Average and S&P; 500 which are 2 minutes delayed. <a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/fdc/exchanges.shtml#reuters">Disclaimer</a> <br> <!-- Telemet disclaimer --> Forbes 40 Index powered by <a href="/web/20080117043750/http://www.forbes.com/finance/redirect.jhtml?nextpage=http://www.taquote.com/" class="smalltxt">Telemet</a>. <!-- /Telemet disclaimer --> <br> <!-- Reuters news disclaimer --> News may include latest headlines from Reuters. <!-- /Reuters news disclaimer --> <br> <!-- Exchange notice page --> <a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/fdc/exchanges.shtml">Exchange trademark and copyright notices.</a> <!-- /Exchange notice page --> <br> <!-- ADDITIONAL LEGAL DISCLAIMERS --> <br> <br> </oparam> </droplet> <!-- /legalese --> <td bgcolor="#336699"> <br></td> </tr> </table> </oparam> </droplet> <noscript> <h1><a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/"><font size="3">Financial News - Business News</font></a></h1> <!-- HOME --> <a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/"><font size="3">Financial News - Business News</font></a> <p><a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/newsletters/">Investment Newsletter - Financial Newsletters - Stock Newsletter</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://forums.prospero.com/fdcbiz">Polls & Discussions</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/tools/">Financial Tools - Stock Trading Tool - Investing Tool - Planning Tools</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/search/storyTypeResults.jhtml?storyType=Special+Report">Special Reports</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/video/">Video News - Financial Video Reports</a></p> <!-- BUSINESS --> <p><a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/business/">Business News - Business Information</a></p> <p><a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/commerce/">Retail News - Commerce News - Retail Industry News</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/energy/">Energy News - Utility News - Energy Industry News</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/healthcare/">Health Care News - Healthcare News - Health Care Industry News</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/manufacturing/">Manufacturing News - Supply Chain News - Manufacturing Industry News</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/services/">Business Services News - Service Industry News - Services Industry News</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/businesstech/">Technology News - Information Technology News - Tech News</a></p> <!-- TECHNOLOGY --> <p><a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/technology/">Technology News - Tech News</a></p> <p><a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/ebusiness/">E-Business</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/enterprisetech/">Enterprise Tech</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/futuretech/">Future Tech</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/networks/">Networks</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/personaltech/">Personal Tech</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/sciences/">Sciences and Medicine</a></p> <!-- MARKETS --> <p><a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/markets/">Stock Market News - World Markets - Stock Quotes</a></p> <p><a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/bonds/">Bonds</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/commodities/">Commodities</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/currencies/">Currencies</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/economy/">Economy</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/emergingmarkets/">Emerging Markets</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/equities/">Equities</a></p> <!-- FINANCE --> <p><a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/finance/">Personal Finance - Personal Finances - Financial Advise</a></p> <p><a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/estate_planning/">Estate Planning</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/funds/">Funds</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/philanthropy/">Philanthropy</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/retirement/">Retirement</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/strategies/">Strategies</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/taxes/">Taxes</a></p> <!-- LIFESTYLE --> <p><a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lifestyle/">Lifestyle</a></p> <p><a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lifestyle/collecting/">Collecting</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lifestyle/health/">Health and Fitness</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lifestyle/realestate/">Real Estate</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lifestyle/sports/">Sports</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lifestyle/travel/">Travel</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lifestyle/vehicles/">Vehicles</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lifestyle/wine/">Wine & Food</a></p> <p><a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lifestyle/">Business and Finance Magazines</a></p> <p><a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/forbes/">Forbes Magazine</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/forbesglobal/">Forbes Global</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/fyi/">Forbes FYI</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/asap/">Forbes ASAP</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbesbest.com/">Best of the Web</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/news/12.html">Archives</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/fdc/subservices.shtml">Subscriptions</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/columnists/">Columnists</a></p> <p><a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/premium/">Forbes Pemium Services</a></p> <p><a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/premium/#business">Business Services</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/premium/#forbes">Forbes Services</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/premium/#investing">Investing Services</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/premium/#lifestyle">Lifestyle Services</a></p> <!-- LISTS --> <p><a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lists/">Forbes Lists - Award List - People List</a></p> <p><a class="dirsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lists">People</a><br> <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/celebrity100/">100 Top Celebrities</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/2002/09/13/rich400land.html">400 Richest Americans</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lists/2003/02/26/billionaireland.html">The World's Billionaires</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/home/2002/04/25/ceos.html">Big Bosses & Paychecks</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/2003/01/29/midasland.html">Midas List</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lists/2002/10/24/chinaland.html">China's 100 Richest Business People </a><br> <br> <a class="dirsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lists">Companies</a><br> <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/2002/03/27/forbes500.html">Forbes 500s</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/200best/">200 Best Small Companies</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/platinum400/">400 Best Big Companies</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/private500/">500 Largest Privates</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/international/">International 500</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/global/2002/0415/alist.html">The Global A-List</a> <br> <br> <a class="dirsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lists">Places</a><br> <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/bestplaces/">Forbes/Milken Best Places</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lists/2002/06/05/singles.html">Best Cities for Singles</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/2001/08/16/0816feat.html">Best Business Restaurants</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/lists/2001/10/25/1025feat.html">World's Ten Best Airport Lounges</a> | <a class="dirsubsec" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/2001/06/07/0607feat.html">World's Best Beach Resorts</a></p> <p><a href="https://web.archive.org/web/20080117043750/http://www.forbes.com/work/">Career Information - Career News - Work News</a></p> <p><a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/careers/">Forbes.com: Careers</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://forums.prospero.com/compensation/">Forbes.com: Compensation</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/entrepreneurs/">Forbes.com: Entrepreneurs</a><br> <a class="brknewshed" href="https://web.archive.org/web/20080117043750/http://www.forbes.com/management/">Forbes.com: Management</a><br> </noscript> </div> <!-- AD --> <!-- /AD --> <!-- Insight --> <!-- BEGIN Insight XE --> <noscript> <img src="https://web.archive.org/web/20080117043750im_/http://forbescollect.247realmedia.com/data/?tax0_SiteID=1&JS=False" width="0" height="0"> </noscript> <script language="JavaScript1.2"> var if_Site_ID = "forbes"; var if_sid="1"; var urlpath = location.pathname.toString(); var query=location.search.toString(); var host=location.host.toString(); var now = new Date(); var hours = now.getHours(); var tokenarray = urlpath.split('/'); var segmentlist=""; var j=1; segmentlist="&url=" + urlpath; segmentlist="&fullurl=" + host+urlpath+query; segmentlist="&hour=" + hours; for (var i=0; i< tokenarray.length; i++) if (tokenarray[i] != "cms" && tokenarray[i] != "template" && tokenarray[i] != "" ) { if (j == 1) { if ((tokenarray[i] == "business") || (tokenarray[i] == "commerce") || (tokenarray[i] == "energy") || (tokenarray[i] == "healthcare") || (tokenarray[i] == "manufacturing") || (tokenarray[i] == "services") || (tokenarray[i] == "technology") || (tokenarray[i] == "smallbusiness") ) { segmentlist=segmentlist + "&business=" + tokenarray[i]; } } if (tokenarray[i].indexOf("html") == -1) { segmentlist = segmentlist + "&segment" + j + "=" + tokenarray[i]; j++; } else { segmentlist = segmentlist + "&filename=" + tokenarray[i]; segmentlist = segmentlist + "&filenamequery=" + tokenarray[i] + query; if (i > 3) { segmentlist = segmentlist + "&uri=/" + tokenarray[i-3] + "/" + tokenarray[i-2] + "/" + tokenarray[i-1] + "/" + tokenarray[i]; } if (tokenarray[i].indexOf("_print.html") != -1) { segmentlist = segmentlist + "&printversion=" + tokenarray[i]; } } } var partnerLoc = query.indexOf("partner="); var partner= ""; if (partnerLoc > -1) { partnerLoc = partnerLoc + 8; var end = query.indexOf("&",partnerLoc); if (end > -1) { partner= query.substring(partnerLoc, end); } else { partner = query.substring(partnerLoc); } } var if_tag = "<SCRIPT LANGUAGE='JavaScript' " + "DEFER SRC=http" + "://" + "a248.e.akamai.net/7/836/1132/102403/delivery-va.247realmedia.com/scripts/" + if_Site_ID + "_if.js" + "><\/SCR" + "IPT>"; if (partner.length > 0) { segmentlist = segmentlist + "&partner=" + partner; } var mep1=segmentlist; document.write(if_tag); </script> <!-- END Insight XE --> <!--foresee code--> <script language="JavaScript" src="/web/20080117043750js_/http://www.forbes.com/scripts/triggerParams.js"></script> <script language="JavaScript" src="/web/20080117043750js_/http://www.forbes.com/scripts/stdLauncher.js"></script> <script language="JavaScript"> Poll(); </script> <!--/foresee code--> <div id="rollOverDiv" class="submenu" onmouseout="setUpRollOut(thisX,divYNav);"></div> <div id="menuSponsorDiv" class="menusponsor" onmouseout="setUpRollOut(thisX,divYNav);"></div> <script language="JavaScript" type="text/javascript"> initFooter(); </script> <!-- static = true --> <!-- FILE ARCHIVED ON 04:37:50 Jan 17, 2008 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:43:55 Nov 25, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.753 exclusion.robots: 0.039 exclusion.robots.policy: 0.025 esindex: 0.013 cdx.remote: 33.749 LoadShardBlock: 213.711 (3) PetaboxLoader3.datanode: 223.897 (4) load_resource: 247.748 PetaboxLoader3.resolve: 135.07 -->