ÿþ<%@ language=JScript %> <% Response.AddHeader ("Cache-Control","pre-check=300"); %> <html> <head> <meta name="GENERATOR" content="Microsoft Visual Studio 6.0"> <title>MegabetSports.com - Live Scores</title> <style type="text/css"> <!-- .Message { font-family: Arial, Helvetica, sans-serif; BORDER-RIGHT: 2px outset; BORDER-TOP: 2px groove; FONT-WEIGHT: bold; FONT-SIZE: 11px; Z-INDEX: 103; LEFT: 0px; OVERFLOW: auto; TEXT-TRANSFORM: none; WIDTH: 780px; BORDER-BOTTOM: 2px outset; FONT-STYLE: normal; POSITION: relative; TOP: 0px; HEIGHT: 100px; BACKGROUND-COLOR: #CAE0FF} .text { font-family: Arial, Helvetica, sans-serif; FONT-SIZE: 12px;; font-weight: bold} .copyright { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal} .dyndata { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #000000} --> </style> <script ID="clientEventHandlersJS" LANGUAGE="javascript"> <!-- var m_arrGoalMessage = new Array (); var m_nCurrentGoalMessageIndex = -1; var m_nScorerID; var m_oServerDate = new Date (); var m_oSportId = ""; function window_onload () { if (window.parent.frames.length > 0) { window.parent.frames[0].changeLiveScoreLogo (); LiveScoresAppTR.style.visibility = "visible" LiveScoresApp.style.visibility = "visible"; } else window.navigate ("default.htm"); setInterval ("showGoalMessage ()", 6000); } function notifyUpdatedTime () { LastUpdatedTime (); } function LastUpdatedTime () { var oFormatedDate = ""; m_oServerDate = new Date (); var oDate = m_oServerDate.getDate (); if (oDate < 10) oDate = "0"+oDate; var oMonth = m_oServerDate.getMonth () + 1; if (oMonth < 10) oMonth = "0"+oMonth; var oYear = m_oServerDate.getYear (); var oHour = m_oServerDate.getHours (); if (oHour < 10) oHour = "0"+oHour; var oMin = m_oServerDate.getMinutes (); if (oMin < 10) oMin = "0"+oMin; oFormatedDate = oDate +"/"+ oMonth +"/"+ oYear +" "+ oHour +":"+ oMin; oLastUpdatedTime.innerHTML=oFormatedDate; } function EventWatcherDiv_watchEvent() { LiveScoresApp.watchEvent (); } function startLoadingImage () { setLoadingVisibility ("visible"); } function stopLoadingImage () { setLoadingVisibility ("hidden"); } function setLoadingVisibility (bFlag) { window.parent.frames[0].setLoadingVisibility (bFlag); } function showInformation (oInfo) { InfoDiv.innerHTML = "<P align=center><FONT style=\"BACKGROUND-COLOR: yellow\">"+oInfo+"</FONT></P>"; } function getBlankMessageIndex () { var nMessageIndex = -1; for (var nIndex = 0; nIndex < m_arrGoalMessage.length; nIndex++) { if (m_arrGoalMessage [nIndex] == '') { nMessageIndex = nIndex; break; } } return nMessageIndex; } function isGoalMessage (oMessage) { return (oMessage.indexOf ("mgoal.gif") != -1 ? true : false); } function updateLiveMessage (oMessage) { if (m_oSportId == 1) { processGoalMessage (oMessage); LiveMessage.innerHTML = " "+oMessage+"<BR>"+LiveMessage.innerHTML; LiveMessage.scrollTop = 0; } else if (m_oSportId == 2) { var oMessage1 = processBasketBallMessage (oMessage); processBasketballScrollerMessage (getScrollerMessage (oMessage)); LiveMessage.innerHTML = " "+oMessage1+"<BR>"+LiveMessage.innerHTML; LiveMessage.scrollTop = 0; } } function getScrollerMessage (oMessage) { var oScore = oMessage.substring (oMessage .indexOf (" ("),oMessage.indexOf (")")+1); var oScorerMessage = oMessage.replace (oMessage.substring (oMessage.indexOf ("("),oMessage.lastIndexOf(")")+1),oScore); return oScorerMessage; } function processBasketBallMessage (oMessage) { var oScore = getScore (oMessage); var oScorerMessage = oMessage.replace (oMessage.substring (oMessage.indexOf ("("),oMessage.lastIndexOf(")")+1),oScore); return oScorerMessage; } function processBasketballScrollerMessage (oMessage) { if (isScrollerMessage (oMessage)) { var nIndex = oMessage.indexOf (".gif"); var oScorerMessage1 = oMessage.replace (oMessage.substring (0,nIndex+5), ""); var oLeagueName = oScorerMessage1.substring (0, oScorerMessage1.indexOf ("<")); var oScorerMessage= oLeagueName.concat (":").concat (oScorerMessage1.substring (oScorerMessage1.lastIndexOf ("/font")+6, oScorerMessage1.length )); if (!isSameBasketballEvent (oScorerMessage)) { if (m_arrGoalMessage.length == 0) m_arrGoalMessage = m_arrGoalMessage.concat (oScorerMessage); else if (m_arrGoalMessage.length > 0 && m_arrGoalMessage.length < 5) { m_arrGoalMessage = m_arrGoalMessage.concat (oScorerMessage); } else if (m_arrGoalMessage.length == 5) { var arrNewGoalMessage = new Array (); for (var nIndex = 1; nIndex < m_arrGoalMessage.length; nIndex++) arrNewGoalMessage = arrNewGoalMessage.concat (m_arrGoalMessage [nIndex]); arrNewGoalMessage = arrNewGoalMessage.concat (oScorerMessage); m_arrGoalMessage = arrNewGoalMessage; m_nCurrentGoalMessageIndex --; } } } } function isSameBasketballEvent (oScorerMessage) { for (var nIndex = 0; nIndex < m_arrGoalMessage.length; nIndex++) { var oScorerMessage1 = oScorerMessage; var oExistingMessage = m_arrGoalMessage [nIndex]; var oMessage = oScorerMessage1.substring (oScorerMessage1.indexOf ("("),oScorerMessage1.indexOf (")")+1); oScorerMessage1 = oScorerMessage1.replace (oMessage,""); var oFormattedMessage = oExistingMessage.substring (oExistingMessage.indexOf ("("),oExistingMessage.indexOf (")")+1); oExistingMessage = oExistingMessage.replace (oFormattedMessage,""); if (oScorerMessage1 == oExistingMessage) { m_arrGoalMessage [nIndex] = oScorerMessage; return true; } } return false; } // Modified by Sony Start function getScore (oMessage) { if (oMessage.indexOf ("mfirst.gif")!=-1|| oMessage.indexOf ("msecond.gif")!=-1 ||oMessage.indexOf ("mht.gif")!=-1||oMessage.indexOf ("mft.gif")!= -1||oMessage.indexOf ("mabd.gif")!= -1||oMessage.indexOf ("moff.gif")!= -1||oMessage.indexOf ("mint.gif")!=-1|| oMessage.indexOf ("met.gif")!=-1|| oMessage.indexOf ("mfe.gif")!=-1) { var oScore = oMessage.substring (oMessage .indexOf (" ("),oMessage.indexOf (")")+1); return oScore; } else if (oMessage.indexOf ("mthird.gif")!=-1 || oMessage.indexOf ("mfourth.gif")!= -1) { return oScore = oMessage.substring (oMessage.indexOf (")")+1,oMessage.lastIndexOf (")")+1); } } // Modified by Sony End function setSportId (oSportId) { m_oSportId = oSportId; } // Modified by Sony Start function isScrollerMessage (oMessage) { return (oMessage.indexOf ("mht.gif")!=-1||oMessage.indexOf ("msecond.gif")!=-1||oMessage.indexOf ("mthird.gif")!=-1||oMessage.indexOf ("mfourth.gif")!= -1 ||oMessage.indexOf ("mft.gif")!= -1 || oMessage.indexOf ("met.gif")!=-1|| oMessage.indexOf ("mfe.gif")!=-1 ? true : false) } // Modified by Sony End function processGoalMessage (oMessage) { if (isGoalMessage (oMessage)) { var oScorerMessage1 = oMessage.replace ("<IMG src=images/livescores/mgoal.gif> ", ""); var oLeagueName = oScorerMessage1.substring (0, oScorerMessage1.indexOf ("<")); var oScorerMessage = oLeagueName.concat (":").concat (oScorerMessage1.substring (oScorerMessage1.lastIndexOf ("/font")+6, oScorerMessage1.length )); if (!isSameGameGoal (oScorerMessage)) { if (m_arrGoalMessage.length == 0) m_arrGoalMessage = m_arrGoalMessage.concat (oScorerMessage); else if (m_arrGoalMessage.length > 0 && m_arrGoalMessage.length < 5) { m_arrGoalMessage = m_arrGoalMessage.concat (oScorerMessage); } else if (m_arrGoalMessage.length == 5) { var arrNewGoalMessage = new Array (); for (var nIndex = 1; nIndex < m_arrGoalMessage.length; nIndex++) arrNewGoalMessage = arrNewGoalMessage.concat (m_arrGoalMessage [nIndex]); arrNewGoalMessage = arrNewGoalMessage.concat (oScorerMessage); m_arrGoalMessage = arrNewGoalMessage; m_nCurrentGoalMessageIndex --; } } } } function isSameGameGoal (oScorerMessage) { var bSameGameGoal = false; var oFormattedMessage = oScorerMessage.replace ("<FONT color=green>", ""); oFormattedMessage = oFormattedMessage.replace ("</FONT>", ""); oFormattedMessage = oFormattedMessage.substring (0, oFormattedMessage.indexOf ("(")); for (var nIndex = 0; nIndex < m_arrGoalMessage.length; nIndex++) { var oExistingMessage = m_arrGoalMessage [nIndex].replace ("<FONT color=green>", ""); oExistingMessage = oExistingMessage.replace ("</FONT>", ""); if (LiveScoresApp.indexOf (oFormattedMessage, oExistingMessage)) { m_arrGoalMessage [nIndex] = oScorerMessage; bSameGameGoal = true; break; } } return bSameGameGoal; } function showGoalMessage () { if (m_nCurrentGoalMessageIndex < 0) m_nCurrentGoalMessageIndex = m_arrGoalMessage.length-1; if (m_nCurrentGoalMessageIndex >= 0) { ScorerApp.processGoalMessage (m_arrGoalMessage [m_nCurrentGoalMessageIndex]); m_nCurrentGoalMessageIndex --; } } function clearMessage () { } function showLiveScoresPrintReport (oSize) { m_oHTMLText = oSize; window.open ("Report.htm", "LiveScores", "menubar=yes, titlebar=no, scrollbars=yes, resizable=yes"); } function getReportData () { return m_oHTMLText; } function getReportTitle () { return "LiveScores"; } function getReportWidth () { } function startLiveScoresEvent (oMessage) { window.parent.frames [0].startLiveScoresEvent (oMessage); } function window_onunload() { if (window.parent.frames.length > 0) { if (window.parent.frames [0].location.href.indexOf ("bannerlogin.htm") != -1 || window.parent.frames [0].location.href.indexOf ("livescoresbanner.htm") != -1) window.parent.frames [0].startLiveScoresEvent ("false"); } } // #1f4ea6 //--> </script> <script language="JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // --> </script> </head> <body bgcolor="#FFFEF0" align="left" leftMargin="0" topMargin="0" LANGUAGE="javascript" onload="return window_onload()" onUnload= "return window_onunload()"> <!-- <div id="LiveScoresLoadingDIV" style="position:absolute; left:12px; top:27px; width:665px; height:478px; z-index:1; overflow: auto; visibility: visible" class="copy"> <p align=center><b><font color="#000099">Please browse through Live Scores while system loads...</font></b></p> <SCRIPT SRC="http://212.100.100.23:8080/servlet/MegaLiveScoresDataModelServlet?function=1000"> </SCRIPT> </div> --> <table summary="livescorestable" align="left" width="796px" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFEF0"> <tr> <td> <table height="532" width="680" cellpadding="0" cellspacing="0" border="0"> <tr id=LiveScoresAppTR style="VISIBILITY: visible"><td> <APPLET ID=LiveScoresApp WIDTH: 680px; BORDER-BOTTOM: 2px outset; HEIGHT: 532px" name=LiveScoresApp code=MegaLiveScoresPackage/LiveScoresClientPackage/LiveScoresApp.class width=680 height=532 Mayscript Archive="../JavaForms/LiveScores.jar" VIEWASTEXT> <Param Name="Language" Value="th"> <Param Name="AppletWidth" Value="680"> <Param Name="AppletHeight" Value="532"> <Param Name="BetSelectionWidth" Value="316"> <Param Name="BetSelectionHeight" Value="320"> <Param Name="StakeSelectionWidth" Value="316"> <Param Name="StakeSelectionHeight" Value="170"> <Param Name="CouponWidth" Value="680"> <Param Name="CouponHeight" Value="440"> <Param Name="TooltipLabelBg" Value="fffef0"> <Param Name="TooltipLabelFg" Value="ff0000"> <Param Name="OddLabelBg" Value="E6F4FD"> <Param Name="EvenLabelBg" Value="C0E5FB"> <Param Name="ClickableLabelBg" Value="E2E3E3"> <Param Name="ClickableLabelFg" Value="000000"> <Param Name="ClickedLabelBg" Value="888887"> <Param Name="PriceLabelClickedBg" Value="F5FB88"> <Param Name="FormBg" Value="EFF9FE"> <Param Name="BetSelectionBg" Value="F1F2F3"> <Param Name="BetSelectionOddLabelBg" Value="F1F5FC"> <Param Name="BetSelectionEvenLabelBg" Value="D8E6FB"> <Param Name="StakeSelectionBg" Value="F1F2F3"> <Param Name="StakeSelectionOddLabelBg" Value="F1F5FC"> <Param Name="StakeSelectionEvenLabelBg" Value="D8E6FB"> <Param Name="FormButtonBg" Value="CEDCEE"> <Param Name="FormImageButtonBg" Value="00E1FF"> <Param Name="BlankLabelBg" Value="EFF9FE"> <Param Name="FormSubTitleBg" Value="6495ed"> <Param Name="FormSubTitleFg" Value="ffffff"> <Param Name="BankerBg" Value="9c9b9b"> <Param Name="DisableLabelBg" Value="9C9B9B"> <Param Name="CustomerNameBg" Value="CAE0FF"> <Param Name="GameInfoLabelBg" Value="B1C3EE"> <Param Name="AnyOtherLabelBg" Value="B1C3EE"> <Param Name="PriceLabelBg" Value="FFFFFF"> <Param Name="ValidUntillBg" Value="FFFFFF"> <Param Name="NoteBg" Value="FFFFFF"> <Param Name="NoteFg" Value="000000"> <Param Name="PriceLabelClickedBg" Value="FCF3C8"> <Param Name="FormEditBg" Value="FFFFFF"> <Param Name="DisableLabelBg" Value="B1C3EE"> <Param Name="ClickableLabelFontName" Value="arial"> <Param Name="ClickableLabelFontStyle" Value="0"> <Param Name="ClickableLabelFontSize" Value="9"> <Param Name="CouponDateBarFontName" Value="arial"> <Param Name="CouponDateBarFontStyle" Value="1"> <Param Name="CouponDateBarFontSize" Value="11"> <Param Name="CountryCheckFontName" Value="arial"> <Param Name="CountryCheckFontStyle" Value="1"> <Param Name="CountryCheckFontSize" Value="11"> <Param Name="CouponFormLabelFontName" Value="arial"> <Param Name="CouponFormLabelFontStyle" Value="0"> <Param Name="CouponFormLabelFontSize" Value="11"> <Param Name="FormRadioFontName" Value="arial"> <Param Name="FormRadioFontStyle" Value="1"> <Param Name="FormRadioFontSize" Value="11"> <Param Name="FormCheckFontName" Value="arial"> <Param Name="FormCheckFontStyle" Value="0"> <Param Name="FormCheckFontSize" Value="10"> <Param Name="FormSubTitleFontName" Value="arial"> <Param Name="FormSubTitleFontStyle" Value="1"> <Param Name="FormSubTitleFontSize" Value="11"> <Param Name="FormImageButtonFontName" Value="arial"> <Param Name="FormImageButtonFontStyle" Value="1"> <Param Name="FormImageButtonFontSize" Value="11"> <Param Name="FormLabelFontName" Value="arial"> <Param Name="FormLabelFontStyle" Value="0"> <Param Name="FormLabelFontSize" Value="11"> <Param Name="FormEditFontName" Value="verdana"> <Param Name="FormEditFontStyle" Value="0"> <Param Name="FormEditFontSize" Value="10"> <Param Name="FormLeagueLabelFontName" Value="arial"> <Param Name="FormLeagueLabelFontStyle" Value="1"> <Param Name="FormLeagueLabelFontSize" Value="11"> <Param Name="FormTextAreaFontName" Value="verdana"> <Param Name="FormTextAreaFontStyle" Value="0"> <Param Name="FormTextAreaFontSize" Value="10"> <Param Name="LeagueCheckFontName" Value="arial"> <Param Name="LeagueCheckFontStyle" Value="0"> <Param Name="LeagueCheckFontSize" Value="10"> <Param Name="PriceLabelFontName" Value="arial"> <Param Name="PriceLabelFontStyle" Value="1"> <Param Name="PriceLabelFontSize" Value="11"> <Param Name="PriceEditFontName" Value="verdana"> <Param Name="PriceEditFontStyle" Value="0"> <Param Name="PriceEditFontSize" Value="10"> <Param Name="ToolTipLabelFontName" Value="arial"> <Param Name="ToolTipLabelFontStyle" Value="1"> <Param Name="ToolTipLabelFontSize" Value="11"> <Param Name="NoteFontName" Value="arial"> <Param Name="NoteFontStyle" Value="1"> <Param Name="NoteFontSize" Value="11"> <Param Name="CustomerNameFontName" Value="arial"> <Param Name="CustomerNameFontStyle" Value="1"> <Param Name="CustomerNameFontSize" Value="11"> <Param Name="ClickableLabelHeight" Value="15"> <Param Name="GO" value="%"> <Param Name="From Date" value="2'15H"> <Param Name="To Date" value="6'15H"> <Param Name="Status" value="*20"> <Param Name="Home" value="I2"> <Param Name="Away" value="@"7-"> <Param Name="L" value="%5"> <Param Name="Cancel" value=""@%4"> <Param Name="All League" value="8%5"> <Param Name="Select all the fixtures of" value="@%7-2#22#AH11I+!@5H"'1 "> <Param Name="Deselect all the fixtures of" value=""@%42#@%7-2#22#AH11I+!@5H"'1 "> <Param Name="Fixtures" value="2#2AH1"> <Param Name="Click to choose fixtures and days of game" value="%44@%7-2#2@'%22#AH1"> <Param Name="Games" value="2#AH1"> <Param Name="Click to see live scores" value="%4@7H-9%2#AH1*"> <Param Name="Fav Games" value="2#AH1@ 205HI-2#"> <Param Name="Click to view Live Scores of your favourite games" value="%4@7H-9@ 202#AH15HH2I-2#"> <Param Name="Statistics" value="*44"> <Param Name="Click to see statistics" value="%4@7H-9*442#AH1"> <Param Name="Today's Games" value="2#AH1'15I"> <Param Name="Select all Today's Games" value="@%7-2#AH1'15I1I+!"> <Param Name="Future Games" value="2#AH1'1-7H"> <Param Name="Select to see future games" value="@%7-2#AH1'1-7HF"> <Param Name="Results" value="%2#AH1"> <Param Name="Select to see previous games results" value="@%7-%2#AH15HH2!2"> <Param Name="Profile" value="*#8%"> <Param Name="Click here to view profile" value="%45H5H@7H-9*#8%"> <Param Name="Click here to view live scores" value="%45H5H@7H-9%2#AH1*"> <Param Name="Print all games" value="4!L%1I+!"> <Param Name="Print live on TV games" value="4!L%@ 20#2"2#5HH2"-*"> <Param Name="Click To Add The Game To Your Favourite Games List" value="%4@%7-#2"2#AH15HH2I-2#"> <Param Name="1st Half In progress." value="3%1AH1#6HA#"> <Param NAME="2nd Half In Progress." value="3%1AH1#6H+%1"> <Param Name="Click For Team's Performance" value="%4@7H-9%2-5!"> <Param Name="Current Score" value="*-#L05I"> <Param Name="Click Here To View Match Information." value="%4@7H-9I-!9%2#AH1"> <Param Name="This Game Is Live On" value="H2"-*2B#1(L H-"> <Param Name="got" value="DI"> <Param Name="yellow" value="@+%7-"> <Param Name="red" value="A"> <Param Name="card." value="C"> <Param Name="cards." value="C"> <Param Name="Local Time" value="@'%2I-4H"> <Param Name="Half Time Score" value="*-#L#6HA#"> <Param Name="HT Break." value="1#6H@'%2"> <Param Name="Full Time Score" value="*-#L*4I*8"> <Param Name="Statistics Report" value="I-!9%*44"> <Param Name="League Selection" value="%5"> <Param Name="Archives" value="I-!9%"I-+%1"> <Param Name="Table Selection" value="2#2"> <Param Name="Fixture Selection" value="@'%22#AH1"> <Param Name="Specialities" value="4@()"> <Param Name="Team Performance" value="%2-5!"> <Param Name="Home Team" value="5!@I2I2"> <Param Name="Away Team" value="5!@"7-"> <Param Name="Show" value="A*"> <Param Name="This Game Is Finished." value="2#AH1@*#G*4I"> <Param Name="(Select Season)" value="(@%7-$92%)"> <Param Name="(Select League)" value="(@%7-%5)"> <Param Name="(Select Tables)" value="(@%7-2#2)"> <Param Name="(Select Fixtures)" value="(@%7-'1@'%2)"> <Param Name="(Select Team)" value="(@%7-5!)"> <Param Name="League Table" value="2#2%5"> <Param Name="Last 6 Games LeagueTable" value=""I-+%1 6 2#AH1"> <Param Name="Last 12 Games LeagueTable" value=""I-+%1 12 2#AH1"> <Param Name="crissCross Table" value="2#2D'I"> <Param Name="Latest Games" value="2#AH1%H2*8"> <Param Name="Future Games" value="2#AH11H-F D"> <Param Name="All Games" value="2#AH11I+!"> <Param Name="This Game Has Not Started Yet." value=""1D!H@#4H!2#AH1"> <Param Name="Score" value="*-#L"> <Param Name="Current Score Will Be Displayed Here." value="A*%2#AH1%H2*85H5H"> <Param Name="Half Time Score Will Be Displayed Here." value="A*%2#AH1#6HA#5H5H"> <Param Name="Click Here To Print Live On Tv Games Only" value="%45H5H@7H37H-4!L%@ 20#2"2#H2"-*"> <Param Name="Click Here To Print All Games" value="%45H5H@7H37H-4!L%2#AH11I+!"> <Param Name="Click for" value="%4@7H-"> </APPLET></td></tr></table> <td valign="top"> <TABLE valign="top" WIDTH=316 BORDER=0 CELLSPACING=0 CELLPADDING=0 style="LEFT: 0px; TOP: 1px" bgcolor="#FFFEF0" > <TR> <td> <table border=0 width="316" height="25" cellpadding="0" cellspacing="0"> <tr> <TD NOWRAP align="left"><applet id=ScorerApp style="VISIBILITY: visible; height = 25; width=315" name=ScorerApp code=ScorerApp.class Mayscript archive="../JavaForms/LiveScoresAnimator.jar" VIEWASTEXT width="315" height="25"> </applet></td> </tr> <!-- Modified by Raghu --> <tr width=316 height=14> <td class="text">Last Updated Time : <div id="oLastUpdatedTime" style="position:absolute; left:814px; width:171px; height:17px; z-index:1; visibility: visible; overflow: visible"></div> </td> </tr> <!-- Modified by Raghu --> <tr> <td width="316" align="center"> <table width=316 height=14 border=0 cellspacing=0 cellpadding=0> <tr> <!-- <td NOWRAP align="left" width="33" class="text"><b>&nbsp;Key: </b></td> --> <td NOWRAP width="20"><img alt="#6HA#" src="images/livescores/mfirst.gif" width="17" height="12"></td> <td noWrap width="21"><img alt="Half Time" src="images/livescores/mht.gif" width="17" height="12"></td> <td noWrap width="20"><img alt="#6H+%1" src="images/livescores/msecond.gif" width="17" height="12"></td> <td noWrap width="21"><img alt="@G!@'%2" src="images/livescores/mft.gif" width="17" height="12"></td> <td noWrap width="20"><img alt=" H'H-@'%24@()" src="images/livescores/met.gif" width="17" height="12"></td> <td noWrap width="21"><img alt="+! H'H-@'%24@()" src="images/livescores/mfe.gif" width="17" height="12"></td> <td NOWRAP width="20"><img alt=@08B) src="images/livescores/mpen.gif" width="17" height="12"></td> <td NOWRAP width="21"><img alt="@08B)@*#G*4I" src="images/livescores/mpenc.gif" width="17" height="12"></td> <td noWrap width="20"><img alt="@%7H-" src="images/livescores/moff.gif" width="17" height="12"></td> <td noWrap width="21"><img alt="#01" src="images/livescores/mabd.gif" width="17" height="12"></td> <td noWrap width="20"><img alt="+"8 1H'#2'" src="images/livescores/mint.gif" width="17" height="12"></td> <td NOWRAP width="21"><img alt="#09" src="images/livescores/mgoal.gif" width="17" height="12"></td> <td NOWRAP width="20"><img alt="CA" src="images/livescores/mred.gif" width="17" height="12"></td> <td noWrap width="21"><img alt="C@+%7-" src="images/livescores/myellow.gif" width="17" height="12"></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr WIDTH=316 height=478> <td> <DIV class="Message" id=LiveMessage style="BORDER-RIGHT: 2px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; Z-INDEX: 103; LEFT: 0px; OVERFLOW: auto; TEXT-TRANSFORM: none; WIDTH: 316px; BORDER-BOTTOM: 2px outset; FONT-STYLE: normal; FONT-FAMILY: verdana; POSITION: relative; TOP: 0px; HEIGHT: 478px; BACKGROUND-COLOR: #F1F2F3"></DIV> </td> </tr> </table> </td> </tr> <tr bgcolor="#FFFEF0"> </tr> </table> </body> </html>