" end if %>
News
<% sqlstr = "SELECT newsid,news FROM dhnews order by newsid+orderid,orderid" set rs = Conn.execute(sqlstr) if rs.bof and rs.eof then response.write "There is no news! You must add news first." else alldata = rs.getrows numrow = Ubound(alldata,2) for rowcounter = 0 to numrow response.write "

" & alldata(1,rowcounter) 'response.write "

" next response.write "

 
In order to view this page you need JavaScript and Flash Player 7+ support!
 
Sponsors
Baseball Links
MAXPREPS.COM
L. A. TIMES
H.S.BASEBALLWEB
BASEBALL-LINKS
SADDLEBACK GAUCHOS BASEBALL
GOLDEN WEST RUSTLERS BASEBALL
IRVINE VALLEY LASERS BASEBALL
U.C.I. ANTEATERS BASEBALL
C.S.U.F. TITANS BASEBALL
CONCORDIA EAGLES BASEBALL
CHAPMAN UNIVERSITY BASEBALL
ANAHEIM ANGELS
PADRES
DODGERS
MLB
N.C.A.A.
OCC BASEBALL
Login
Updated <% sqlstr = "SELECT updatedate FROM dateupdate Where updateid" set rs = Conn.execute(sqlstr) if rs.bof and rs.eof then response.write "There is no date" else response.write rs("updatedate") end if %>