Count Lines in Pages

Contents of Page: sweet16details.asp Number of Lines: 77 Last Modified: 8/22/2018 1:33:20 PM
0001: <% @Language = "VBScript" %>
0002: <html>
0003: 
0004: <head>
0005: <title>Joe Toledo's March Madness Contest - Benefiting Charity</title>
0006: <script language="JavaScript">
0007: 		function Sweet16PointSystem()
0008: 		{
0009: 			x = 520;
0010: 			y = 580;
0011: 			var xpos = (screen.width - x)/2;
0012: 			var ypos = (screen.height - y)/2;
0013: 			var updateasp = "	Sweet16PointSystem.htm";
0014: 			var w;
0015: 			w = window.open(updateasp,'update','width='+x+',height='+y+',top='+10+',left='+10);
0016: 		}	
0017: 	</script>
0018: </head>
0019: 
0020: <body bgcolor="#ffffff">
0021: 
0022: <table cellspacing="0" border="1" cellpadding="5" width="850" bordercolor="#FED87B">
0023:   <tr bgcolor="#FFFAF0">
0024:     <td VALIGN="TOP" width="15%"><p align="center"><input type="button" value="Go Back"
0025:     class="norm" onClick="history.back()" style="float: left"></td>
0026:     <td VALIGN="TOP" width="70%"><p align="center"><i><b><font face="Arial" size="4"
0027:     color="#008000">Sweet 16 Contest Details<br>
0028:     </font><font face="Arial" size="2" color="#FF0000">(and Frequently Asked Questions)</font></b></i></td>
0029:     <td VALIGN="TOP" width="15%">&nbsp;</td>
0030:   </tr>
0031:   <tr bgcolor="#FFFAF0">
0032:     <td VALIGN="TOP" colspan="3"><p align="center"><font face="Arial"><br>
0033:     The <b>Sweet 16 Contest</b> is designed to further enhance the experience of <br>
0034:     participating in the March Madness Contest by providing the participants <br>
0035:     more opportunities to finish &quot;in the money.&quot;</font></p>
0036:     <p align="center"><font face="Arial">Participants who submit multiple entries into the
0037:     contest are rewarded by <br>
0038:     having a<b> free</b> entry<u><i> automatically</i></u> entered into the Sweet 16 Contest <br>
0039:     for <i><b><u>every additional</u></b></i> entry submitted into the initial
0040:     contest.&nbsp;&nbsp;&nbsp;</font></p>
0041:     <p align="center"><font size="2" face="Arial">(For instance:&nbsp; If someone submits 2
0042:     entries in the initial contest,<br>
0043:     &nbsp;they get 1 entry automatically entered into the Sweet 16 Contest, <br>
0044:     if they submit 3 entries, they get 2 entries, and so on.)</font></p>
0045:     <p align="left"><font size="2" face="Arial"><b>Do I have to register separately into the
0046:     Sweet 16 Contest?</b><br>
0047:     No.&nbsp; By submitting multiple entries, you will automatically be registered into the
0048:     Sweet 16 Contest.&nbsp; </font></p>
0049:     <p align="left"><font size="2" face="Arial"><b>When do I make my picks for the Sweet 16
0050:     Contest?</b><br>
0051:     After the 2nd round of the NCAA tournament is completed and the field of 16 is set.&nbsp;
0052:     An email will be sent to remind you to make your Sweet 16 Contest selections.&nbsp; <a
0053:     href="picks12nddemo.asp">Click here for a demo</a>.</font></p>
0054:     <p align="left"><font size="2" face="Arial"><b>If I submit multiple entries, do I have to
0055:     make picks selections into the Sweet 16 Contest?</b><br>
0056:     No, but why not?&nbsp;&nbsp; It is already included, and it should be easier picking the
0057:     NCAA champion from a field of 16.</font></p>
0058:     <p align="left"><font size="2" face="Arial"><b>Can I enter additional entries in the Sweet
0059:     16 Contest?</b><br>
0060:     Yes.&nbsp; As soon as registration closes for the initial contest, you will be able to
0061:     update your profile and add as many entries as you like into the Sweet 16 Contest.&nbsp;
0062:     Each additional Sweet 16 Contest entries are a<b> $20 </b>donation each. Just click on <a
0063:     href="editprofile.asp">Edit My Profile</a> and enter the number of entries you want to
0064:     make.</font></p>
0065:     <p align="left"><font size="2" face="Arial"><b>Can someone who did not participate in the
0066:     initial contest participate in the Sweet 16 Contest?</b><br>
0067:     Yes.&nbsp; They just need to <a href="registerinfo.asp">register</a> for the contest and
0068:     enter the number of entries they want to make into the Sweet 16 Contest.&nbsp;
0069:     Registration for the Sweet 16 Contest opens right after the NCAA tournament begins. </font></p>
0070:     <p align="left"><font size="2" face="Arial"><b>What is the point system for the Sweet 16
0071:     Contest?</b><br>
0072:     It is similar to the regular contest, with a built-in tie-breaker.&nbsp;&nbsp; For more
0073:     details on that <a href="javascript:Sweet16PointSystem()">click here</a>.</font></td>
0074:   </tr>
0075: </table>
0076: </body>
0077: </html>