#Abax Hit Counter v1.00 - Copyright 2001 By Nathan Dickman - visit http://www.NathanDickman.com/
#This script may be freely distributed providing all copyright headers are kept intact
//Abax Hit Counter configuration//
$datafile="count/huonville.txt"; //filename for counter datafile
$counterstyle = "text"; //enter text for text,image for images, or invisible for none
$textcountlength = 5; //length of counter in digits if using text option
$font = "Arial, Helvetica, sans-serif"; //font face style if using text counter
$fontsize = "1"; //font size if using text counter
$fontcolour = "#FF6600"; //font colour use html colour codes
$imagedirectory = "images/"; //directory or http location to images NOTE: use trailing slash
$imagesext = ".gif"; //file extension for images e.g. .gif .jpg .png
$initialvalue = 1;
//MAIN CODE//
if (!file_exists($datafile)) {
$file = fopen($datafile,"w+");
fwrite ($file,$initialvalue);
fclose ($file);
}
else {
$file = fopen($datafile,"r+");
$hitcount = fread($file,filesize($datafile));
fclose ($file);
};
$hitcount++;
$file = fopen($datafile,"w+");
fwrite ($file,$hitcount);
if ($counterstyle != "invisible") {
if ($counterstyle == "text") {
echo " "
.sprintf("%0"."$textcountlength"."d",$hitcount)."";
}
else {
$longstr = strlen($hitcount);
for ($x=0; $x < $longstr; $x++) {
$image = substr($hitcount,$x,1);
echo "  ";
}
}
}
?>

Huon River, Huonville. |
Huonville
| Attractions | Tours |

Huonville is the largest town in the area and is the starting point for a varied selection of places to visit. Known for being the centre of Tasmania's apple growing area, many small fruit farms are also evident and produce can be purchased from many roadside stalls.
The Huon Valley takes visitors from the tranquility and early morning reflections of the Huon River to thick rain forests, mountain walks, limestone caves, past orchards, craft shops and galleries.
Distance from Hobart to Huonville: 38 kms.
Hotels and B & B
- Abbey on Main, 3408 Huon Hwy, Franklin, 6266 3276
- Big Shed House, 105 Glen Huon Rd, Huonville, 0450 798 290
- Big.Shed.House, 105 Glen Huon Rd, Huonville, 0450 798 290
- Boat Reflections, 3437 Huon Highway, Franklin, 0488 005 741
- Cottage on Main, 3420 Huon Hwy, Franklin, 6266 3040
- Crabtree River Cottages, 134 Crabtree Rd, Grove, 0419 523 672
- Franklin Lodge, 3448 Huon Hwy, Franklin, 6266 3506
- Grand Hotel, 2 Main Rd, Huonville, 6264 1004
- Highland Getaway Luxury Farmstay, 545 North Huon Rd, Ranelagh, 0411 742 971
- House on the Hill B&B, 186 Scenic Hill Rd, Huonville, 6264 1665
- Huon Bush Retreats, 300 Browns Rd, Ranelagh, 6264 2233
- Huon Franklin Cottage B & B, 3554 Huon Hwy, Franklin, 6266 3040
- Huon Valley B&B, 103 Glen Huon Rd, Huonville, 6264 1703
- Huon Valley House, 11 Helen St, Ranelagh, 0429 419 992
- Kay Creek Cottage, 17 Kay St, Franklin, 6266 3524
- Lady Franklin Hotel, 3382 Huon Hwy, Franklin, 6266 3813
- Longley Hotel, Huon Rd, Longley, 6239 6378
- Matildas on Ranelagh, 2 Louisa St, Ranelagh, 6264 3493
- Pilgrim Hill, 200 Crouchs Hill Rd, Lucaston, 0419 194 365
- River Front Estate, 12 Short St, Huonville, 0419 327 170
- Rivers Edge Wilderness Camping, 1322 Lonnavale Rd, Lonnavale, 6266 0007
- Trenance Cottage, 372 She Oak Rd, Judbury, 0407 737 700
- Walton House, 2720 Huon Hwy, Huonville, 0400 316 400
Attractions
- Apple Valley Arts & Crafts Centre, 2273 Huon Hwy, Huonville, 6264 1844
- Doran's Jam Factory Visitors Centre, Pages Rd, Grove 6266 4377
- Glen Huon Model Village, 124 Watsons Rd, Glen Huon,
- Huon Valley Apple & Heritage Museum, Main Rd, Grove, 6266 4345
- Home Hill Winery, 38 Nairn St, Ranelagh, 6264 1200
- Snowy Range Trout Fishery, Little Denison River via Judbury, 6266 0243
- Tahune Pottery, 2064 Main Rd, Grove, 6266 4109
- Tudor Court Model Village & German Train World, 2273 Huon Hwy, Grove, 6264 1844
- Wooden Boat Centre, Main Rd, Franklin, 6266 3586
Tours
- Doran's Jam Factory & Tearooms, Pages Rd, Grove, 6266 4377
- Huon River Cruises, Huonville, 6264 1838
- Huon River Jet Boats Pty Ltd, Esplanade, Huonville, 6264 1838
|
View local map
Other locations: [kms]
Geeveston
Dover
Hobart
Sandy Bay
Kingston
include("../includes/adverts.htm"); ?>
include("../includes/aaPHPrandomImage_sub.php"); ?>
|