              <% if iColor = 0 then %>
                <tr bgcolor="#CCCCCC"> 
              <% else %>
                <tr bgcolor="#EBEBEB">
              <% End if %>  
              <% sLocation = "Visitor" %> 
               
                <td width="140" bordercolor="#666666"> <div align="left"><font color="#0000CC" size="2">
                <%= ors.fields("GameDate").value %></font></div></td>
				
		<td bordercolor="#CCCCCC" width="190">
		<table width="100%" border="0" bgrcolor="#CCCCCC"> 
		<tr bordercolor="#CCCCCC">
                <td width="36"> <p align="left"><font color="#0000CC" size="2">
                <%= ors.fields(sLocation & "_Team_GameID").value %></font></p></td>
                <td width="150"> <div align="left"><font color="#0000CC" size="2">
                <%= ors.fields(sLocation & "_Team_Name").value %></font></div>
                  <div align="left">
                  </div></td></tr></table></td>
				 			  
		<td  bordercolor="#CCCCCC" width="100">
		<table width="100%" border="0" bgrcolor="#CCCCCC"> 
		<tr bordercolor="#CCCCCC">
                <td width="40"> <div align="left"><font color="#0000CC" size="2">
                   <% if trim(ors.fields(sLocation & "_" & sTableSwitch & "_Money_Line").value) <> "{ERR-null passed}" AND _
                         trim(ors.fields(sLocation & "_" & sTableSwitch & "_Money_Line").value) <> "0" Then
                           response.write(ors.fields(sLocation & "_" & sTableSwitch & "_Money_Line").value) 
                      End if
                   %></font><font color="#0000CC"> 
                    </font></div></td>
                <td width="36" valign="middle" align="left"><font color="#0000CC"> 
                <% if trim(ors.fields(sLocation & "_" & sTableSwitch & "_Money_Line").value) <> "{ERR-null passed}" AND _
                      trim(ors.fields(sLocation & "_" & sTableSwitch & "_Money_Line").value) <> "0"  Then %>
                  <input type="text"  onblur="ValCheck_onblur(this)" size="4" name="txt<% = sLocation %>MoneyLine;<%= ors.fields("Game_ID").value %>;<%= ors.fields("Game_Line_ID").value %><% response.write(";" & sLength & ";" & sLeague)%>" tabindex="">
                <% End If %>    
                  </font></td></tr></table></td>
		</tr>
               <% if iColor = 0 then %>
                <tr bgcolor="#CCCCCC"> 
              <% else %>
                <tr bgcolor="#EBEBEB">
              <% End if %>  
               <% sLocation = "Home" %> 
                <td width="140" bordercolor="#666666"> <div align="left"><font color="#0000CC" size="2">
                <%= ors.fields("GameTime").value %></font></div></td>
				
		<td bordercolor="#CCCCCC" width="190">
		<table width="100%" border="0" bgrcolor="#CCCCCC"> 
		<tr bordercolor="#CCCCCC">
                <td width="36"> <p align="left"><font color="#0000CC" size="2">
                <%= ors.fields(sLocation & "_Team_GameID").value %></font></p></td>
                <td width="150"> <div align="left"><font color="#0000CC" size="2">
                <%= ors.fields(sLocation & "_Team_Name").value %></font></div>
                  <div align="left">
                  </div></td></tr></table></td>
				  
		
				  
        <td bordercolor="#CCCCCC" width="100">
		<table width="100%" border="0" bgrcolor="#CCCCCC"> 
		<tr bordercolor="#CCCCCC">
                <td width="40"> <div align="left"><font color="#0000CC" size="2">
                <% if trim(ors.fields(sLocation & "_" & sTableSwitch & "_Money_Line").value) <> "{ERR-null passed}" AND _
                      trim(ors.fields(sLocation & "_" & sTableSwitch & "_Money_Line").value) <> "0" then
                      response.write(ors.fields(sLocation & "_" & sTableSwitch & "_Money_Line").value)
                   End if
                 %>   
                </font><font color="#0000CC"> 
                    </font></div></td>
                <td width="36" valign="middle" align="left"><font color="#0000CC"> 
                  <% if trim(ors.fields(sLocation & "_" & sTableSwitch & "_Money_Line").value) <> "{ERR-null passed}" AND _
                        trim(ors.fields(sLocation & "_" & sTableSwitch & "_Money_Line").value) <> "0" then %>
                  <input type="text"  onblur="ValCheck_onblur(this)" size="4" name="txt<% = sLocation %>MoneyLine;<%= ors.fields("Game_ID").value %>;<%= ors.fields("Game_Line_ID").value %><% response.write(";" & sLength & ";" & sLeague)%>" tabindex="">
                  <% End If %>
                  </font></td></tr></table></td>
				  
       
              </tr>
              

              <%
                 'Under 29&#189;
                 if iColor = 0 then
                   iColor = 1
                 else 
                   iColor = 0 
                 End if
                 
                 'iColor = iif(iColor=1,0,1)        

                 oRS.movenext
                 Loop
				%>
				<!-- #include virtual="WagerMoneyLineChoicesIncP3.asp" -->
			<%	
                end if
                '<tr bgcolor="#9999CC">
             %>        























