|
|
NEW SOUTH WALES PARLIAMENTARY COUNSEL'S OFFICE- LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NPCO.jpg") then
%>
<% end if %>
|
| |
| NUCOS NPCO |
| Address: |
| 50 Bridge Street |
| Sydney |
| NSW |
| Australia 2000 |
| Phone: 02 9321 3333 |
| Fax: |
| Email: elizabeth.drynan@pco.nsw.gov.au |
| Hours: |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NPCO.inc") then
%>
| Concept map for New South Wales Parliamentary Counsel's Office- Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NPCO.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|