|
|
NSW DEPARTMENT OF LOCAL GOVERNMENT- LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NDLG.jpg") then
%>
<% end if %>
|
| |
| NUCOS NDLG |
| Address: |
| Locked Bag 3015 |
| Nowra |
| NSW |
| Australia 2541 |
| Phone: 02 4428 4189 |
| Fax: 02 4428 4199 |
| Email: librarian@dlg.nsw.gov.au |
| Web: http://www.dlg.nsw.gov.au/dlg/dlghome/dlg_home.asp
|
| Hours: |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NDLG.inc") then
%>
| Concept map for NSW Department of Local Government- Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NDLG.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|