|
|
NSW DEPARTMENT OF PRIMARY INDUSTRIES- ORANGE AGRICULTURAL INSTITUTE LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NAD_OR.jpg") then
%>
<% end if %>
|
| |
| NUCOS NAD:OR |
| Address: |
| Forest Road |
| Orange |
| NSW |
| Australia 2800 |
| Phone: 02 6391 3929 |
| Fax: 02 6391 3832 |
| Email: orangeai.library@dpi.nsw.gov.au |
| Web: http://www.dpi.nsw.gov.au/aboutus/services/libraries
|
| Hours: 9am - 4pm |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NAD_OR.inc") then
%>
| Concept map for NSW Department of Primary Industries- Orange Agricultural Institute Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NAD_OR.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|