// file: content.php // purpose: accepts a variable from the URL to display a page based on value of 'page' [http://www.hardcourt.com.au/content.php?page=X] // created: April 2009 for NSWHTA ?> //file: header.inc //purpose: header information for site (called from content.php) //created: April 2009 for NSWHTA ?> $time = microtime(); $time = explode(' ', $time); $time = $time[1] + $time[0]; $start = $time; ?>
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The Rosewall Medal was introduced into the Interdistrict Competition in 1996 to recognise the "best and fairest" player over the course of the competition. The name of Ken Rosewall is synonymous with fair play and sportsmanship in tennis and we were honoured when Ken agreed to attach his name to the medal in a competition in which he once was a competitor. Ken Rosewall, one of the greats of tennis, won 18 major titles in a career spanning 25 years. He won his first singles title at the 1953 Australian Championships and followed this up with wins in 1955 and in 1971-72. He won the Australian doubles titles in 1953, 1956, 1969 and 1972; the French singles titles in 1953 and 1968; the Wimbledon doubles titles in 1953 and 1956; the US singles titles in 1956 and 1970 and the US doubles titles in 1956, 1969 and 1973. In addition he represented Australia in the Davis Cup in 1953-56, 1973 and 1975. The Rosewall Medal is restricted to competitors in Division 1 of all Cups. Participation is compulsory and nominees may be from either the winning or losing team. The following criteria has been set down to determine the weekly nominees for the Rosewall Medal:
The Rosewall Medal was introduced in 1996. It is a prestigious award which carries the name of one of the all time great Australian tennis players, who was not only an outstanding player and good sport on the court, but a great ambassador for tennis off the court. He was also one of the giants of tennis who won 18 major titles in a career spanning 25 years. //file: endX.inc //purpose: closes off page (called from //content.php) //created: April 2009 for NSWHTA date_default_timezone_set("Australia/Sydney"); $year = date('Y'); ?> |