Welcome to Fiction Model Look
A non-existent model agency placed nowhere

This site was created as a project at DTU
All rights reserved & © 2002
Number of hits since 27th of April 2002
<% fp = Server.MapPath("../db/aspcount.txt") Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.OpenTextFile(fp) ct = Clng(a.ReadLine) if Session("ct") = "" then Session("ct") = ct ct = ct + 1 a.close Set a = fs.CreateTextFile(fp, True) a.WriteLine(ct) end if a.Close Response.Write ct %>