|
|
NSW DEPARTMENT OF PRIMARY INDUSTRIES- ELIZABETH MACARTHUR AGRICULTURAL INSTITUTE LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NAD_ME.jpg") then
%>
<% end if %>
|
| |
| NUCOS NAD:ME |
| Address: |
| PMB 8 |
| Camden |
| NSW |
| Australia 2570 |
| Phone: 02 46406517 |
| Fax: 02 46406317 |
| Email: emai.library@dpi.nsw.gov.au |
| Web: http://www.dpi.nsw.gov.au/aboutus/services/libraries
|
| Hours: By appointment |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NAD_ME.inc") then
%>
| Concept map for NSW Department of Primary Industries- Elizabeth Macarthur Agricultural Institute Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NAD_ME.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|