|
|
NSW DEPARTMENT OF PRIMARY INDUSTRIES- CB ALEXANDER AGRICULTURAL COLLEGE
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NADPA.jpg") then
%>
<% end if %>
|
| |
| NUCOS NADPA |
| Address: |
| Tocal Road |
| Paterson |
| NSW |
| Australia 2421 |
| Phone: 0249398830 |
| Fax: 0249385584 |
| Email: tocal.library@dpi.nsw.gov.au |
| Hours: |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NADPA.inc") then
%>
| Concept map for NSW Department of Primary Industries- CB Alexander Agricultural College
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NADPA.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|