<% if Request("Print")<>1 then%> <% Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.GetFile(Server.MapPath(Request.ServerVariables("PATH_INFO"))) dateModified = FormatDateTime(objFile.DateLastModified,1) Set objFile = Nothing Set objFSO = Nothing %>

<%end if %>