botteon
.com
Welcome to Botteon.com
Contents
.
Family
.
Matthew James
.
Gettysburg
.
Johns Hopkins
.
Guestbook
.
Contact me
.
Photos!
<% fp = Server.MapPath("duchats.txt") set fs = CreateObject("Scripting.FileSystemObject") set a = fs.OpenTextFile (fp) ct = Clng(a.ReadLine) ct = ct + 1 set a = fs.CreateTextFile (fp,True) a.WriteLine(ct) a.close %>