<bgsound src="audio/harpo01.wav">


Groucho - Chico - Harpo - Miscellaneous


Home - The .WAV Collection - The Links Page - About Me

Sign Guest Book - View Guest Book - My Software - What's New

Search this Site

Page last updated on November 28, 1997 4:10 PM
Previous session logged in at: <%= session("LastVisitorTime")%>.

<% session("MbrosFlag")= session("MbrosFlag") + 1 If session("MbrosFlag") = 1 Then Rem Get the current number of hits for this page Set FileObject = Server.CreateObject("Scripting.FileSystemObject") OtherCounterFile = Server.MapPath ("/guest") & "\Mbros.txt" Set InStream= FileObject.OpenTextFile (OtherCounterFile, 1, False, False) Number = Instream.Readline Instream.close application.lock application("MbrosCount") = Number Set OutStream= FileObject.CreateTextFile (OtherCounterFile, True, False) application("MbrosCount") = application("MbrosCount") + 1 OutStream.WriteLine application("MbrosCount") OutStream.close application.unlock End If %>