%
If Request.Cookies( "firstVisit" ) = "" THEN
Response.Cookies( "firstVisit" ) = YES()
Response.Cookies( "firstVisit" ).Expires = Date + 9,999
END IF
%>
www.adigaskell.org : The Number 1 Site Online
<%
IF "firstVisit" = "YES" THEN
Response.Write "http://www.adigaskell.org/index2.html"
ENDIF
%>