|
|
HOUSING NSW- LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NDOH.jpg") then
%>
<% end if %>
|
| |
| NUCOS NDOH |
| Address: |
| Level 2, 223-239 Liverpool Road |
| Ashfield |
| NSW |
| Australia 2131 |
| Phone: 02 8753 8732 |
| Fax: 02 8753 8734 |
| Email: library@housing.nsw.gov.au |
| Web: http://www.housing.nsw.gov.au
|
| Hours: 9.30-4.30 |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NDOH.inc") then
%>
| Concept map for Housing NSW- Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NDOH.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|