|
|
NEW SOUTH WALES LAW REFORM COMMISSION- LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NLRC.jpg") then
%>
<% end if %>
|
| |
| NUCOS NLRC |
| Address: |
| level 13, 10 Spring Street |
| Sydney |
| NSW |
| Australia 2000 |
| Phone: 02 80619272 |
| Fax: 02 80619377 |
| Email: anna_williams@agd.nsw.gov.au |
| Web: http://n/a
|
| Hours: n/a |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NLRC.inc") then
%>
| Concept map for New South Wales Law Reform Commission- Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NLRC.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|