ÿþ<head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"> <title>Primera division predictions</title> <META name ="keywords" content ="soccer, predict, soccer previews, football, prediction, World cup, Serie A, Premier league, Primera division, Bundesliga, Champions league, Singapore league, Ere divisie, Champions league, Asian cup, Copa America, Worldcup"> <META name ="description" content ="Real-time generation of all asked predictions, offering: Score prediction, HomeDrawAway, Asian Handicap advice, Valuebet indicator, and easy odds-analyzers."> <style type="text/css"> BODY { SCROLLBAR-ARROW-COLOR: #ffcc33; SCROLLBAR-DARKSHADOW-COLOR: #660000; SCROLLBAR-TRACK-COLOR: "beige"; SCROLLBAR-FACE-COLOR: 660000; // #D71E3C; } <style TYPE="text/css"> <!-- .TextScrollStyle { visibility:hidden; font-family:Verdana; font-weight:bold; text-align:center; padding:0; margin:0; width:100%; overflow:hidden; } --> </style> <script language="JavaScript1.2"> //1)Boodschappen invullen : var TS_message = new Array(); TS_message[0] = '<div align="center"><B>Anxious for the coming scores ?</div>'; TS_message[1] = '<div align="center">of the primera division</div>'; TS_message[2] = '<div align="center"> just ask TotoMaster. </div>'; <!-- je kunt zoveel boodschappen toevoegen als je wil --> //2) Scrollbreedte en kleuren var TS_scrollwidth=200 //breedte scrollbox var TS_colorFG = 0x000000; //tekstkleur var TS_colorBG = 0xFFCC33; //achtergrondkleur var TS_ymax = 30; //aantal pixels te bewegen var TS_ystep = -1; //1 of -1 : scrollrichting var TS_speed = 10; //scrollsnelheid : vlugger = kleinere waarde invullen var TS_pause = 100; //pauze tussen de berichten in milliseconden var TS_fadestep= 100; //aantal stappen voor fade-in/fade-out if (document.all) document.write('<style>#containerarea{width:'+TS_scrollwidth+'}</style>') </script> <SCRIPT> function Tableau(n) { this.length=n; return this; } </SCRIPT> <SCRIPT> function Tableau(n) { this.length=n; return this; } function DateModif() { NomMois=new Tableau(12) NomMois[1]="January" NomMois[2]="February" NomMois[3]="March" NomMois[4]="April" NomMois[5]="May" NomMois[6]="June" NomMois[7]="July" NomMois[8]="August" NomMois[9]="September" NomMois[10]="October" NomMois[11]="November" NomMois[12]="December" Date=new Date(document.lastModified) var Mois=NomMois[Date.getMonth()+1] var Annee=Date.getYear() return Date.getDate()+" "+Mois+" "+Annee } </SCRIPT> <script language= Javascript> function testQ(form) { ODDY = ( form.odds.value) ; STAKY = (form.stake.value); WIN = ((ODDY*STAKY)-STAKY); WINHALF = (WIN/2); LOOSEHALF = (STAKY/2); alert('With your stake of: '+ STAKY+ ' and odds of: '+ ODDY+ ','+ '\n'+ 'this is your profit or lost:'+ '\n'+ '\n'+ 'If you win : '+ round(WIN) +' ( + stake back )'+ '\n'+'\n'+ 'If you win ½ : ' +round(WINHALF) +' ( + stake back )'+ '\n'+ '\n'+ 'If you loose ½ : -'+ round(LOOSEHALF) +' ( you loose half your stake )'+ '\n'+ '\n'+ 'If you loose : -'+STAKY+' ( you loose your whole stake )' ); } // --> </script> <script src = "spa1.js"> </script> <script language= Javascript> function round(num, d) { n = Math.pow(10, !d ? 2 : d); return Math.round(num*n) / n; } </script> <SCRIPT language=Javascript> function testx(form) { Profitindicator = ( (1 / form.tex1.value) + (1 / form.tex2.value) + (1 / form.tex3.value) ); Payoutshare = (100 * 1 / Profitindicator ); Prob1 = (1 / form.tex1.value) * Payoutshare ; Prob2 = (1 / form.tex2.value) * Payoutshare ; Prob3 = (1 / form.tex3.value) * Payoutshare ; Prob1 = round(Prob1); Prob2= round(Prob2); Prob3 = round(Prob3); Profitindicator = round(Profitindicator ); Bookieprofit = ' wins '; if (Profitindicator < 1) Bookieprofit = ' loses '; Procje = (Profitindicator - 1); Procje = Math.round(Procje * 100); valbet1 = (100 / Prob1 ); valbet1 = round(valbet1); valbet2 = (100 / Prob2 ); valbet2 = round(valbet2); valbet3 = (100 / Prob3 ); valbet3 = round(valbet3); var indicator1 = 'No valuebet here'; if (round(valbet1-0.01) < form.tex1.value) indicator1 = 'A valuebet here !!!'; var indicator2 = 'No valuebet here'; if (round(valbet2-0.01) < form.tex2.value) indicator2 = 'A valuebet here !!!'; var indicator3 = 'No valuebet here'; if (round(valbet3-0.01) < form.tex3.value) indicator3 = 'A valuebet here !!!'; pureprofit = round(Procje); var oordeel = ''; if ((pureprofit >= 14) && (Bookieprofit = ' wins ')) oordeel = 'These are very bad odds !'; if ((pureprofit < 14) && (pureprofit > 12)) oordeel = 'These odds are not too good !'; if ((pureprofit < 13) && (pureprofit > 11)) oordeel = 'These odds are good enough !'; if ((pureprofit < 12) && (pureprofit > 10)) oordeel = 'These are good odds !'; if ((pureprofit < 11) && (pureprofit > 9)) oordeel = 'These are great odds !'; if ((pureprofit < 10) && (pureprofit > 8)) oordeel = 'These are a fantastic odds !'; if ((pureprofit < 9) ) oordeel = 'The bookie is gone mad , grab it !'; alert('1X2 Odds '+'Home: '+ form.tex1.value+'. '+'Draw: '+ form.tex2.value+'. '+'Away: '+ form.tex3.value+ '.' + '\n'+ '\n'+ 'Probabilities: '+ Prob1+ '% - ' +Prob2+ '% - '+ Prob3+'%' + '\n'+ '\n'+ oordeel + '\n'+ 'Bookmaker gets $'+round(Profitindicator*100)+' back for every $100 paid out.' + '\n'+ 'So the Bookmaker' + Bookieprofit + ' '+Procje + '% on this bet.'+ '\n'+ '\n'+ '________________________________________ ' + '\n'+'\n'+ 'Value bets:'+ '\n'+ 'Home: higher than ' + round(valbet1-0.01) +' \t ' + indicator1 + '\n'+ 'Draw: higher than ' + round(valbet2-0.01) +' \t ' +indicator2+ '\n'+ 'Away: higher than ' + round(valbet3-0.01) +' \t ' + indicator3 ); } // --> </SCRIPT> <script language="JavaScript"> <!-- verbergen voor niet-Javascript browsers function round(num, d) { n = Math.pow(10, !d ? 2 : d); return Math.round(num*n) / n; } function test1(form) { Value = (100 / form.text1.value); Value5 = (105 / form.text1.value); Value10 = (110 / form.text1.value); Value15 = (115 / form.text1.value); Value20 = (120 / form.text1.value); Value25 = (125 / form.text1.value); Value50 = (150 / form.text1.value); Value75 = (175 / form.text1.value); Value100 = (200 / form.text1.value); Value = round(Value); Value5 = round(Value5); Value10 = round(Value10); Value15 = round(Value15); Value20 = round(Value20); Value25 = round(Value25); Value50 = round(Value50); Value75 = round(Value75); Value100 = round(Value100); alert('VALUE-BETTING' + '\n'+'\n'+ 'With a probability of '+form.text1.value+ '%' + '\n'+ 'you need odds higher then: ' + Value + ','+ '\n'+ 'to considder this a value bet.'+'\n'+'\n'+ form.text1.value+ ' % - Table of long-run profits: '+'\n'+'\n'+ '5 % Profit bets : '+' odds of '+Value5+'\n'+ '10% Profit bets : '+' odds of '+Value10+'\n'+ '15% Profit bets : '+' odds of '+Value15+'\n'+ '20% Profit bets : '+' odds of '+Value20+'\n'+ '25% Profit bets : '+' odds of '+Value25+'\n'+ '50% Profit bets : '+' odds of '+Value50+'\n'+ '75% Profit bets : '+' odds of '+Value75+'\n'+ '100% Profit bets: '+' odds of '+Value100); return true; } // --> </script> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popUp2(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=380, left = 5,top = 5');"); } // End --> </script> </script> <script language= Javascript> function testV(form) { steek = (form.steeky.value) ; profi = (form.prof.value); yieldo = (profi/steek)*100; alert('With your stake of: '+ steek + '\n'+ 'and your profit of ' + profi + '\n'+ 'your Yield = '+ round(yieldo) + '%' ); } // --> </script> <SCRIPT type="text/javascript" language="Javascript"> <!-- function masc() { var inst1 = document.uitslagen1.tijdschaal.options[document.uitslagen1.tijdschaal.selectedIndex].value; var inst3 = document.uitslagen1.afrondschaal.options[document.uitslagen1.afrondschaal.selectedIndex].value; var a = document.uitslagen1.thuisclub.options[document.uitslagen1.thuisclub.selectedIndex].value; var b = document.uitslagen1.uitclub.options[document.uitslagen1.uitclub.selectedIndex].value; var handicap1 = document.uitslagen1.handicap.options[document.uitslagen1.handicap.selectedIndex].value; handicap2 = handicap1; handicap1 = eval(handicap1); if (a == "Real Madrid") thuisarray = rmad; if (a == "Real Betis") thuisarray = Beti; if (a == "Valencia") thuisarray = vale; if (a == "Real Mallorca") thuisarray = rmal; if (a == "FC Barcelona") thuisarray = barc; if (a == "Getafe") thuisarray = geta; if (a == "Malaga") thuisarray = Mala; if (a == "Villareal") thuisarray = villa; if (a == "Rayo Vallecano") thuisarray = Rayo; if (a == "Espanyol") thuisarray = espa; if (a == "Athletic Club") thuisarray = aclub; if (a == "Granada") thuisarray = Grana; if (a == "Gijon") thuisarray = Gijo; if (a == "Racing Santander") thuisarray = sant; if (a == "Athletico Madrid") thuisarray = amad; if (a == "Zaragoza") thuisarray = zara; if (a == "Sociedad") thuisarray = Soci; if (a == "Osasuna") thuisarray = osas; if (a == "Levante") thuisarray = Leva; if (a == "Sevilla") thuisarray = sevi; if (b == "Real Madrid") uitarray = rmad; if (b == "Real Betis") uitarray = Beti; if (b == "Valencia") uitarray = vale; if (b == "Real Mallorca") uitarray = rmal; if (b == "FC Barcelona") uitarray = barc; if (b == "Getafe") uitarray = geta; if (b == "Malaga") uitarray = Mala; if (b == "Villareal") uitarray = villa; if (b == "Rayo Vallecano") uitarray = Rayo; if (b == "Espanyol") uitarray = espa; if (b == "Athletic Club") uitarray = aclub; if (b == "Granada") uitarray = Grana; if (b == "Gijon") uitarray = Gijo; if (b == "Racing Santander") uitarray = sant; if (b == "Athletico Madrid") uitarray = amad; if (b == "Zaragoza") uitarray = zara; if (b == "Sociedad") uitarray = Soci; if (b == "Osasuna") uitarray = osas; if (b == "Levante") uitarray = Leva; if (b == "Sevilla") uitarray = sevi; var Club1DPV = thuisarray[1] / thuisarray[0]; var Club1DPT = thuisarray[2] / thuisarray[0]; var Club2DPV = uitarray[1] / uitarray[0]; var Club2DPT = uitarray[2] / uitarray[0]; var Club1punten = ((thuisarray[3]*3) + (thuisarray[5])); var Club2punten = ((uitarray[3]*3) + (uitarray[5])); var Club1gesp = ( (thuisarray[3]) + (thuisarray[5]) + (thuisarray[4]) ); var Club2gesp = ( (uitarray[3]) + (uitarray[5]) + (uitarray[4]) ); Thuis1voor = thuisarray[2]; Thuis1tegen = thuisarray[3]; uit1voor = uitarray[2]; uit1tegen = uitarray[3]; Thuis1voor = thuisarray[1]; Thuis1tegen = thuisarray[2]; uit1voor = uitarray[1]; uit1tegen = uitarray[2]; var force1 = 0; var force2 = 0; bestevoorhoede = (' Both '); besteachterhoede = (' Both '); if (Thuis1voor > uit1voor) { bestevoorhoede = a; force1 = (Thuis1voor - uit1voor); } if (Thuis1voor < uit1voor) { bestevoorhoede = b; force1 = (uit1voor - Thuis1voor); } if (Thuis1tegen > uit1tegen) { besteachterhoede = b; force2 = (Thuis1tegen - uit1tegen); } if (Thuis1tegen < uit1tegen) { besteachterhoede = a; force2 = (uit1tegen - Thuis1tegen); } var VOORwin = b; var scoreA = (uit1voor - Thuis1voor); if (Thuis1voor >= uit1voor) { scoreA = (Thuis1voor - uit1voor); VOORwin = a; } var TEGENwin = a; var scoreB = (uit1tegen - Thuis1tegen); if (Thuis1tegen >= uit1tegen) { scoreB = (Thuis1tegen - uit1tegen); TEGENwin = b; } var objecto = " defece "; if (scoreA >= scoreB) objecto = " attack "; var lijn = '_______________________________________________ '; var lijnio = '_____________________________________________ '; var lijntje = '_________________________________ '; var thuistrend = Math. round(thuisarray[6] *10); var uittrend = Math.round(uitarray[6] *10); var thuistrend1 = Math.round(thuisarray[7] *10); var uittrend1 = Math.round(uitarray[7] *10); var thuistrend2 = Math.round(thuisarray[8] *10); var uittrend2 = Math.round(uitarray[8] *10); var thuisexpect = ((thuistrend*2) + thuistrend1)/3; var uitexpect = ((uittrend*2) + uittrend1)/3; var copyrights = "© Copyrights 2006 TotoMaster."; <!-- trenderos --> // var C1tr = thuisarray[6]; // var C2tr = uitarray[6] ; var C1tr = thuistrend; var C2tr = uittrend; if ( C1tr >= C2tr) { Cwtr = a; gTr = (C1tr - C2tr); } if ( C2tr > C1tr) { Cwtr = b; gTr = (C2tr - C1tr); } beter = ' '; if (gTr <= 5) beter = ' a bit '; if ((gTr > 5) && (gTr <= 20)) beter = ' a little '; if ((gTr > 20) && (gTr <= 40)) beter = ' much '; if ((gTr > 40) && (gTr <= 60)) beter = ' very much '; if (gTr > 60) beter = ' a lot '; var thuis1 = 0; var thuis2 = 0; var thuis3 = 0; if (thuisarray[6] > 0) thuis1 =1; if (thuisarray[7] > 0) thuis2 =1; if (thuisarray[8] > 0) thuis3 =1; thuis = (thuis1+thuis2+thuis3); var uit1 = 0; var uit2 = 0; var uit3 = 0; if (uitarray[6] > 0) uit1 =1; if (uitarray[7] > 0) uit2 =1; if (uitarray[8] > 0) uit3 =1; uit = (uit1+uit2+uit3); Trpro = Math.round((gTr*100)); var Club1SCORE = ((Club1DPV + Club2DPT) /2); var Club2SCORE = ((Club2DPV + Club1DPT) / 2); var a1 = Club1SCORE; var b1 = Club2SCORE; var Club1SC = 0; var Club2SC = 0; var versch = 0; var Gr = '?'; var Kl = '?'; var Aktief = 'Geen.'; Club1SCORE = (Club1SCORE + ((thuisarray[6] / 75) * inst1)); Club2SCORE = (Club2SCORE + ((uitarray[6] / 75) * inst1)); b1 = Club1SCORE; b2 = Club2SCORE; return1 = Club2SCORE; return2 = Club1SCORE; if (a != b) Club1SCORE = Club1SCORE + 0.23; <!-- thuisvoord 1. check for returnscore --> if (Club1SCORE >= Club2SCORE) { Club1SCORE = (Club1SCORE+ 0.25); // foe opo a CH poeroe if no boeng * * * * * * * ***** versch = Club1SCORE - Club2SCORE; Gr = a; Kl = b; } if (Club2SCORE > Club1SCORE) { Club2SCORE = (Club2SCORE+ 0.25); // foe opo a CH poeroe if no boeng * * * * * * * ***** versch = Club2SCORE - Club1SCORE; Gr = b; Kl = a; } if ((versch > 1.04) && (Gr == a)) Club1SCORE = Club1SCORE+0.84; else if ((versch > 0.84) && (Gr == a)) Club1SCORE = Club1SCORE+0.54; if ((versch > 1.04) && (Gr == b)) Club2SCORE = Club2SCORE+0.84; else if ((versch > 0.84) && (Gr == b)) Club2SCORE = Club2SCORE+0.54; var c1 = Club1SCORE; // met 0.64 bin de 1.44 var c2 = Club2SCORE; return1 = Club2SCORE; return2 = Club1SCORE; if ((versch >= inst3) && (Gr == a) && (Math.round(Club1SCORE) == Math.round(Club2SCORE))) { Club1SCORE = Club1SCORE+0.51; Aktief = "Club1 voordeel"; } if ((versch >= inst3) && (Gr == b) && (Math.round(Club1SCORE) == Math.round(Club2SCORE))) { Club2SCORE = Club2SCORE +0.51; Aktief = "Club2 voordeel"; } var a4 = Club1SCORE; var b4 = Club2SCORE; if (Club1SCORE >= Club2SCORE) <!-- nieuw verschil, na extras TRUBU --> { versch = Club1SCORE - Club2SCORE; Gr = a; Kl = b; } if (Club2SCORE > Club1SCORE) { versch = Club2SCORE - Club1SCORE; Gr = b; Kl = a; } if (a == b ) alert("Choose different home and away team !"); H1 = '0'; H2 = '0'; if (handicap1 < 10) { Club1SCOR = (Club1SCORE + handicap1); H1 = handicap1; } if (handicap1 >= 10) { Club2SCOR = (Club2SCORE + handicap1 - 10); H2 = handicap1 - 10; } if (handicap1 >= 10) handicap1 = handicap1 - 10; <!-- Club1SCOR = Club1SCORE; --> <!-- Club2SCOR = Club2SCORE; --> text = 'These odds are as aspected !'; if ((Club1SCORE>Club2SCORE) && (H1 > H2)) {text = 'These odds are not bad !';} if ((Club2SCORE>Club1SCORE) && (H2 > H1)) {text = 'These odds are not bad !';} if (handicap1 < 10) Club1SCOR = (Club1SCORE + handicap1); if (handicap1 >= 10) Club2SCOR = (Club2SCORE + handicap1 - 10); if (handicap1 >= 10) handicap1 = handicap1 - 10; <!-- HIEROOOOOOOOOOOOOOOOOOOOOOO org:1.55-- nu: 1.45 naar 0> ahsc1 = (Club1SCORE + (H1 )); ahsc2 = (Club2SCORE + (H2 )); if (ahsc1 >= (ahsc2)) { win = a; los = b; ahversh = (ahsc1-ahsc2); } if ((ahsc2 ) > (ahsc1)) { win = b; los = a; ahversh = (ahsc2-ahsc1); } <!-- hier bezig --> if (thuisarray[8] > uitarray[8]) { week3club = a; tegenst3 = b; week3perc =round((thuisarray[8] - uitarray[8]) *10); } if (thuisarray[8] < uitarray[8]) { week3club = b; tegenst3 = a; week3perc =round((uitarray[8] - thuisarray[8]) *10); } if (thuisarray[7] > uitarray[7]) { week2club = a; tegenst2 = b; week2perc =round((thuisarray[7] - uitarray[7]) *10); } if (thuisarray[7] < uitarray[7]) { week2club = b; tegenst2 = a; week2perc =round((uitarray[7] - thuisarray[7]) *10); } if (thuisarray[6] > uitarray[6]) { week1club = a; tegenst1 = b; week1perc =round((thuisarray[6] - uitarray[6]) *10); } if (thuisarray[6] < uitarray[6]) { week1club = b; tegenst1 = a; week1perc =round((uitarray[6] - thuisarray[6]) *10); } // Com. tapu expectation: var Expect = 'Not'; if ((week1club = a) && (thuistrend == uittrend)) Expect = ('We expect the same performance: '+ win+ ' '+ (thuistrend)+ '%') ; if ((week1club = a) && (thuistrend > uittrend)) Expect = ('We expect a lower performance: '+ win+ ' ' +(thuistrend - thuisexpect)+ '%') ; if ((week1club = a) && (thuistrend < uittrend)) Expect = ('We expect a higher performance: '+ win+ ' '+ ( uittrend - thuistrend )+ '%') ; if ((week1club = b) && (thuistrend == uittrend)) Expect = ('We expect the same performance: '+ win+ ' '+ (uittrend)+ '%') ; if ((week1club = b) && (thuistrend > uittrend)) Expect = ('We expect a lower performance: '+ win+ ' ' +(uittrend - thuistrend)+ '%') ; if ((week1club = b) && (thuistrend < uittrend)) Expect = ('We expect a higer performance: '+ win+ ' '+ ( uittrend - thuistrend )+ '%') ; if ((Club1SCOR < Club2SCORE) && ( H1==H2 )) win = b; if ((Club1SCOR >= Club2SCORE) && ( H1==H2)) win = a; if (ahsc1 > ahsc2) conf = (ahsc1 - ahsc1); if (ahsc1 < ahsc1) conf = (ahsc2 - ahsc1); if (ahsc1 == ahsc2) conf = 0.01; if (versch <= inst3) Club1SCORE = Club2SCORE; if (versch >2) versch = (2+((versch-2)/10)) ; <!-- 1 jan. formule nieuw, eerst checken --> var Gel = 36-(versch*5.987); <!-- 36 --> var R = 100-Gel; var Cl1= Club1SCORE*(R/(Club1SCORE+Club2SCORE)); var Cl2= Club2SCORE*(R/(Club1SCORE+Club2SCORE)); Gel = Math.round(Gel); Cl1 = Math.ceil(Cl1); Cl2 = (100-Gel-Cl1); win = '.'; if (ahsc1 >= ahsc2 ) {win = a;} else if (ahsc1 < ahsc2 ) { win = b;} else { win = 'None or ' + a + '.';} if (win == a) (lose = b); if (win == b) (lose = a); if (ahsc1 > ahsc2) conf = (ahsc1 - ahsc2); if (ahsc1 < ahsc2) conf = (ahsc2 - ahsc1); if (ahsc1 == ahsc2) conf = 0.01; conf = conf*70; conf = Math.round(conf); confie = '.'; if (conf > 50) confie = 'High'; if (conf > 60) confie = 'Very high'; if (conf < 30) confie = 'Low'; if ((conf >= 30) && (conf <= 50)) confie = 'Medium'; Homeodds = 70/Cl1; Drawodds = 70/Gel; Awayodds=70/Cl2; <!-- over-under correctie --> if (((Club1SCORE > 1.25) && (Club1SCORE < 1.99)) && ((Club2SCORE > 1.25) && (Club2SCORE < 1.99))) { Club1SCORE = Club1SCORE-1; Club2SCORE = Club2SCORE-1; } if (Club1SCORE < 0) Club1SCORE = 0; if (Club2SCORE < 0) Club2SCORE = 0; if (Club1SCORE >= Club2SCORE) <!-- nieuw verschil, na extras --> { versch = Club1SCORE - Club2SCORE; Gr = a; Kl = b; } if (Club2SCORE > Club1SCORE) { versch = Club2SCORE - Club1SCORE; Gr = b; Kl = a; } canhave = 0; <!-- loopt met ah mee, test --> if (versch > 2) {canhave = 2.25;} if((versch < 2) && (versch >= 1.75)) {canhave = 2.00;} if ((versch < 1.75) && (versch >= 1.50)) {canhave = 1.75;} if ((versch < 1.50) && (versch >= 1.25)) {canhave = 1.50;} if ((versch < 1.25) && (versch >= 1.00)) {canhave = 1.25;} if ((versch < 1.00) && (versch >= 0.75)) {canhave = 1.00;} if ((versch < 0.75) && (versch >= 0.50)) {canhave = 0.75;} if ((versch < 0.50) && (versch >= 0.25)) {canhave = 0.50;} if ((versch < 0.25) && (versch >= 0.00)) {canhave = 0.25;} var canhave1 = '0'; if (ahversh >= 2) {canhave1 = '2¼';} if((ahversh < 2) && (versch >= 1.75)) {canhave1 = '2';} if ((ahversh <= 1.75) && (ahversh > 1.50)) {canhave1 = '1¾';} if ((ahversh <= 1.50) && (ahversh > 1.25)) {canhave1 = '1½';} if ((ahversh <= 1.25) && (ahversh > 1.00)) {canhave1 = '1¼';} if ((ahversh <= 1.00) && (ahversh > 0.75)) {canhave1 = '1';} if ((ahversh <= 0.75) && (ahversh > 0.50)) {canhave1 = '¾';} if ((ahversh <= 0.50) && (ahversh > 0.25)) {canhave1 = '½';} if ((ahversh <= 0.25) && (ahversh > 0.00)) {canhave1 = '¼';} if (VOORwin == a) CHstring = ('0 : ' + canhave1); if (VOORwin == b) CHstring = (canhave1 + ' : 0'); OU = (Club1SCORE + Club2SCORE - 0.15); var oddeven = 'No bet.'; if ((OU>=0) && (OU <=0.40)) oddeven = 'EVEN'; if ((OU>0.60) && (OU <=1.40)) oddeven = 'ODD'; if ((OU>=1.6) && (OU <=2.40)) oddeven = 'EVEN'; if ((OU>=2.6) && (OU <=3.40)) oddeven = 'ODD'; if ((OU>=3.6) && (OU <=4.40)) oddeven = 'EVEN'; if ((OU>=4.6) && (OU <=5.40)) oddeven = 'ODD'; if ((OU>=5.6) && (OU <=6.40)) oddeven = 'EVEN'; if ((OU>=6.6) && (OU <=7.40)) oddeven = 'ODD'; if ((OU>=7.6) && (OU <=8.40)) oddeven = 'EVEN'; if ((OU>=8.6) && (OU <=9.40)) oddeven = 'ODD'; if ((OU>=9.6) && (OU <=10.40)) oddeven = 'EVEN'; if ((OU>=10.6) && (OU <=11.40)) oddeven = 'ODD'; if (Club1SCORE + Club2SCORE > 2.5) overunder = ' OVER '; if (Club1SCORE + Club2SCORE <= 2.5) overunder = ' UNDER '; var OUadv = " "; if ((OU > 2.15) && (OU < 2.85)) { OUadv = "!" } if (Club1SCORE >= Club2SCORE) AHstring = " 0 : "+ canhave ; if (Club1SCORE < Club2SCORE) AHstring = canhave + " : 0 "; if (win == b) AHstring1 = canhave1 + " : 0 "; if (win == a) AHstring1 = " 0 : "+ canhave1 ; if (thuisarray[6] > thuisarray[7]) thuisgoing = ' (upwards)'; if (thuisarray[6] < thuisarray[7]) thuisgoing = ' (downwards)'; if ((thuisarray[6] > (thuisarray[7] - 0.40)) && (thuisarray[6] < (thuisarray[6] + 0.40))) thuisgoing = ' (steady) '; if (uitarray[6] > uitarray[7]) uitgoing = ' (up) '; if (uitarray[6] < uitarray[7]) uitgoing = ' (down) '; if ((uitarray[6] > (uitarray[7] - 0.40)) && (uitarray[6] < (uitarray[7] + 0.40))) uitgoing = ' (steady) '; var ouPerc = round( OU / 0.25 ); texus = "No bet"; if ((Gr == b) && (H2 > 0)) { texus ="Bookie's mistake, Take this bet !";} aanhef = "But "; if (Cwtr == win) aanhef = "And "; value1 = (101 / Cl1 ); value2 = (101 / Cl2 ); value3 = (101 / Gel ); var gem = 0; var agem = ( thuistrend+thuistrend1+thuistrend2); var bgem = ( uittrend+uittrend1+uittrend2); if ((agem>bgem) && (Cwtr==a)) { gem = Math.round(agem); gemtext = 'They have a higher average in last 3 matches: '+ Math.round((agem-bgem)/3) + ' %' ; } if ((agem<bgem) && (Cwtr==a)) { gem = Math.round(agem); gemtext = 'They have a lower average in last 3 matches: - '+ Math.round((bgem-agem)/3) + ' %' ; } if ((agem<bgem) && (Cwtr==b)) { gem = Math.round(bgem); gemtext = 'They have a higher average in last 3 matches: '+ Math.round((bgem-agem)/3) + ' %'; } if ((agem>bgem) && (Cwtr==b)) { gem = Math.round(bgem); gemtext = 'They have a lower average in last 3 matches: - '+ Math.round((agem-bgem)/3) + ' %'; } return1 = Club2SCORE+0.23; return2 = Club1SCORE-0.23; var Cwtrlang = Cwtr.substring(0,9); var korta =a; var kortb =b; var langa = a; var langb = b; langa = langa.substring(0,9); langb = langb.substring(0,9); langa = (langa + '~'); langb = (langb + '~'); korta = korta.substring(0,5); kortb = kortb.substring(0,5); korta = (korta + '~'); kortb = (kortb + '~'); if (Cwtr==a) texto = b; if (Cwtr==b) texto = a; win = win.toUpperCase(); alert('SPANISH LA LIGA, MATCH PREDICTION REPORT: ' +'\n'+ lijn +'\n'+'\n'+ a+ ' - ' + b + ' : '+Math.round(Club1SCORE)+' - '+Math.round(Club2SCORE) +'\n'+ ' '+'\n'+ 'Probabilities for Home - Draw - Away '+ ': '+ Cl1+'% - '+Gel+'% - '+Cl2+'% .'+'\n'+ '\n'+ 'Asian Handicap Advice: '+'With an asian handicap of: ' + H1 + ' : '+H2 + '\n'+ 'PICK : '+ win +'\n'+'\n'+ <!-- 'last 3 matches: '+ texto + ' matches over normal.'+'\n'+ --> aanhef+ Cwtr + ' was ' + beter + ' better in their last match' +'\n'+ '( '+ week1perc + ' % higher than ' + texto + ' ).' + '\n' + gemtext+'\n'+'\n'+ 'Critical handicap: ' + canhave + '. Real Odds: ' + round(90/Cl1) + ' - '+round(90/Gel) + ' - '+round(90/Cl2) + '.' +'\n'+'\n'+ 'Confidence: '+ confie + '.'+ '\n'+'\n'+ 'Valuebets for ' +'\n'+ a+': odds higher than '+ round(value1) +'\n'+ <!-- 'Draw : odds higher than '+ round(value3) + '\n'+ --> b+': odds higher than '+round( value2) +'\n'+'\n'+ 'Over/Under: '+overunder+ '('+round(OU) + ') '+ '. ' + OUadv + ' Odd/even : '+oddeven+ '.' + '\n'+ lijnio +'\n'+ 'Team-Performance in last 3 matches, and expectation :' +'\n'+ lijnio +'\n'+ 'Team \t Last : \t 2 ago : \t 3 ago : \t expect: : \n' +'\n' + korta + '\t' +' '+ round(thuistrend + 100)+' %'+ '\t ' +' '+round (thuistrend1 + 100)+' %' +'\t' + round (thuistrend2 + 100)+' %' +'\t' + ' '+Math.round(thuisexpect + 100)+' %' +' \t' +' '+'\n'+ kortb + '\t' + ' '+ round(uittrend + 100)+' %'+ '\t ' +' '+ round(uittrend1+100)+' %'+'\t'+ round(uittrend2 +100)+' %' +'\t' + ' '+Math.round(uitexpect + 100)+' %' +' \t' +'\n'+ lijnio +'\n'+'\n'+ <!--'3 weeks ago: '+ week3club + ' was ' + week3perc + ' % better then '+ tegenst3 +'\n'+ --> <!-- '2 weeks ago: '+ week2club + ' was ' + week2perc + ' % better then '+ tegenst2 +'\n'+ --> <!-- '1 week ago: '+ week1club + ' was ' + week1perc + ' % better then '+ tegenst3 +'\n'+'\n'+ --> 'Team-Standings in the Premier League:' +'\n'+ lijn +'\n'+ 'Team \t Pld \t Won \t Draw \t Lose \t Pts \n' +'\n' + korta + ' \t' +' '+ Club1gesp+ ' \t ' +' '+ thuisarray[3] +' \t'+ ' '+ thuisarray[5] +' \t' +' '+ thuisarray[4] +'\t' +' '+ Club1punten +'\t'+'\n'+ kortb + ' \t' + ' '+ Club2gesp+ ' \t ' +' '+ uitarray[3] +' \t'+ ' '+ uitarray[5] +' \t' + ' '+uitarray[4]+ ' \t' +' '+ Club2punten + '\t' +'\n'+ lijn +'\n'+ 'Last modified: ' + DateModif() + '.' ); return true; } var plaatteller = 1 var reeksplaatjes = new Array() for(i = 1; i < 8; i++) { reeksplaatjes[i] = new Image() reeksplaatjes[i].src = "af" + i + ".gif" } function animeren() { document.film.src = reeksplaatjes[plaatteller].src plaatteller = plaatteller + 1 if(plaatteller > 7) { plaatteller = 1 } } </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=720,height=330,left = 5,top = 5');"); } // End --> </script> <!!!!!!!!!!--LATEST TEAM FORM AFGERONDE HOEKEN een t/m vijf --> <style type="text/css"> #een {width:16em; height:24px; margin:0 auto; background-image: url(redwavebackgr.gif); color:khaki; text-align:center; font:11pt Verdana} <!-- Latest team Form --> #twee {width:16em; margin:0 auto; background-image: url(redwavebackgr.gif); color:khaki; text-align:center; font:11pt Verdana} <!-- Team %Win Ptns --> #drie {width:32percent; height:15px; margin:0 auto; background-image: url(redwavebackgr.gif); color:white; text-align:center; font:8pt Verdana} <!-- FREE PREDICTIONS FOR ALL MATCHES --> #vier {width:32percent; height:15px; margin:0 auto; background-image: url(redwavebackgr.gif); color:beige; text-align:center; font:8pt Verdana} <!-- 1 - 2 - 3 - EASY TO USE --> #vijf {width:32percent; height:15px; margin:0 auto; background-image: url(redwavebackgr.gif); color:beige; text-align:center; font:8pt Verdana} <!-- YOUR OWN SETTINGS --> </style> <script type="text/javascript" src="rondehoeken.js"></script> <script type="text/javascript"> window.onload=function(){ Afgerond("#een","lb|rb");Afgerond("#twee","lb|rb");Afgerond("#drie","lb|rb");Afgerond("#vier","lb|rb");Afgerond("#vijf","lb|rb"); <!-- bep. welke hoeken rond --> } </script> </head> <BODY bgColor=beige link="black" alink="330000" vlink="660000"> <table border="0" width="100%"> <tr> <td width="41%"> <img src="spa.gif" width=260 height=40> <marquee Scrolldelay =1 Scrollamount=2> <font color=000000 size=3 face=arial><B> <font color=000000> <font color=660000> </marquee> </td> <td width="61%"> <div align="right"> <img src= "totomaster13.gif" border="0"> </td> </tr> </table> <TABLE cellSpacing=2 width="100%" border=0> <TBODY> <TD><div id="drie"> <CENTER><FONT id=blink><B> FREE PREDICTIONS: </CENTER></FONT> </B></FONT></TD></div> <TD><div id="vier"><CENTER><B> EASY TO USE LIKE: 1-2-3 </CENTER></div></TD> <TD><div id="vijf"><CENTER><B> YOUR OWN SETTINGS </CENTER></div></TD> <TR> <TD width="32%" background = "gradient30.jpg""> <FONT face=verdana color=black size=1><B>Included: <FONT face=verdana color=black size=1><B>Score-prediction, HDA percentage probabilities, Asian handicap advice, Value bets, Over/Under, <FONT color=gray> and easy analyzing tools. </B></FONT></FONT></B></FONT></TD> <TD width="32%" background = "gradient30.jpg"><FONT face=verdana color=black size=1><B>Prediction in 3 clicks. <FONT color=black> 1: click on your Home-team, 2: on your Away-team and 3: on the predict-button. <FONT color=gray>For AH advice: also add the AH for the match on <FONT color=#eee8aa><B><SPAN style="BACKGROUND-COLOR: black">Handicap</SPAN> <FONT color=#990000><B>.</FONT></B></B></FONT></FONT></FONT></FONT></B></FONT></TD> <TD width="32%" background = "gradient30.jpg"><FONT face=verdana color=black size=1><B>the main key to succes: <FONT face=verdana color=black size=1><B>If you are familiar to this program, you may choose your own settings, even if our 's are very good too. </FONT></B></FONT></B></FONT></TD></B></FONT></TD></TR></COLOR></TBODY></TABLE> <!-- ERE DIVISIE --> <table border="0" cellspacing="4" cellpadding="6" width="100%"> <tr> <td width="32%" valign="top" bgcolor="black"> <font face="verdana" size="1" color = "red"><B><CENTER> <form method = "get" name="uitslagen1"> <select name= "thuisclub" size="5" multiple> <option selected value= "Athletic Club"> Athletic Club</option> <option value= "Athletico Madrid"> Athletico Madrid </option> <option value= "FC Barcelona"> Barcelona </option> <option value= "Real Betis"> Real Betis </option> <option value= "Espanyol"> Espanyol </option> <option value= "Getafe"> Getafe </option> <option value= "Gijon"> Gijon</option> <option value= "Granada"> Granada </option> <option value= "Levante"> Levante </option> <option value= "Malaga"> Malaga </option> <option value= "Rayo Vallecano">Rayo Vallecano </option> <option value= "Real Mallorca" > Mallorca </option> <option value= "Osasuna"> Osasuna </option> <option value= "Real Madrid"> Real Madrid </option> <option value= "Racing Santander"> Santander </option> <option value= "Sevilla"> Sevilla </option> <option value= "Sociedad"> Sociedad </option> <option value= "Valencia"> Valencia </option> <option value= "Villareal"> Villarreal </option> <option value= "Zaragoza"> Zaragoza </option> </select><BR><font color="#EEE8AA"> 1: choose homeclub </td> <td width="31%" valign="top" bgcolor="black"><B> <font face="verdana" size="1" color = "#ffcc33"><CENTER> <select name= "uitclub" size="5" multiple> <option selected value= "Athletic Club"> Athletic Club </option> <option value= "Athletico Madrid"> Athletico Madrid </option> <option value= "FC Barcelona"> Barcelona </option> <option value= "Real Betis"> Real Betis </option> <option value= "Espanyol"> Espanyol </option> <option value= "Getafe"> Getafe </option> <option value= "Gijon"> Gijon</option> <option value= "Granada"> Granada </option> <option value= "Levante"> Levante </option> <option value= "Malaga"> Malaga </option> <option value= "Rayo Vallecano">Rayo Vallecano </option> <option value= "Real Mallorca" > Mallorca </option> <option value= "Osasuna"> Osasuna </option> <option value= "Real Madrid"> Real Madrid </option> <option value= "Racing Santander"> Santander </option> <option value= "Sevilla"> Sevilla </option> <option value= "Sociedad"> Sociedad </option> <option value= "Valencia"> Valencia </option> <option value= "Villareal"> Villarreal </option> <option value= "Zaragoza"> Zaragoza </option> </select><BR><font color="#EEE8AA"> 2: choose guestclub </td> <td width="33%" bgcolor="black" valign="top"> <font face="verdana" size="1" color="#EEE8AA"><B><center> SPAIN 2011-2012<BR> Primera division <BR> <img src="blackye.gif" width="8" height="8" vspace="4"><br> <input type="submit" value="predict !" style="background-color:white" title="press for your prediction" onclick="masc()"> </align> <CENTER> <P> 3: Press the button </td></center> </tr> </table> <TABLE width="100%" border=0> <TD width="100%" bgColor=#000000><FONT face=verdana color=#999933 size=2><B> <CENTER>You may also choose your own settings: </TD></TBODY> </TABLE> <TABLE cellSpacing=4 cellPadding=6 width="100%" border=0> <TBODY> <TD vAlign=top width="22%" bgColor=#000000><FONT face=verdana color=red size=1 border=2 bordercolor=red><B> <CENTER><SELECT multiple size=4 name=tijdschaal> <option value= "2"> 2% <option value= "4"> 4% <option value= "6"> 6% <option selected value= "8"> 8% <option value= "10">10% <option value= "12"> 12% <option value= "14"> 14% <option value= "16"> 16% <option value= "18"> 18% <option value= "20"> 20% <option value="22"> 22% <option value= "24"> 24% <option value= "26"> 26% <option value= "28"> 28% <option value= "30"> 30% <option value= "32"> 32% <option value= "34"> 34% <option value= "36"> 36% <option value= "38"> 38% <option value= "40"> 40% <option value= "42"> 42% <option value= "44"> 44% <option value= "46"> 46% <option value= "48"> 48% <option value= "50"> 50% <option value= "52"> 52% <option value= "54"> 54% <option value= "56"> 56% <option value= "58"> 58% <option value= "60"> 60% <option value= "62"> 62% <option value= "64"> 64% <option value= "66"> 66% <option value= "68"> 68% <option value= "70"> 70% <option value= "72"> 72% <option value= "74"> 74% <option value= "76"> 76% <option value= "78"> 78% <option value= "80"> 80% <option value= "82"> 82% <option value= "84"> 84% <option value= "86"> 86% <option value= "88"> 88% <option value= "90"> 90% <option value= "92"> 92% <option value= "94"> 94% <option value= "96"> 96% <option value= "98"> 98% <option value= "100"> 100% </select><BR><font color="#EEE8AA"><B>Current Form </td> <td width="21%" valign="top" bgcolor="#000000"><B> <font face="verdana" size="1" color = "red"> <CENTER> <select name= "handicap" size="4" multiple> <option selected value= "0.00"> 0 : 0 <OPTION value=10.25>0 : ¼ <OPTION value=10.50>0 : ½ <OPTION value=10.75>0 : ¾ <OPTION value=11.00>0 : 1 <OPTION value=11.25>0 : 1¼ <OPTION value=11.50>0 : 1½ <OPTION value=11.75>0 : 1¾ <OPTION value=12.00>0 : 2 <OPTION value=0.25>¼ : 0 <OPTION value=0.50>½ : 0 <OPTION value=0.75>¾ : 0 <OPTION value=1.00>1 : 0 <OPTION value=1.25>1¼ : 0 <OPTION value=1.50>1½ : 0 <OPTION value=1.75>1¾ : 0 <OPTION value=2.00>2 : 0 </option> </select><BR><font color="#EEE8AA"><B> Handicap </td> <td width="21%" valign="top" bgcolor="#000000"><B> <font face="verdana" size="1" color = "red"> <CENTER> <select name= "afrondschaal" size="4" multiple> <option value= "0.02"> 0.02 <option value= "0.04"> 0.04 <option value= "0.06"> 0.06 <option value= "0.08"> 0.08 <option value= "0.10"> 0.10 <option value= "0.12"> 0.12 <option value= "0.14"> 0.14 <option value= "0.16"> 0.16 <option value= "0.18"> 0.18 <option value= "0.20"> 0.20 <option value= "0.22"> 0.22 <option value= "0.24"> 0.24 <option value= "0.26"> 0.26 <option selected value= "0.28"> 0.28 <option value= "0.30"> 0.30 <option value= "0.32"> 0.32 <option value= "0.34"> 0.34 <option value= "0.36"> 0.36 <option value= "0.38"> 0.38 <option value= "0.40"> 0.40 <option value= "0.42"> 0.42 <option value= "0.44"> 0.44 <option value= "0.46"> 0.46 <option value= "0.48"> 0.48 <option value= "0.50"> 0.50 <option value= "0.52"> 0.52 <option value= "0.54"> 0.54 <option value= "0.56"> 0.56 <option value= "0.58"> 0.58 <option value= "0.60"> 0.60 <option value= "0.62"> 0.62 <option value= "0.64"> 0.64 <option value= "0.66"> 0.66 <option value= "0.68"> 0.68 <option value= "0.70"> 0.70 <option value= "0.72"> 0.72 <option value= "0.74"> 0.74 <option value= "0.76"> 0.76 <option value= "0.78"> 0.78 <option value= "0.80"> 0.80 <option value= "0.82"> 0.82 <option value= "0.84"> 0.84 <option value= "0.86"> 0.86 <option value= "0.88"> 0.88 <option value= "0.90"> 0.90 <option value= "0.92"> 0.92 <option value= "0.94"> 0.94 <option value= "0.96"> 0.96 <option value= "0.98"> 0.98 <option value= "1.00"> 1.00</option> </select><BR><font color="#EEE8AA"><B> Round off </td> <TD width="34%" bgColor=#000000> <FONT face=arial color=#EEE8AA size=1><B> <center> <img src="f1.gif" width=200><br> Independent Soccer <br> Prediction Site.<BR> <font color= #999933 face=verdana> Powered by TotoMaster's Totologic <br> <A HREF = "terms.html"> <font color = EEE8AA face=arial> All rights 2001 <font size=3 color=red> &#169 <font size=1 color= EEE8AA> 2010 reserved </A> </center> </TD> <BR><p> </form> </align></center> </td> </form> </tr> </table></div> <table width= "100%" cellspacing="3" cellpadding= "5"> <tr> <td width="21%" background="gradient03.jpg" valign="top"> <font face="verdana" size="1" color = "black"><B> Here you can decide proportionally how much to include the actual trends of both the teams. </td> <td width="21%" background="gradient03.jpg" valign="top"> <font face="verdana" size="1" color = "black"><B> Add the right Asian Handicap for the match to get a good advice. <A href="javascript:popUp2('activeodds.html')"> <FONT face=verdana color=990000 size=1>See the odds here</A> </td> <td width="21%" background="gradient03.jpg" valign="top"> <font face="verdana" size="1" color = "black"><B> This is to decide what difference between the scores should lead to a draw or win/loose. </td> <td width="33%" valign="top" background="gradient03.jpg"> <font face="verdana" size="1" color = "black"><B> Our settings are always optimal. Still the ball is round, which allows human judgement to improve the predictions. </td> </tr> </table> </center> </td> </TABLE> <table width= "100%" cellspacing="1" cellpadding= "4"> <TR> <td width= "66%" > <table width= "450" height=40 border=0 bordercolor=990000> <TD WIDTH= "30%" border=2 bordercolor= black> <font color = black size =4 face = "impact"> <img src = "blackbl.gif" height = 14> BEST TOPSITES : <!-- BEGIN Top 200 BEST Sites CODE --> <a href="http://topsites.limso.net/" target = TWEE><img src="http://topsites.limso.net/button.php?u=henk" alt="Limso Topsites" border="0" width="128" height="38"/></a> <!-- END Top 200 BEST Sites CODE --> </td> <td width="40%" ><center> <SCRIPT LANGUAGE="JavaScript">var clocksize=50;</SCRIPT> <SCRIPT SRC="http://gheos.net/js/clock.js"></SCRIPT><BR> <FONT face=arial color=000000 size=3><B> <A href="http://www.megascores.com" title="MEGAscores.com !"> <FONT face=arial color=990000 size=3><B> <font color=990000><font color=990000>Live Score 1 </A> <A href="http://www.livescore.com/soccer/spain/" title="Livescore.com !"> <FONT face=arial color=990000 size=4><B> <font color=000000>2 </A> <BR> <font face=arial color=black size=1><B> <script language="JavaScript"><!-- function makeArray() { for (i = 0; i<makeArray.arguments.length; i++) this[i + 1] = makeArray.arguments[i]; } var months = new makeArray('January','February','March', 'April','May','June','July','August','September', 'October','November','December'); var date = new Date(); var day = date.getDate(); var month = date.getMonth() + 1; var yy = date.getYear(); var year = (yy < 1000) ? yy + 1900 : yy; document.write(day + " " + months[month] + " " + year); //--></script> </td> <td width="30%"><center> <TABLE border=0> <TBODY> <TR> <TD borderColor=khaki border="0"> <CENTER> <TABLE borderColor=black height=50 width=156 bgColor=beige border=0> <TBODY> <TR> <TD> <CENTER><A href="javascript:bookmark('http://www.totomaster.com','%20Soccer%20Prediction%20Machine%20');"><IMG alt="TotoMaster in your favorites?" src="click.gif" border=0 width=120> </A><BR> <font size = 2 color=000000><B></u> To add Bookmaker's <br><font color=purple><B> Most-Hated Web Site <br><font color=black> to your favorites </CENTER></FONT></B></FONT></TD></TR></TBODY></TABLE></CENTER></TD></TR></TBODY></TABLE></CENTER></TD></TR></TBODY></TABLE> <P> <! spanews --> <TABLE borderColor=#000000 border=0 width= 450> <Td width="30%"> <font color=beige face=verdana size=1><B><center> <img src= "span.png" height=26 width=30> <img src = "lfpnews.gif" height=26 width=90> </td> <td width="62%"> <center><font color=000000 face=verdana size=2><B> <script src='http://www.feedonsite.com/getfeedticker.php?feed=22831c6e4371c1cc55f8d95704523d6c'></script> </td> <td width="8%"> <img src= "span.png" height=26 width=34> </td> </table> <P> <table width= "450" height=100 border=0 bordercolor=990000 bgcolor=white> <td width= "355" > <center> <!-- BEGIN of Soccerway widget HTML fragment --> <!-- Personal code for this widget: jgstzut0fg5s0fnf --> <iframe src="http://widgets.soccerway.com/widget/free/classic/competition/7/#d=460x200&f=results,fixtures,weekdays,scroll&cbackground=f9f9f1&ctext=000000&ctitle=c4530d&cshadow=efecd1&cbutton=fcf9f9&cbuttontext=a80d0d&chighlight=FF0000&tbody_family=Tahoma,Geneva,sans-serif&tbody_size=9&tbody_weight=bold&tbody_style=normal&tbody_decoration=none&tbody_transform=none&ttitle_family=Impact,Charcoal,sans-serif&ttitle_size=13&ttitle_weight=normal&ttitle_style=normal&ttitle_decoration=none&ttitle_transform=none&ttab_family=Tahoma,Geneva,sans-serif&ttab_size=9&ttab_weight=bold&ttab_style=normal&ttab_decoration=none&ttab_transform=none" width="460" height="200" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></iframe> <!-- END of Soccerway widget HTML fragment --> </td> </td> </table> <P> <TABLE borderColor=#000000 width=468 border=0 height=180> <TBODY> <TR> <TD width=180><center> <TABLE> <TBODY> <TR> <TD > <img src="yieldcheck.gif" width=150 height=30> </TD> <TR> <TD height=160 background="bg1000.jpg" border="0" bordercolor=black> <CENTER> <FORM name=seccond> <P><FONT face=verdana color=black size=2><B><FONT face=arial size=2><B> <P>Total profit: <INPUT size=1 name=prof> <P>Total stake: <INPUT size=1 name=steeky> <P><B><BUTTON type=reset><FONT color=black size=1>reset</FONT></BUTTON> <INPUT onclick=testV(this.form) type=button value=Calculate name=button1> </FORM><FONT face=arial color=990000 size=1>© TotoMaster Easy Tools </FONT></B><P></B></FONT></B></FONT></CENTER></TD></TR></TBODY> </TABLE> </td> <td width="150"> <table background="bg1000.jpg" border=0 bordercolor=beige> <td><center> <P> <font color=990000 face= impact size=3><center> <form method="post" action="http://poll.pollcode.com/Po9w"><table border=0 width=150 cellspacing=0 cellpadding=2><tr><td colspan=2><font face="Verdana" size=-1 color="990000"><b>Coming Champion : </b></font></td></tr><tr><td width=5><input type=radio name=answer value="1"></td><td><font face="Verdana" size=-1 color="000000">Villa Real</font></td></tr><tr><td width=5><input type=radio name=answer value="2"></td><td><font face="Verdana" size=-1 color="000000">Espanyol</font></td></tr><tr><td width=5><input type=radio name=answer value="3"></td><td><font face="Verdana" size=-1 color="000000">Real Madrid</font></td></tr><tr><td width=5><input type=radio name=answer value="4"></td><td><font face="Verdana" size=-1 color="000000">Barcelona</font></td></tr><tr><td width=5><input type=radio name=answer value="5"></td><td><font face="Verdana" size=-1 color="000000">Valencia</font></td></tr><tr><td colspan=2><center><input type=submit value="Vote">&nbsp;&nbsp;<input type=submit name=view value="View"></center></td></tr><tr><td colspan=2 align=right><font face="Verdana" size=-2 color="beige">pollcode.com <a href=http://pollcode.com/><font color="beige">free polls</font></a></font></td></tr></table></form> </td> </table> </td> <TD width=168> <CENTER> <TABLE borderColor=#990000 width=160 border=0> <TBODY> <TR> <center> <TD borderColor=white> <img src="oddsanalyzer.gif" width=150 height=30> </TD> <TR><center> <TD borderColor=white background="bg1000.jpg" border="0" height=160> <CENTER> <FORM name=first> </FONT></B></FONT><BR><FONT face=verdana color=black size=1><B><FONT face=verdane color=black><B><INPUT size=1 name=tex1> HomeOdds <BR><INPUT size=1 name=tex2> DrawOdds <BR><INPUT size=1 name=tex3> AwayOdds <BR> <P><BUTTON type=reset><FONT color=black size=1>reset</FONT></BUTTON> <INPUT onclick=testx(this.form) type=button value="Show me !" name=button1> </FORM><FONT face=arial color=#990000 size=1>© Totomaster Easy Tools </FONT></B></FONT></B></FONT></CENTER></TD></TR></TBODY></TABLE> <CENTER></CENTER></CENTER></TD></TR></TBODY></TABLE> <P> <TABLE borderColor=black height=5 border=0 width=468> <TBODY> <TR> <TD height=10> <!-- BEGIN INLIVE CODE -- Inlive need of AddFreestats button code! WWW.ADDFREESTATS.com--> <SCRIPT language="javascript" src="http://www9.addfreestats.com/cgi-bin/countnow.cgi?usr=00909463&type=0"> </SCRIPT> <noscript> <a href="http://www.addfreestats.com">Web Stats</a></noscript> <!-- END inlive CODE --> </TD> <TD width=150> <CENTER> <TABLE width=145 border=0> <TBODY> <TR> <TD border="0"><center> <A href="partners.html" alt="Partners of Totomaster !"><FONT color=beige size=2 face=arial><B> <img src="partners3.gif" width=100 height=24 border=0> </A> </FONT></TD></TR></TBODY></TABLE></CENTER></TD></TR></TBODY></TABLE> <P> <TABLE borderColor=black height=130 width=468 border=0> <TBODY> <TR> <TD width="33%" > <CENTER> <TABLE borderColor=black width="100%" border=0 > <TBODY> <TR> <TD width="100%"><FONT face=arial color=660000 size=4><B> <CENTER> <TABLE borderColor=beige width="100%" border=0> <TBODY> <TR> <TD > <img src="valuecheck.gif" width=150 height=30> </TD></TR></TBODY></TABLE> <TABLE borderColor=#990000 border=0 height=160> <TBODY> <TR> <TD width="142" background="bg1000.jpg" border="0"> <CENTER> <FORM name=first> <MARQUEE scrollAmount=2 scrollDelay=8><FONT face=verdana color=#990000 size=4><B>Type your probability-percentage and press the button <FONT color=black>to see if you have a value bet. </FONT></B></FONT></MARQUEE><BR><INPUT size=1 name=text1><FONT face=VERDANA size=3><B>% <P><BUTTON type=reset><FONT color=#660000 size=1>reset</FONT></BUTTON> <INPUT onclick=test1(this.form) type=button value=" Odds " name=button1> <P><FONT size=1><SMALL></FORM> <CENTER><FONT face=arial color=#990000 size=1><SMALL>© Totomaster Easy Tools <P> </SMALL></FONT></CENTER></SMALL></FONT></B></FONT></CENTER></TD></TR></TBODY></TABLE><FONT color=#990000 size=1></FONT></CENTER></B></FONT></TD></TR></TBODY></TABLE></CENTER></TD> <TD borderColor=black width="33%" border="0" cellpadding="10"> <table border=0 bgcolor=beige width=136 > <td><center> <img src="inside.gif" width=140 height=30> </td> <TR> <td background="bg1000.jpg" height=160></center> <P> <img src = "star5.gif" height=18 width=18 hspace=10> <A href="actbut.html" title="The button: Actuality"> <font size=2 color=000000><B> Actuality </a> <br> <font size=1>Manipulation of Form and ... <br> <img src = "star5.gif" height=18 width=18 hspace=10> <A href="handibut.html" title="The button: Handicap"> <font size=2 color=000000><B> Handicap </a> <br> <font size=1> most important prediction ... <br> <img src = "star5.gif" height=18 width=18 hspace=10> <A href="roundoff.html" title="The button: Round-off"> <font size=2 color=000000><B> Round-off </a> <br> <font size=1> sharpening the prediction ... <br> <img src = "star5.gif" height=18 width=18 hspace=10> <A href= "teamtrends.html" title=" Teamtrends - table explained"> <font size=2 color=000000><B> Trends-table </A> <br> <font size=1>more accurate information <br> </td> </table> <TD width="33%" border="0"> <TABLE borderColor=beige cellPadding=5 width=150 border=0> <TBODY> <TR> <TD> <img src="winorloose.gif" width=150 height=30> </TD> <TR> <TD borderColor=white height=160 background="bg1000.jpg" border="0"> <CENTER> <FORM name=seccond> <P><FONT face=verdana color=black size=2><B><FONT face=arial color=black size=2><B> <P>MY STAKE: <INPUT size=1 name=stake> <P> <P>THE ODDS: <INPUT size=1 name=odds> <P><B><BUTTON type=reset><FONT color=#660000 size=1>reset</FONT></BUTTON> <INPUT onclick=testQ(this.form) type=button value=Calculate name=button1> </FORM><FONT face=arial color=#990000 size=1>© Totomaster Easy Tools </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <td> <!-- aqui --> </td> <td width="34%" bgcolor="eee8aa"> <font face="verdana" size="1" color = "#BD0000"><B> <center> <TABLE border="0" bordercolor=maroon width = "90%"><TD> <Table background="redwavebackgr.gif" width="100%"> <td width="100%"><center> <font color=beige size=4 face=impact> <CENTER> <img src= "pie.gif" height=18 hspace=5> LATEST TEAM FORM </td> </table> <table width="100%" border=0 BACKGROUND="bg1.jpg" bordercolor=990000 cellpadding=9> <td><center> <script language = JavaScript> //JavaScript Graph-it! (Absolute)- by javascriptkit.com //Visit JavaScript Kit (http://javascriptkit.com) for script //Credit must stay intact for use ********** var graphimage="blackre.gif" //DEFINE GRAPH VALUES [Item name, absolute value] var graphx=new Array() graphx[0]=["<font color=black size=1 face=verdana>"+"<b>"+"Ath. Club",aclub[6]*5] graphx[1]=["<font color=black size=1 face=verdana>"+"<b>"+"Ath.Madrid",amad[6]*5] graphx[2]=["<font color=black size=1 face=verdana>"+"<b>"+"Barcelona",barc[6]*5] graphx[3]=["<font color=black size=1 face=verdana>"+"<b>"+"Real Betis",Beti[6]*5] graphx[4]=["<font color=black size=1 face=verdana>"+"<b>"+"Espanol",espa[6]*5] graphx[5]=["<font color=black size=1 face=verdana>"+"<b>"+"Getafe",geta[6]*5] graphx[6]=["<font color=black size=1 face=verdana>"+"<b>"+"Gijon",Gijo[6]*5] graphx[7]=["<font color=black size=1 face=verdana>"+"<b>"+"Granada",Grana[6]*5] graphx[8]=["<font color=black size=1 face=verdana>"+"<b>"+"Levante",Leva[6]*5] graphx[9]=["<font color=black size=1 face=verdana>"+"<b>"+"Malaga",Mala[6]*5] graphx[10]=["<font color=black size=1 face=verdana>"+"<b>"+"Osasuna",osas[6]*5] graphx[11]=["<font color=black size=1 face=verdana>"+"<b>"+"Vallecano" ,Rayo[6]*5] graphx[12]=["<font color=black size=1 face=verdana>"+"<b>"+"Santander",sant[6]*5] graphx[13]=["<font color=black size=1 face=verdana>"+"<b>"+"Sevilla",sevi[6]*5] graphx[14]=["<font color=black size=1 face=verdana>"+"<b>"+"Sociedad",Soci[6]*5] graphx[15]=["<font color=black size=1 face=verdana>"+"<b>"+"Real Madrid",rmad[6]*5] graphx[16]=["<font color=black size=1 face=verdana>"+"<b>"+"Mallorca",rmal[6]*5] graphx[17]=["<font color=black size=1 face=verdana>"+"<b>"+"Valencia",vale[6]*5] graphx[18]=["<font color=black size=1 face=verdana>"+"<b>"+"Villareal",villa[6]*5] graphx[19]=["<font color=black size=1 face=verdana>"+"<b>"+"Zaragoza",zara[6]*5] //YOU CAN DEFINE MULTIPLE GRAPHS, eg: var graphy=new Array() graphy[0]=[aclub[6]*10] graphy[1]=[amad[6]*10] graphy[2]=[barc[6]*10] graphy[3]=[Beti[6]*10] graphy[4]=[espa[6]*10] graphy[5]=[geta[6]*10] graphy[6]=[Gijo[6]*10] graphy[7]=[Grana[6]*10] graphy[8]=[Leva[6]*10] graphy[9]=[Mala[6]*10] graphy[10]=[osas[6]*10] graphy[11]=[Rayo[6]*10] graphy[12]=[sant[6]*10] graphy[13]=[sevi[6]*10] graphy[14]=[Soci[6]*10] graphy[15]=[rmad[6]*10] graphy[16]=[rmal[6]*10] graphy[17]=[vale[6]*10] graphy[18]=[villa[6]*10] graphy[19]=[zara[6]*10] function graphit(g,gwidth){ total=0 for (i=0;i<g.length;i++) total+=parseInt(g[i][1]) output='<table border="0" cellspacing="0" cellpadding="0" width="100%">' for (i=0;i<g.length;i++){ calwidth=Math.round((graphy[i]*2)+55) <!-- BREEDTE --> calpercentage=100+ Math.round( graphy[i] ) output+='<tr><td width="32%">'+g[i][0]+'&nbsp;</td><td width="48%"><img src="'+graphimage+'" width="'+calwidth+'" height="8"><B><font color=black size=1 face=verdana></TD><TD width="20%"><B><font color=black size=1 face=verdana> '+' '+ calpercentage+' % </td></tr>' } output+='</table>' document.write(output+'<font size=1 face=arial color=brown> <b>'+'</b>') } //CALL GRAPHIT FUNCTION //graphit(NAME OF GRAPH ARRAY, MAXIMUM WIDTH IN PIXELS) graphit(graphx,200) </script> <center> <table width="100%"> <td ><P> <marquee Scrolldelay =4 Scrollamount=2><font color=990000 size=1 face=westminster><B> This table shows how well or bad each team is performing at the moment. <font color = 000000><b> <font color=990000 size=1 f><B> The standard is 100%. Teams lower then 100%, are performing under their level. <font color = 000000><b> And teams higher then 100%, are performing above their standard level. </marquee> </td> </table> </td></table> </TD></TABLE> <P> <table border=0 bordercolor="990000" width="90%"><td><center> <IFRAME frameBorder="0" width="100%" height="550" scrolling=yes src="spainnews.html" marginheight="0" marginwidth="0" noresize ></IFRAME> </td> </table> </td> </table> <CENTER> </CENTER> </td> </table> </td> </table> </td> </table> </tr> </table > </table > <TABLE cellPadding=0 width="100%" border=0 bordercolor=black> <TBODY> <TD> <IMG src = "laligateams.jpg" width= "100%" height=22 border=0> </td> </table> <TABLE cellPadding=0 width="100%" bgcolor=#eee8aa border=2 bordercolor=black> <TBODY> <TR> <TD borderColor=white border="4"><FONT face=arial color=#ffffe5 size=2><B> <CENTER> <img src="selected.gif" height=26> <IFRAME border=0 marginWidth=0 marginHeight=0 src="totolinks.html" frameBorder=1 noResize width="100%" scrolling=no height=106></IFRAME> </CENTER></B></FONT></TD></TR></TBODY> </TABLE> </td></table> <HR> <center> <table width= "100%" background="gradient3.jpg"> <td> <center> </td width= "33%"> <td><center> <!-- ADDFREESTATS.COM AUTOCODE V4.0 --> <script type="text/javascript"> <!-- var AFS_Account="00909463"; var AFS_Tracker="auto"; var AFS_Server="www9"; var AFS_Page="DetectName"; var AFS_Url="DetectUrl"; // --> </script> <script type="text/javascript" src="http://www9.addfreestats.com/cgi-bin/afstrack.cgi?usr=00909463"> </script> <noscript> <a href="http://www.addfreestats.com" > <img src="http://www9.addfreestats.com/cgi-bin/connect.cgi?usr=00909463Pauto" border=0 alt="AddFreeStats.com Free Web Stats!">Web Stats</a> </noscript> <!-- ENDADDFREESTATS.COM AUTOCODE V4.0 --> </td width= "33%"> <td><center> &nbsp; </td> </table> <P> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-1950902-1"; urchinTracker(); </script> </body> </html>