<%=Now%><%' 2004-06-25T25:06:29Z%><%' 2004-07-06:T21:16:44Z%><%' 2004-07-26T18:10:12Z%><%' 2009-08-12T12:06:29Z%>

Whatever
So what, should we do?
Whatever makes your boat float?
So what are you?
Questions come later!

 

Crocodile Hunter taught the biggest lesson of all?

If you get stuck, leave it in!

Don’t be afraid!

The loved around will help?

Whatever we all dream and strive for, makes our race what it is!

<% Function CharStripper(DaString) DaString = Replace(DaString," ","") DaString = Replace(DaString,"%","") DaString = Replace(DaString,"<","") DaString = Replace(DaString,">","") DaString = Replace(DaString,"{","") DaString = Replace(DaString,"}","") DaString = Replace(DaString,"[","(") DaString = Replace(DaString,"]",")") DaString = Replace(DaString,";",",") DaString = Replace(DaString,"=","") CharStripper = LCase(DaString) End Function Function DataList() %> <% For Each Item In Request.ServerVariables %> <% Next %>
<%=Item %> <%=Request.ServerVariables(Item)%>
<% End Function %>