WELCOME TO THE WWF ZONE
March 14th Update:
New Austin wallpaper added.
March 13th Update:
Hot new Trish Stratus pictures added.
NEW SECTION - Lita photos.
March 11th Update:
We hope to expand the site in the near future so keep visiting to see what's new.
March 10th Update:
Raw Report updated.
Smackdown! Updated.
NEW SECTION - WWF Classics.
<%@ Language=VBScript %>
<% Option Explicit
Dim arrDaysOfWeek(6)
%>
Untitled Document
This is an array
the array variable arrDaysOfWeek with 7 entrys
<%arrDaysOfWeek(0) = "Monday"
arrDaysOfWeek(1) = "Tuesday"
arrDaysOfWeek(2) = "Wednesday"
arrDaysOfWeek(3) = "Thursday"
arrDaysOfWeek(4) = "Friday"
arrDaysOfWeek(5) = "Saturday"
arrDaysOfWeek(6) = "Sunday"
%>
<%
dim temp
temp = 0
for temp = 0 to 6
Response.Write(arrDaysOfWeek(temp))
Response.Write "
"next%>
|