Count Lines in Pages

Contents of Page: header.asp Number of Lines: 54 Last Modified: 2/14/2025 5:46:47 PM
0001: <% @Language = "VBScript" %>
0002: <!-- #include FILE="include/adovbs.inc" -->
0003: <!-- #include FILE="include/constants.inc" -->
0004: <%
0005: '	Set rs = Server.CreateObject("ADODB.Recordset")
0006: '	sqlString = "SELECT DISTINCT LastUpdated FROM mmStandings ORDER BY LastUpdated DESC"
0007: '	rs.Open sqlString, conn, adOpenStatic, adLockReadOnly, adCmdText
0008: '	lastUpdated = rs("LastUpdated").Value
0009: '	rs.Close
0010: '	Set rs = Nothing
0011: years = season - 1989
0012: 
0013: sufix = "th"
0014: LastD = Right(years,1)
0015: If LastD = "1" Then
0016: sufix = "st"
0017: End If
0018: If LastD = "2" Then
0019: sufix = "nd"
0020: End If
0021: If LastD = "3" Then
0022: sufix = "rd"
0023: End If
0024: 
0025: HowLong = "Joe Toledo's " & Years & sufix & " Annual"
0026: %>
0027: <html>
0028: 
0029: <head>
0030: <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
0031: <title>March Madness Contest to Benefit Cancer Research</title>
0032: <link href="mm.css" rel="stylesheet" type="text/css">
0033: <base target="main">
0034: </head>
0035: 
0036: <body bgcolor="#ffffff" topmargin="0" marginheight="0">
0037: 
0038: <table width="1000" border="0" height="101">
0039:   <tr valign="middle" border="0">     <td width="15%" align="center" class="smalldark" height="97"><a href="http://folga.org/ncaa" target="_top"><img border="0" src="images/march-madness.gif" width="170" height="*"
0040:     ></a> <br>
0041:   </td>
0042:     <td width="70%" align="center"> <font face="Arial"><font color="#0080FF"><i><%= HowLong %><br>
0043:     <big><big><big><big><strong><font color="#008000">March Madness Contest</font></strong></big><br>
0044:     <font color="#0080FF"><em>To Benefit Cancer Research</big></em></font></font>
0045:     <i>
0046: </em></font></font></big></td>
0047:    <td width="15%" align="center" class="smalldark">
0048:     
0049:     <a href="http://www.cityofhope.org"
0050:     target="_blank"><img border="0" src="http://folga.org/mm/images/cohlogo.gif"></a></td>
0051:   </tr>
0052: </table>
0053: </body>
0054: </html>