|
|
DEPARTMENT OF ENVIRONMENT & CLIMATE CHANGE NSW- LIBRARY - GOULBURN STREET
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NEPA.jpg") then
%>
<% end if %>
|
| |
| NUCOS NEPA |
| Address: |
| 59 Goulburn Street |
| Sydney |
| NSW |
| Australia 2000 |
| Phone: 0299955302 |
| Fax: 0299955910 |
| Email: library.goulburnst@environment.nsw.gov.au |
| Web: http://www.environment.nsw.gov.au
|
| Hours: 9.30am - 4.30pm: Mon - Fri |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NEPA.inc") then
%>
| Concept map for Department of Environment & Climate Change NSW- Library - Goulburn Street
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NEPA.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|