|
|
PRINCE OF WALES HOSPITAL- MEDICAL LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NPOW.jpg") then
%>
<% end if %>
|
| |
| NUCOS NPOW |
| Address: |
| High St |
| Randwick |
| NSW |
| Australia 2031 |
| Phone: 02 9382 2061 |
| Fax: 02 9398 9782 |
| Email: powlib@unsw.edu.au |
| Hours: M - F : 8.30 - 5.00 |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NPOW.inc") then
%>
| Concept map for Prince Of Wales Hospital- Medical Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NPOW.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|