|
|
NSW DEPARTMENT OF PRIMARY INDUSTRIES- WOLLONGBAR PRIMARY INDUSTRIES INSTITUTE
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NAD_WO.jpg") then
%>
<% end if %>
|
| |
| NUCOS NAD:WO |
| Address: |
| 1243 Bruxner Highway |
| Wollongbar |
| NSW |
| Australia 2477 |
| Phone: 02 6626 1324 |
| Fax: 02 6628 5925 |
| Email: wollongbar.library@dpi.nsw.gov.au |
| Web: http://www.dpi.nsw.gov.au/aboutus/services/libraries
|
| Hours: |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NAD_WO.inc") then
%>
| Concept map for NSW Department of Primary Industries- Wollongbar Primary Industries Institute
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NAD_WO.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|