Stephen Kingham and Murray Rainey arrive at the Lightwave factory at
Coomera on the Gold Coast in Queensland Australia. Carl Braybrook arrived
the next day.
The next several days are really busy helping finish the fit out.
Nikki Braybrook arrived on Thursday.
Day 1 to 4 Gold Coast (from 17 May2010)
function setDefault(&$var, $DefaultValue)
{
if (!IsSet($var))
{
$var = $DefaultValue;
}
}
//
// Set default configuration if not set in configuration file
//
setDefault($thumbnails_columns, 3);
setDefault($thumb_prefix, "thumb_");
setDefault($normal_prefix, "normal_");
setDefault($generate_thumbnail_images, 1);
setDefault($thumbnail_image_resolution, "160x120");
setDefault($thumbnail_image_jpeg_quality, 80);
setDefault($max_thumbnail_images_to_generate, 10);
setDefault($generate_normal_images, 1);
setDefault($normal_image_resolution, "640x480");
setDefault($normal_image_jpeg_quality, 80);
setDefault($allowed_pictures, array("jpg", "jpeg", "gif"));
setDefault($allowed_movies, array("avi", "mov", "mpg", "mpeg"));
setDefault($allowed_documents, array("doc", "htm", "html", "pdf"));
setDefault($language, "english");
setDefault($showexifinfo, False);
setDefault($albumnavigation, True);
setDefault($picturenavigation, True);
setDefault($showdescriptions, True);
setDefault($showalbums, True);
setDefault($addwatermark, False);
//
// Legacy support
//
if (!IsSet($pictures_dir)) $pictures_dir = $topdir;
if (!IsSet($pictures_url)) $pictures_url = $topurl;
// Normal image resolution
$normalImgResArray = explode("x",strToLower($normal_image_resolution));
$iNormalImageWidth = $normalImgResArray[0];
$iNormalImageHeight = $normalImgResArray[1];
// Thumbnail image resolution
$thumbImgResArray = explode("x",strToLower($thumbnail_image_resolution));
$iThumbnailImageWidth = $thumbImgResArray[0];
$iThumbnailImageHeight = $thumbImgResArray[1];
// Nr of thumbnail images that are created on this page request
$iNrOfThumbnailImagesCreated = 0;
//
// Initialise the thumbnail directory and url if it is not set
//
if (!IsSet($thumb_dir)) $thumb_dir = $pictures_dir;
if (!IsSet($thumb_url)) $thumb_url = $pictures_url;
?>
20100517-21-IMGP1404.JPG
20100517-21-IMGP1407.JPG
20100517-21-IMGP1413.JPG
20100517-21-IMGP1414.JPG
20100517-21-IMGP1416.JPG
20100517-21-IMGP1417.JPG
20100517-21-IMGP1418.JPG
20100517-21-P5170477.JPG
20100517-21-P5200497.JPG
This album contains 9 pictures, 0 movie(s),
0 document(s), and 0 other album(s)
Janet, Angelique and Alastair Kingham arrive and we all head off into
the Gold Coast waters. We had a good sail and dropped the girls off for
some shopping, which is when the boys sailed out through the heads for
a test.
In the evening we anchored in the bay nestled in around the spit.
Day 5 Gold Coast (21 May 2010)
function setDefault(&$var, $DefaultValue)
{
if (!IsSet($var))
{
$var = $DefaultValue;
}
}
//
// Set default configuration if not set in configuration file
//
setDefault($thumbnails_columns, 3);
setDefault($thumb_prefix, "thumb_");
setDefault($normal_prefix, "normal_");
setDefault($generate_thumbnail_images, 1);
setDefault($thumbnail_image_resolution, "160x120");
setDefault($thumbnail_image_jpeg_quality, 80);
setDefault($max_thumbnail_images_to_generate, 10);
setDefault($generate_normal_images, 1);
setDefault($normal_image_resolution, "640x480");
setDefault($normal_image_jpeg_quality, 80);
setDefault($allowed_pictures, array("jpg", "jpeg", "gif"));
setDefault($allowed_movies, array("avi", "mov", "mpg", "mpeg"));
setDefault($allowed_documents, array("doc", "htm", "html", "pdf"));
setDefault($language, "english");
setDefault($showexifinfo, False);
setDefault($albumnavigation, True);
setDefault($picturenavigation, True);
setDefault($showdescriptions, True);
setDefault($showalbums, True);
setDefault($addwatermark, False);
//
// Legacy support
//
if (!IsSet($pictures_dir)) $pictures_dir = $topdir;
if (!IsSet($pictures_url)) $pictures_url = $topurl;
// Normal image resolution
$normalImgResArray = explode("x",strToLower($normal_image_resolution));
$iNormalImageWidth = $normalImgResArray[0];
$iNormalImageHeight = $normalImgResArray[1];
// Thumbnail image resolution
$thumbImgResArray = explode("x",strToLower($thumbnail_image_resolution));
$iThumbnailImageWidth = $thumbImgResArray[0];
$iThumbnailImageHeight = $thumbImgResArray[1];
// Nr of thumbnail images that are created on this page request
$iNrOfThumbnailImagesCreated = 0;
//
// Initialise the thumbnail directory and url if it is not set
//
if (!IsSet($thumb_dir)) $thumb_dir = $pictures_dir;
if (!IsSet($thumb_url)) $thumb_url = $pictures_url;
?>
20100521-IMGP1419.JPG
20100521-IMGP1420.JPG
20100521-IMGP1421.JPG
20100521-IMGP1422.JPG
20100521-IMGP1424.JPG
20100521-IMGP1425.JPG
20100521-IMGP1426.JPG
20100521-IMGP1427.JPG
20100521-IMGP1428.JPG
20100521-IMGP1429.JPG
20100521-IMGP1430.JPG
20100521-IMGP1431.JPG
20100521-IMGP1432.JPG
20100521-IMGP1433.JPG
20100521-IMGP1434.JPG
20100521-IMG_0035.JPG
20100521-IMG_0036.JPG
This album contains 17 pictures, 0 movie(s),
0 document(s), and 0 other album(s)
Justin Laughlin arrives. Stephen, Carl, Murray and Lightwave finish off
the fit out and prepare for the trip to the Whitsunday Islands.
Day 8 Gold Coast (24 May 2010)
Real adventure starts, Stepehn Kingham, Murray Rainey, Carl Braybrook
and Justin Laughlin motor sail up through the shallow river ways into
Morton Bay.
We arrived at Brisbane River at dark and we had some exciting times lining
ourselves up to get into the river. Eventualy we found the entrance and
we motored up to the gateway bridge where we docked for the night.
Day 9 Gold Coast to Brisbane (25 May 2010)
function setDefault(&$var, $DefaultValue)
{
if (!IsSet($var))
{
$var = $DefaultValue;
}
}
//
// Set default configuration if not set in configuration file
//
setDefault($thumbnails_columns, 3);
setDefault($thumb_prefix, "thumb_");
setDefault($normal_prefix, "normal_");
setDefault($generate_thumbnail_images, 1);
setDefault($thumbnail_image_resolution, "160x120");
setDefault($thumbnail_image_jpeg_quality, 80);
setDefault($max_thumbnail_images_to_generate, 10);
setDefault($generate_normal_images, 1);
setDefault($normal_image_resolution, "640x480");
setDefault($normal_image_jpeg_quality, 80);
setDefault($allowed_pictures, array("jpg", "jpeg", "gif"));
setDefault($allowed_movies, array("avi", "mov", "mpg", "mpeg"));
setDefault($allowed_documents, array("doc", "htm", "html", "pdf"));
setDefault($language, "english");
setDefault($showexifinfo, False);
setDefault($albumnavigation, True);
setDefault($picturenavigation, True);
setDefault($showdescriptions, True);
setDefault($showalbums, True);
setDefault($addwatermark, False);
//
// Legacy support
//
if (!IsSet($pictures_dir)) $pictures_dir = $topdir;
if (!IsSet($pictures_url)) $pictures_url = $topurl;
// Normal image resolution
$normalImgResArray = explode("x",strToLower($normal_image_resolution));
$iNormalImageWidth = $normalImgResArray[0];
$iNormalImageHeight = $normalImgResArray[1];
// Thumbnail image resolution
$thumbImgResArray = explode("x",strToLower($thumbnail_image_resolution));
$iThumbnailImageWidth = $thumbImgResArray[0];
$iThumbnailImageHeight = $thumbImgResArray[1];
// Nr of thumbnail images that are created on this page request
$iNrOfThumbnailImagesCreated = 0;
//
// Initialise the thumbnail directory and url if it is not set
//
if (!IsSet($thumb_dir)) $thumb_dir = $pictures_dir;
if (!IsSet($thumb_url)) $thumb_url = $pictures_url;
?>
20100525-1-P1020546.JPG
20100525-2-P1020543.JPG
20100525-3-IMGP1411.JPG
20100525-4-IMGP1404.JPG
20100525-5-IMGP1418.JPG
20100525-6-IMGP1417.JPG
20100525-7-IMG_0055.JPG
20100525-8-P1020552.JPG
20100525-9-P5250506.JPG
This album contains 9 pictures, 0 movie(s),
0 document(s), and 0 other album(s)
The next morning Craig Hanpstead arrives early and we start on the next
day of the journey. On the way we discover we do not have enough milk
and chocolate so we have a good time dropping into picturesque Maroochydore.
The wind was great and the seas good but we did not arrive at the bottom
of Fraser Island until evening so rather than wait until tomorrow to see
if we can get in over the bar we decide to keep going up and around the
top.
Day 10 Brisbane to Fraser Island (26 May 2010)
function setDefault(&$var, $DefaultValue)
{
if (!IsSet($var))
{
$var = $DefaultValue;
}
}
//
// Set default configuration if not set in configuration file
//
setDefault($thumbnails_columns, 3);
setDefault($thumb_prefix, "thumb_");
setDefault($normal_prefix, "normal_");
setDefault($generate_thumbnail_images, 1);
setDefault($thumbnail_image_resolution, "160x120");
setDefault($thumbnail_image_jpeg_quality, 80);
setDefault($max_thumbnail_images_to_generate, 10);
setDefault($generate_normal_images, 1);
setDefault($normal_image_resolution, "640x480");
setDefault($normal_image_jpeg_quality, 80);
setDefault($allowed_pictures, array("jpg", "jpeg", "gif"));
setDefault($allowed_movies, array("avi", "mov", "mpg", "mpeg"));
setDefault($allowed_documents, array("doc", "htm", "html", "pdf"));
setDefault($language, "english");
setDefault($showexifinfo, False);
setDefault($albumnavigation, True);
setDefault($picturenavigation, True);
setDefault($showdescriptions, True);
setDefault($showalbums, True);
setDefault($addwatermark, False);
//
// Legacy support
//
if (!IsSet($pictures_dir)) $pictures_dir = $topdir;
if (!IsSet($pictures_url)) $pictures_url = $topurl;
// Normal image resolution
$normalImgResArray = explode("x",strToLower($normal_image_resolution));
$iNormalImageWidth = $normalImgResArray[0];
$iNormalImageHeight = $normalImgResArray[1];
// Thumbnail image resolution
$thumbImgResArray = explode("x",strToLower($thumbnail_image_resolution));
$iThumbnailImageWidth = $thumbImgResArray[0];
$iThumbnailImageHeight = $thumbImgResArray[1];
// Nr of thumbnail images that are created on this page request
$iNrOfThumbnailImagesCreated = 0;
//
// Initialise the thumbnail directory and url if it is not set
//
if (!IsSet($thumb_dir)) $thumb_dir = $pictures_dir;
if (!IsSet($thumb_url)) $thumb_url = $pictures_url;
?>
20100526-1-P1020558.JPG
20100526-2-P1020559.JPG
20100526-3-P1020562.JPG
20100526-4-P1020564.JPG
20100526-5-P1020570.JPG
20100526-6-P1020571.JPG
20100526-7-P1020575.JPG
20100526-8-P1020576.JPG
20100526-9-P1020577.JPG
20100526-a-P1020578.JPG
20100526-b-P1020579.JPG
20100526-c-P1020581.JPG
20100526-d-P1020582.JPG
20100526-e-P1020583.JPG
20100526-f-IMG_0057.JPG
20100526-g-IMG_0058.JPG
20100526-h-P1020594.JPG
20100526-i-IMG_0060.JPG
20100526-j-IMG_0062.JPG
20100526-k-P1020588.JPG
20100526-l-P5260507.JPG
20100526-m-P5260508.JPG
20100526-n-P5260513.JPG
20100526-o-P5260515.JPG
20100526-p-IMGP1490.JPG
20100526-q-IMGP1493.JPG
20100526-r-IMG_0064.JPG
20100526-s-IMG_0066.JPG
20100526-t-IMG_0067.JPG
20100526-u-IMG_0069.JPG
20100526-v-P1020596.JPG
20100526-w-P1020599.JPG
20100526-x-P1020600.JPG
20100526-y-P1020601.JPG
20100526-z0-P1020602.JPG
20100526-z1-P1020606.JPG
20100526-z2-P1020609.JPG
This album contains 37 pictures, 0 movie(s),
0 document(s), and 0 other album(s)
Next moring we wake to see the top of Fraser Island and we have a nice
day sailing, bit of swell but otherwise another beautiful day.
Day 11 Fraser Island to near Great Kepple Island (27 May 2010)
function setDefault(&$var, $DefaultValue)
{
if (!IsSet($var))
{
$var = $DefaultValue;
}
}
//
// Set default configuration if not set in configuration file
//
setDefault($thumbnails_columns, 3);
setDefault($thumb_prefix, "thumb_");
setDefault($normal_prefix, "normal_");
setDefault($generate_thumbnail_images, 1);
setDefault($thumbnail_image_resolution, "160x120");
setDefault($thumbnail_image_jpeg_quality, 80);
setDefault($max_thumbnail_images_to_generate, 10);
setDefault($generate_normal_images, 1);
setDefault($normal_image_resolution, "640x480");
setDefault($normal_image_jpeg_quality, 80);
setDefault($allowed_pictures, array("jpg", "jpeg", "gif"));
setDefault($allowed_movies, array("avi", "mov", "mpg", "mpeg"));
setDefault($allowed_documents, array("doc", "htm", "html", "pdf"));
setDefault($language, "english");
setDefault($showexifinfo, False);
setDefault($albumnavigation, True);
setDefault($picturenavigation, True);
setDefault($showdescriptions, True);
setDefault($showalbums, True);
setDefault($addwatermark, False);
//
// Legacy support
//
if (!IsSet($pictures_dir)) $pictures_dir = $topdir;
if (!IsSet($pictures_url)) $pictures_url = $topurl;
// Normal image resolution
$normalImgResArray = explode("x",strToLower($normal_image_resolution));
$iNormalImageWidth = $normalImgResArray[0];
$iNormalImageHeight = $normalImgResArray[1];
// Thumbnail image resolution
$thumbImgResArray = explode("x",strToLower($thumbnail_image_resolution));
$iThumbnailImageWidth = $thumbImgResArray[0];
$iThumbnailImageHeight = $thumbImgResArray[1];
// Nr of thumbnail images that are created on this page request
$iNrOfThumbnailImagesCreated = 0;
//
// Initialise the thumbnail directory and url if it is not set
//
if (!IsSet($thumb_dir)) $thumb_dir = $pictures_dir;
if (!IsSet($thumb_url)) $thumb_url = $pictures_url;
?>
20100527-1- IMG_0072.JPG
20100527-2-IMG_0075.JPG
20100527-3-IMG_0076.JPG
20100527-4-IMG_0077.JPG
20100527-5-IMG_0086.JPG
20100527-6-IMG_0088.JPG
20100527-7-IMG_0091.JPG
20100527-8-IMG_0093.JPG
20100527-9-IMG_0094.JPG
20100527-a-IMG_0098.JPG
20100527-b-IMG_0099.JPG
20100527-c-IMG_0101.JPG
20100527-d-P5270525.JPG
20100527-e-P5270521.JPG
20100527-f-P5270518.JPG
20100527-g-P5270523.JPG
20100527-h0-P5270524.JPG
20100527-h1-MVI_0089.MOV
20100527-h1-MVI_0089.png
20100527-h2-0100527-h2-MVI_0090.MOV
20100527-h2-0100527-h2-MVI_0090.png
20100527-i-IMG_0102.JPG
20100527-j-P1020610.JPG
20100527-k-P1020612.JPG
20100527-l-P1020613.JPG
20100527-m-P1020614.JPG
20100527-n-P1020615.JPG
20100527-o-P1020616.JPG
20100527-p-P1020617.JPG
20100527-q-P1020620.JPG
20100527-r-P1020625.JPG
20100527-s-IMG_0106.JPG
20100527-t-IMG_0108.JPG
20100527-u-P1020628.JPG
20100527-v-P1020629.JPG
20100527-w-P1020634.JPG
20100527-x-P1020631.JPG
20100527-y0-P1020632.JPG
20100527-ya-P1020633.JPG
20100527-za-P1020635.JPG
20100527-zb-P1020636.JPG
20100527-zc-P1020637.JPG
20100527-zd-MVI_0109.MOV
20100527-zd-P1020638.JPG
20100527-ze-P1020639.JPG
20100527-zf-P1020641.JPG
20100527-zg-P1020642.JPG
20100527-zh-P1020643.JPG
20100527-zi-P1020644.JPG
20100527-zj-P1020646.JPG
20100527-zk-P1020652.JPG
20100527-zl-P1020653.JPG
20100527-zm-P1020658.JPG
20100527-zn-IMG_0111.JPG
20100527-zo-IMG_0112.JPG
20100527-zp-IMG_0113.JPG
20100527-zq-IMG_0114.JPG
This album contains 54 pictures, 3 movie(s),
0 document(s), and 0 other album(s)
The next moring we drop into Great Kepple Island. Obviously way too early
for the inhabitance so after a decent walk amongst the village to find
absolutely no sign of life we headed back out.
When we got to Salt Water bay we had a problem with the starboard motor
so we took the ultu conservative option to turn the motors off and sail
the rest of the way until we got to a berth to check them out.
Day 12 near Great Kepple Island to Salt Water Bay (28 May 2010)
function setDefault(&$var, $DefaultValue)
{
if (!IsSet($var))
{
$var = $DefaultValue;
}
}
//
// Set default configuration if not set in configuration file
//
setDefault($thumbnails_columns, 3);
setDefault($thumb_prefix, "thumb_");
setDefault($normal_prefix, "normal_");
setDefault($generate_thumbnail_images, 1);
setDefault($thumbnail_image_resolution, "160x120");
setDefault($thumbnail_image_jpeg_quality, 80);
setDefault($max_thumbnail_images_to_generate, 10);
setDefault($generate_normal_images, 1);
setDefault($normal_image_resolution, "640x480");
setDefault($normal_image_jpeg_quality, 80);
setDefault($allowed_pictures, array("jpg", "jpeg", "gif"));
setDefault($allowed_movies, array("avi", "mov", "mpg", "mpeg"));
setDefault($allowed_documents, array("doc", "htm", "html", "pdf"));
setDefault($language, "english");
setDefault($showexifinfo, False);
setDefault($albumnavigation, True);
setDefault($picturenavigation, True);
setDefault($showdescriptions, True);
setDefault($showalbums, True);
setDefault($addwatermark, False);
//
// Legacy support
//
if (!IsSet($pictures_dir)) $pictures_dir = $topdir;
if (!IsSet($pictures_url)) $pictures_url = $topurl;
// Normal image resolution
$normalImgResArray = explode("x",strToLower($normal_image_resolution));
$iNormalImageWidth = $normalImgResArray[0];
$iNormalImageHeight = $normalImgResArray[1];
// Thumbnail image resolution
$thumbImgResArray = explode("x",strToLower($thumbnail_image_resolution));
$iThumbnailImageWidth = $thumbImgResArray[0];
$iThumbnailImageHeight = $thumbImgResArray[1];
// Nr of thumbnail images that are created on this page request
$iNrOfThumbnailImagesCreated = 0;
//
// Initialise the thumbnail directory and url if it is not set
//
if (!IsSet($thumb_dir)) $thumb_dir = $pictures_dir;
if (!IsSet($thumb_url)) $thumb_url = $pictures_url;
?>
20100528-1-P1020689.JPG
20100528-2-P1020690.JPG
20100528-3-P1020691.JPG
20100528-4-P1020692.JPG
20100528-5-P1020693.JPG
20100528-7-IMG_0132.JPG
20100528-7-IMG_0133.JPG
20100528-9-IMG_0134.JPG
20100528-a0-IMG_0135.JPG
20100528-a1-IMG_0136.JPG
20100528-b-IMG_0137.JPG
20100528-c-IMG_0138.JPG
20100528-d-IMG_0139.JPG
20100528-e-IMG_0140.JPG
20100528-f-P1020695.JPG
20100528-g-P1020696.JPG
20100528-h-P1020697.JPG
20100528-i-P1020698.JPG
20100528-j-IMG_0115.JPG
20100528-k-P1020659.JPG
20100528-l-P1020661.JPG
20100528-m-P1020665.JPG
20100528-n-IMG_0117.JPG
20100528-o-IMG_0119.JPG
20100528-p-P1020667.JPG
20100528-q-P1020672.JPG
20100528-r-P1020673.JPG
20100528-s-IMG_0122.JPG
20100528-t-P1020678.JPG
20100528-u-P1020679.JPG
20100528-v-P1020681.JPG
20100528-w-P1020683.JPG
20100528-x-IMG_0126.JPG
20100528-y-IMG_0125.JPG
20100528-z0-IMG_0127.JPG
20100528-z1-IMG_0128.JPG
20100528-z2-IMG_0129.JPG
20100528-z3-P1020684.JPG
20100528-z4-P1020685.JPG
20100528-z5-P1020686.JPG
20100528-z6-P1020701.JPG
20100528-z7-P1020675.JPG
20100528-z8-P1020702.JPG
20100528-z9-P1020703.JPG
20100528-za-P1020705.JPG
20100528-zb-P1020706.JPG
20100528-zc-P1020707.JPG
20100528-zd-P1020708.JPG
20100528-ze-P1020709.JPG
20100528-zf-P5280535.JPG
20100528-zg-P5280537.JPG
20100528-zh-IMG_0143.JPG
This album contains 52 pictures, 0 movie(s),
0 document(s), and 0 other album(s)