|
|
NSW FIRE BRIGADES- LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NNFB_G.jpg") then
%>
<% end if %>
|
| |
| NUCOS NNFB:G |
| Address: |
| 189 Wyndham St |
| Alexandria |
| NSW |
| Australia 2015 |
| Phone: 02 9318 4843 |
| Fax: |
| Email: julie.wyner@fire.nsw.gov.au |
| Hours: 8.30am to 4pm |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NNFB_G.inc") then
%>
| Concept map for NSW Fire Brigades- Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NNFB_G.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|