// 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; ?>
|
||||
By Chris Maron
This book is a thorough and informative history written of one of Australia’s most successful, significant and largest sporting organisations. The 173 page book with 125 illustrations covers all aspects of the Association and its Branches, from inception to 2012. The chapter headings are:
The book will both unleash memories and emotions as the recollections of people, places, names and events come flooding back and also be an eye-opener on an absorbing, livewire Association. The cost of each book is $25 plus postage (if required). Books are available through Stan Pedersen, Secretary NSWHCTA via email volley@optusnet.com.au or phone 0411248178. “In this enjoyable book, Chris has marvellously recreated memories of the Association’s activities. It is a fascinating account.” Dennis Bindon, past President of the Association. //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'); ?> |