");
}
function setCookie(sName)
{
var dNow = new Date();
var iMsecNow = dNow.valueOf();
var iMsecExpires = iMsecNow + 86400000;
var dExpires = new Date(iMsecExpires);
var iYear = dExpires.getFullYear();
var iMonth = dExpires.getMonth();
var iDay = dExpires.getDate();
dExpires = new Date(iYear, iMonth, iDay, 0, 0, 0, 0);
document.cookie = sName + "=1; expires=" + dExpires.toGMTString() + ";";
}
function getCookie(sName)
{
var sCookie = document.cookie;
var iStart;
var sReturn = "";
if (sCookie != "")
{
iStart = sCookie.indexOf(sName);
if (iStart >= 0)
{
iStart += sName.length + 1;
sReturn = sCookie.charAt(iStart);
}
}
return sReturn;
}
function destroyCookie(sName)
{
var dExpires = new Date(1980, 1, 1, 0, 0, 0, 0);
document.cookie = sName + "=0; expires=" + dExpires.toGMTString() + ";";
}
//-->
|
|
|
|
|
|
|  | | Amanda Coetzer (1998)

Cup History: Amanda scored the biggest victory of her career when she captured the 1998 singles championship. She battled through some tough matches on her way to the final, but with the victory, set a record as the lowest seeded winner in the tournament’s history.
Career Overview: In 1993 , won first WTA Tour titles at Melbourne Open and Tokyo. At 1995 Canadian Open, she scored three Top 5 victories in a tournament for the first time including No. 1 Steffi Graf's first loss of the year and ended her 32-match win-streak.
At the Australian Open in 1996, Coetzer became the first South African woman to reach a Grand Slam SF. Is one of six players to defeat Steffi Graf three or more times in a calendar year. Finished career off with 9 WTA Tour singles and doubles titles. |
back to top
|
|
|
|
|
|
|