|
|
OFFICE OF STATE REVENUE - NSW TREASURY- LIBRARY & INFORMATION SERVICE
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NOSR.jpg") then
%>
<% end if %>
|
| |
| NUCOS NOSR |
| Address: |
| Cnr Hunter & Marsden Sts |
| Parramatta |
| NSW |
| Australia 2150 |
| Phone: 02 9689 6227 |
| Fax: 02 9689 6482 |
| Email: library.library@osr.nsw.gov.au |
| Hours: 9:00 - 12:30 , Mon - Friday |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NOSR.inc") then
%>
| Concept map for Office Of State Revenue - NSW Treasury- Library & Information Service
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NOSR.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|