|
|
ST GEORGE HOSPITAL- LIBRARY SERVICES
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NSG.jpg") then
%>
<% end if %>
|
| |
| NUCOS NSG |
| Address: |
| South Street |
| Kogarah |
| NSW |
| Australia 2217 |
| Phone: 02 9113- 2986 |
| Fax: 02 9113-2988 |
| Email: stgmedlib@sesahs.nsw.gov.au |
| Hours: Mon - Fri: 8.30am to 5pm |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NSG.inc") then
%>
| Concept map for St George Hospital- Library Services
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NSG.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|