Count Lines in Pages

Contents of Page: PropBetsRules.asp Number of Lines: 51 Last Modified: 8/22/2018 1:33:09 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="936" bordercolor="#FED87B">
0023:   <tr bgcolor="#FFFAF0">
0024:     <td VALIGN="TOP" width="154"><p align="center"><input type="button" value="Go Back"
0025:     class="norm" onClick="history.back()" style="float: left"></td>
0026:     <td VALIGN="TOP" width="560"><p align="center"><i><b><font face="Arial" size="4"
0027:     color="#008000"><Big>March Madness' Proposition Bets Contest<br>
0028:     </font><font face="Arial" size="2" color="#FF0000"></font></b></i></td>
0029:     <td VALIGN="TOP" width="186">&nbsp;</td>
0030:   </tr>
0031:   <tr bgcolor="#FFFAF0">
0032:     <td VALIGN="TOP" colspan="3" width="924"><p align="left"><font face="Arial"><br>
0033:    One of the reasons the NCAA Basketball Tournament is called “March Madness” is  because there always seems to be an abundance of “buzzer beaters” and one (or more) “Cinderella Story” every year.    I came up with this Proposition Bets contest to provide another way for participants to win and, of course, have more fun.<br><br>
0034:  
0035: If you are not familiar with it, "Proposition Bets" are basically "guesses" at various statistics that do not necessarily affect the outcome of the tournament. For example: <i><b><small>“How many teams seeded #1 will make it to the final 4”</I></b></small>? or <small><b><i>"Margin of victory in Final Game?"</i></b></small><br><br>
0036:  
0037: Participation in the March Madness’ Proposition Bets Contest is <b>free</b>, but it is limited to those who participate with <u>two or more</u> entries in the March Madness Contest.<br><br>
0038: The top two participants who have guessed the most “prop bets” correctly will receive the following prizes.<br>
0039: 1st Place - <b>$60</b><br>
0040: 2nd Place - <b>$40</b><br>
0041: <br>
0042: Tie-breaker is as followed:<br>
0043: If two or more participants finish with the same number of points, the one who correctly guessed the 1st prop bet wins, if there is still a tie, then who correctly guessed the 2nd prop bet, and so on down to the last prop bet.  If it is still tied the prize is split.
0044: 
0045: <br><br>Proposition Bets standings will be updated throughout the NCAA Tournament since it is designed to have the prop bets results at different stages of the tournament.<br><br>
0046: <p align="center"><a href="DisplayPropBets.asp">Display Proposition Bets</a></p>
0047: </a></td>
0048:   </tr>
0049: </table>
0050: </body>
0051: </html>