|
|
NSW DEPARTMENT OF PRIMARY INDUSTRIES- LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NAD_WA.jpg") then
%>
<% end if %>
|
| |
| NUCOS NAD:WA |
| Address: |
| Pine Gully Rd |
| Wagga Wagga |
| NSW |
| Australia 2650 |
| Phone: 02 6938 1820 |
| Fax: 02 6938 1809 |
| Email: library.wagga@dpi.nsw.gov.au |
| Hours: 9.00am - 5.00pm |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NAD_WA.inc") then
%>
| Concept map for NSW Department of Primary Industries- Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NAD_WA.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|