Waterbrook at Yowie Bay was a revelation in the over 55’s residential lifestyle market when it was built in 2000. It incorporated all the desirable aspects of a resort, the functionality of a house and the warmth and welcome of a home. Quite simply Waterbrook Yowie Bay remains the premier lifestyle resort in Australia. It is the benchmark by which other similar facilities are measured and whilst there have been some imitators, none compare with the original.
Waterbrook at Yowie Bay has recently been awarded Accreditation under the Retirement Villages Association National Accreditation Scheme. Waterbrook at Yowie Bay is now one of only ten over 55's residential properties in NSW to be Nationally Accredited. Accreditation is your guarantee that a property has met stringent industry standards for management, facilities, accommodation and services and that a program of continuous improvement is in place for the property and management into the future.
include("./CMS/lib.connect/mysql_connect.php");
$conn = getConn();
$development_id = 1;
$getLinks = "SELECT link_name, url FROM useful_links WHERE development = $development_id";
$returnedLinks = mysql_query($getLinks);
if (!empty($returnedLinks)) {
echo "Useful Links";
while ($itemRow = mysql_fetch_array($returnedLinks, MYSQL_ASSOC)) {
echo '';
echo '' . $itemRow["link_name"] . ' - (' . $itemRow["url"] . ')';
echo ' ';
}
}
?>
|
|
|