|
|
METROPOLITAN FIRE BRIGADES- LIBRARY AND RESOURCE INFORMATION CENTRE.
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\VMFE.jpg") then
%>
<% end if %>
|
| |
| NUCOS VMFE |
| Address: |
| 450 Burnely Street |
| Richmond |
| VIC |
| Australia 3068 |
| Phone: (03) 9420 3837 |
| Fax: (03) 9420 3857 |
| Email: librarian@mfb.vic.gov.au |
| Web: http://www.mfb.vic.gov.au
|
| Hours: Mon-Fri 7.30 - 4.30 |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_VMFE.inc") then
%>
| Concept map for Metropolitan Fire Brigades- Library and Resource Information Centre.
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_VMFE.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|