|
|
NSW DEPARTMENT OF PRIMARY INDUSTRIES- TAMWORTH AGRICULTURAL INSTITUTE LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NAD_TA.jpg") then
%>
<% end if %>
|
| |
| NUCOS NAD:TA |
| Address: |
| 4 MarsdenPark Rd |
| CALALA |
| NSW |
| Australia 2340 |
| Phone: 02 6763 1106 |
| Fax: 02 6763 1281 |
| Email: tamworth.library@dpi.nsw.gov.au |
| Web: http://www.dpi.nsw.gov.au/aboutus/services/libraries
|
| Hours: 9-4pm |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NAD_TA.inc") then
%>
| Concept map for NSW Department of Primary Industries- Tamworth Agricultural Institute Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NAD_TA.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|