|
|
NSW HEALTH DEPARTMENT- LIBRARY AND RESOURCE CENTRE
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NHDL.jpg") then
%>
<% end if %>
|
| |
| NUCOS NHDL |
| Address: |
| Locked Mail Bag 961 |
| North Sydney |
| NSW |
| Australia 2059 |
| Phone: 02 9391 9058 |
| Fax: 02 9391 9267 |
| Email: ills@doh.health.nsw.gov.au |
| Web: http://internal.health.nsw.gov.au/iasd/library/
|
| Hours: M - F: 9.00 - 5.00 |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NHDL.inc") then
%>
| Concept map for NSW Health Department- Library And Resource Centre
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NHDL.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|