|
|
NSW DEPARTMENT OF PRIMARY INDUSTRIES- TRANGIE AGRICULTURAL RESEARCH INSTITUTE LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NAD_TR.jpg") then
%>
<% end if %>
|
| |
| NUCOS NAD:TR |
| Address: |
| PMB 19 |
| Trangie |
| NSW |
| Australia 2823 |
| Phone: 02 6880 8017 |
| Fax: 02 6888 7181 |
| Email: trangie.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_TR.inc") then
%>
| Concept map for NSW Department of Primary Industries- Trangie Agricultural Research Institute Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NAD_TR.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|