Thanks for checking out our World Tour 2002 Website.
When I started this, I just wanted to display some of the pictures that
we had taken whilst we were away, but I decided early on that I wanted
to make a permenant record of our 10 months away. All pictures were taken
by us with a Sony PC110 Digicam (and a few on a 35mm Canon EOS) and all
those of wildlife are captured in the wild, unless stated.
Just flip over the top of the pictures to give a brief
overview of what the picture relates to or take a more leisurely stroll
through the commmentary. I have tried to make it as informative and fun
as possible with each picture providing a larger version when clicked
on. The largest proportion of the site relates to Australia and has the
best pictures and most detail as we spent most of our time there.
There are maps to show the route we took, links to
websites for people looking for ideas of where to visit and video links
of the action we saw. The video is provided by Flash and should be no
problem if you have broadband. If it does not finish the clip, just close
the page and hit the link again - it will load from your computer's memory
cache.
I hope you enjoy the site.
Jeremy & Holly Bassett
 |
|
<%
fp = Server.MapPath("./text/count.txt")
'fp = Server.MapPath("count.txt")
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.OpenTextFile(fp)
ct = Clng(a.ReadLine)
if Session("ct") = "" then
Session("ct") = ct
ct = ct + 1
a.close
Set a = fs.CreateTextFile(fp, True)
a.WriteLine(ct)
end if
a.Close
' Response.Write ct
%>
|
|