Find the following line in inc_simple_splash.asp (line 57):
Response.Write "<tr><td background=""imgs/catbg.gif"" bgcolor=""" & strCategoryCellColor & """ align=""center"" rowspan=""3"" valign=""top""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """> Posted by: <br><b>" & objRS("M_NAME") & "</b><br> on <br>" & strToDate(objRS("T_DATE")) & "</font></td>"
and replace the red code with:
chkDate(objRS("T_DATE"),"",false)