|
|
NSW RURAL FIRE SERVICE- LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NRFS.jpg") then
%>
<% end if %>
|
| |
| NUCOS NRFS |
| Address: |
| Locked Mail Bag 17 |
| Granville |
| NSW |
| Australia 2142 |
| Phone: (02) 8741 5455 |
| Fax: (02) 8741 5550 |
| Email: RFS.Library@rfs.nsw.gov.au |
| Web: http://www.rfs.nsw.gov.au
|
| Hours: Mon - Fri 9 - 5 |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NRFS.inc") then
%>
| Concept map for NSW Rural Fire Service- Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NRFS.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|