|
|
DEPARTMENT OF LANDS, LEGAL SERVICES DIVISION- LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NLTO.jpg") then
%>
<% end if %>
|
| |
| NUCOS NLTO |
| Address: |
| GPO Box 15 |
| Sydney |
| NSW |
| Australia 2001 |
| Phone: 02 9228 6039 |
| Fax: 02 9221 4309 |
| Email: katherine.kenna@lands.nsw.gov.au |
| Hours: |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NLTO.inc") then
%>
| Concept map for Department of Lands, Legal Services Division- Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NLTO.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|