Count Lines in Pages

Contents of Page: sweet16details_m.asp Number of Lines: 101 Last Modified: 4/20/2025 8:51:38 AM
0001: <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
0002: <!-- #include FILE="include/adovbs.inc" -->
0003: <!-- #include FILE="include/constants.inc" -->
0004: <!-- #include FILE="include/funcs.asp" -->
0005: <% 
0006: 
0007: CloseWindow = Request.QueryString("CloseWindow")
0008: 
0009: ReturnSiteURL = Session("BaseSiteURL")
0010: 
0011: ' Response.Write("ReturnSiteURL=" & ReturnSiteURL)
0012: 
0013: If ReturnSiteURL = "default.asp" Then
0014: TableWidth="650"
0015: Else
0016: TableWidth="100%"
0017: End If
0018: 
0019: %>
0020: 
0021: <html>
0022: 
0023: <head>
0024: <meta name="viewport" content="width=device-width">
0025: <title>March Madness Contest - Sweet 16 Details</title>
0026: 
0027: 	<link href="mm.css" rel="stylesheet" type="text/css">
0028: 	<link href="https://mychinodes.org/desb.css" rel="stylesheet" type="text/css">	
0029: <script language="JavaScript">
0030: 		function Sweet16PointSystem()
0031: 		{
0032: 			x = 520;
0033: 			y = 580;
0034: 			var xpos = (screen.width - x)/2;
0035: 			var ypos = (screen.height - y)/2;
0036: 			var updateasp = "	Sweet16PointSystem.htm";
0037: 			var w;
0038: 			w = window.open(updateasp,'update','width='+x+',height='+y+',top='+10+',left='+10);
0039: 		}	
0040: 	</script>
0041: </head>
0042: 
0043: <body bgcolor="#ffffff">
0044: 		<table border="0" cellpadding="0" cellspacing="0" width="<%= TableWidth %>">
0045: <tr>
0046: <td colspan="2" class="norm">
0047: <button class="button_close" onclick="window.close()">Close Window</button>
0048: </td>
0049: </tr>
0050: 		</table>
0051: <table cellspacing="0" border="1" cellpadding="5" width="<%= TableWidth %>" bordercolor="#FED87B">
0052: 
0053: 
0054:   <tr bgcolor="#FFFAF0">
0055:     <td VALIGN="TOP" width="15%"><p align="center"></td>
0056:     <td VALIGN="TOP" width="70%"><p align="center"><i><b><font face="Arial" size="4"
0057:     color="#008000">Sweet 16 Contest Details<br>
0058:     </font><font face="Arial" size="2" color="#FF0000">(and Frequently Asked Questions)</font></b></i></td>
0059:     <td VALIGN="TOP" width="15%">&nbsp;</td>
0060:   </tr>
0061:   <tr bgcolor="#FFFAF0">
0062:     <td VALIGN="TOP" colspan="3">
0063:     <font face="Arial">Participants who submit multiple entries into the main
0064:     contest are rewarded by
0065:     having a<b> free</b> entry<u><i> automatically</i></u> entered into the Sweet 16 Contest
0066:     for <i><b><u>every additional</u></b></i> entry submitted into the initial
0067:     contest.&nbsp;&nbsp;&nbsp;</font></p>
0068:     <font size="3" face="Arial">(For instance:&nbsp; If someone submits 2
0069:     entries in the initial contest, 
0070:     &nbsp;they get 1 entry automatically entered into the Sweet 16 Contest, if they submit 3 entries, they get 2 entries, and so on.)</font></p>
0071:     <p align="left"><font size="3" face="Arial"><b>Do I have to register separately into the
0072:     Sweet 16 Contest?</b><br>
0073:     No.&nbsp; By submitting multiple entries, you will automatically be registered into the
0074:     Sweet 16 Contest.&nbsp; </font></p>
0075:     <p align="left"><font size="3" face="Arial"><b>When do I make my picks for the Sweet 16
0076:     Contest?</b><br>
0077:     After the 2nd round of the NCAA tournament is completed and the field of 16 is set.&nbsp;
0078:     An email will be sent to remind you to make your Sweet 16 Contest selections.</font></p>
0079:     <p align="left"><font size="3" face="Arial"><b>If I submit multiple entries, do I have to
0080:     make picks selections into the Sweet 16 Contest?</b><br>
0081:     No, but why not?&nbsp;&nbsp; It is already included, and it should be easier picking the
0082:     NCAA champion from a field of 16.</font></p>
0083:     <p align="left"><font size="3" face="Arial"><b>Can I add more entries in the Sweet
0084:     16 Contest?</b><br>
0085:     Yes.&nbsp; As soon as registration closes for the initial contest, you will be able to
0086:     update your profile and add as many entries as you like into the Sweet 16 Contest.&nbsp;
0087:     Each additional Sweet 16 Contest entries are a<b> $20 </b>donation each. Just click on <B>Edit My Profile</B> and enter the number of entries you want to
0088:     make.</font></p>
0089:     <p align="left"><font size="3" face="Arial"><b>Can someone who did not participate in the
0090:     initial contest participate in the Sweet 16 Contest?</b><br>
0091:     Yes.&nbsp; They just need to <B>register</B> for the contest and
0092:     enter the number of entries they want to make into the Sweet 16 Contest.&nbsp;
0093:     Registration for the Sweet 16 Contest opens right after the NCAA tournament begins. </font></p>
0094:     <p align="left"><font size="3" face="Arial"><b>What is the point system for the Sweet 16
0095:     Contest?</b><br>
0096:     It is similar to the main contest, with a built-in tie-breaker.&nbsp;&nbsp; For more
0097:     details on that <a href="Sweet16PointSystem_m.asp" target="_blank">click here</a>.</font></td>
0098:   </tr>
0099: </table>
0100: </body>
0101: </html>