|
|
NSW DEPT OF PLANNING, HERITAGE BRANCH- HERITAGE LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NHER.jpg") then
%>
<% end if %>
|
| |
| NUCOS NHER |
| Address: |
| 3 Marist Place |
| Parramatta |
| NSW |
| Australia 2050 |
| Phone: |
| Fax: 98738599 |
| Email: Elizabeth.Robertson@planning.nsw.gov.au |
| Web: http://www.heritage.nsw.gov.au
|
| Hours: Thursday, Friday, Alternate Wednesdays |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NHER.inc") then
%>
| Concept map for NSW Dept of Planning, heritage branch- Heritage Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NHER.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|