%
DB = "../../DB/landis_eng.mdb"
SQL = "Select * From News Where News_Class = '客房促銷' Order By News_Postday Desc"
Set rs = GetMdbRecordset(DB, SQL)
If rs is Nothing Then
Response.Write "開啟資料庫失敗"&SQL&DB
Response.End
End If
%>
::Welcome to TEMPUS Hotel Taichung world wide web::
<%
no = 0
While Not rs.EOF
If no mod 2 = 0 Then
bg= "#F5D09D"
Else
bg= "#F9DFBC"
End If
If no < 100 Then
%>