|
|
DEPARTMENT OF THE ARTS, SPORT AND RECREATION- NSW SPORT INFORMATION SERVICE
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NSRS.jpg") then
%>
<% end if %>
|
| |
| NUCOS NSRS |
| Address: |
| Locked Bag 1422 |
| Silverwater |
| NSW |
| Australia 2128 |
| Phone: 02 9006 3755 |
| Fax: 02 9006 3884 |
| Email: anne.andersen@dasr.nsw.gov.au |
| Hours: M, Tu, Wed,Th,Fr: 9.00 - 4.30 |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NSRS.inc") then
%>
| Concept map for Department of the Arts, Sport and Recreation- NSW Sport Information Service
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NSRS.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|