%
Pagename = "Photography"
subpage = "Photo Album"
thirdlevel = "New Babies 2002"
fourthlevel = ""
%>
<%= Pagename %><% if subpage = "" then %><% else %> - <%= subpage %><% End If %><% if thirdlevel = "" then %><% else %> - <%= thirdlevel %><% End If %><% if fourthlevel = "" then %><% else %> - <%= fourthlevel %><% End If %>
thank you for waiting
For the Privacy of all parients thank you for waiting in the family waiting rooms rather than outside the patient's room.
Page 12 of 46
First | Previous | Next | Last | Index
LAST UPDATED: <%
file = Request.ServerVariables("PATH_TRANSLATED")
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.GetFile(file)
LastModified = f.datelastmodified
response.write FormatDateTime(LastModified, 0)
Set f = Nothing
Set fs = Nothing
%>