The Wizard Golf Club
Elevation changes at Myrtle Beach? The Wizard move and astounding 1,000,000 cubic yards of earth to build this course to create the devilish elevation changes in this mezmerizing Myrtle Beach 'must play.'
To view a large version of this video click here
From The Photo Gallery
//gets image files and sorts. //trick..rename files like aa.jpg, etc to get preferred order $dir = opendir("gallery"); $k = 0; while ($file = readdir($dir)) {//read directory if ($file !="." and $file !=".." and $file !="index.html" ) { $myfiles[$k] = $file; $k++; } }//all done reading firectory $randcnt = rand(0, $k); if($randcnt==$k){$randcnt=$k-1;} $imgtag = ""; echo "
$imgtag"; ?>