ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <TITLE>Inter - League Predictions </TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2600.0" name=GENERATOR> <STYLE type=text/css>BODY { SCROLLBAR-FACE-COLOR: #990000; SCROLLBAR-ARROW-COLOR: #ffcc33; SCROLLBAR-TRACK-COLOR: #FFFFE0; SCROLLBAR-DARKSHADOW-COLOR: #000000 } .TextScrollStyle { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; VISIBILITY: hidden; PADDING-BOTTOM: 0px; MARGIN: 0px; OVERFLOW: hidden; WIDTH: 100%; PADDING-TOP: 0px; FONT-FAMILY: Verdana; TEXT-ALIGN: center } </STYLE> <SCRIPT language=JavaScript1.2> function predic(n) { if (self.moveBy) { for (i = 15; i > 0; i--) { for (j = n; j > 0; j--) { self.moveBy(0,i); self.moveBy(i,0); self.moveBy(0,-i); self.moveBy(-i,0); } } } } // End --> </SCRIPT> <SCRIPT language=JavaScript1.2> <!-- function shakef(n) { if (self.moveBy) { for (i = 30; i > 0; i--) { for (j = n; j > 0; j--) { self.moveBy(0,i); self.moveBy(i,0); self.moveBy(0,-i); self.moveBy(-i,0); } } } } // End --> </SCRIPT> <script language="JavaScript"> var on_color = "black"; var off_color = "beige"; var blink_onoff = 1; var blinkspeed= 500; function blink() { if( blink_onoff == 1) { document.all.blink.style.color = on_color; blink_onoff = 0; } else { document.all.blink.style.color = off_color; blink_onoff = 1; } } </script> <script language="JavaScript1.2"> // MAX 0.35 !!!! 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); BookieGetBack = round (Profitindicator*100); alert('1X2 Odds: '+ form.tex1.value+' - '+ form.tex2.value+' - '+ form.tex3.value + '\n'+ '\n'+ 'Probabilities '+'\n'+ 'Home-Draw-Away: '+ Prob1+ '% - ' +Prob2+ '% - '+ Prob3+'%' + '\n'+ '\n'+ 'Bookmaker gets $'+BookieGetBack+' back' + '\n'+ 'for every $100 paid out. '+ '\n'+ 'So the Bookmaker' + Bookieprofit + ' '+Procje + '% on this bet.' + '\n'+ '\n'+ 'Value bets:'+ '\n'+ 'Home: higher than ' + valbet1 + '\n'+ 'Draw: higher than ' + valbet2 + '\n'+ 'Away: higher than ' + valbet3 ); } // --> </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> 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 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 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> <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=630,height=280, left = 5,top = 5');"); } // End --> </script> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popUp3(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=480,height=350, left = 100,top = 160');"); } // End --> </script> <P> <!--script src="gethome.html"--> <script src = "eng1.js"> </script> <script src = "ita1.js"> </script> <script src = "ned1.js"> </script> <script src = "spa1.js"> </script> <script src = "dui1.js"> </script> <script src = "fra1.js"> </script> <SCRIPT language=Javascript type=text/javascript> <!-- function bookmark(url, description) { netscape="Netscape User's hit CTRL+D to add a bookmark to this site." if (navigator.appName=='Microsoft Internet Explorer') { window.external.AddFavorite(url, description); } else if (navigator.appName=='Netscape') { alert(netscape); } } 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; var t = document.uitslagen1.tijdschaal.options[document.uitslagen1.tijdschaal.selectedIndex].value; var h = document.uitslagen1.handicap.options[document.uitslagen1.handicap.selectedIndex].value; var r = document.uitslagen1.afrondschaal.options[document.uitslagen1.afrondschaal.selectedIndex].value; handicap2 = handicap1; handicap1 = eval(handicap1); if (a == "Arsenal") thuisarray = Ar; if (a == "Aston Villa") thuisarray = As; if (a == "Blackburn Rovers") thuisarray = Br; if (a == "Bolton") thuisarray = Bo; if (a == "Newcastle") thuisarray = Nc; if (a == "Chelsea") thuisarray = Che; if (a == "Stoke") thuisarray = St; if (a == "Everton") thuisarray = Ev; if (a == "Fulham") thuisarray = Fu; if (a == "Liverpool") thuisarray = Liv; if (a == "Manchester City") thuisarray = Mc; if (a == "Manchester United") thuisarray = Mu; if (a == "Swansea City") thuisarray = Sw; if (a == "WestBromwich") thuisarray = Wb; if (a == "Norwich City") thuisarray = No; if (a == "Tottenham Hotspur") thuisarray = To; if (a == "Wolves") thuisarray = Wo; if (a == "Sunderland") thuisarray = Su; if (a == "Queens Park") thuisarray = Qp; if (a == "Wigan") thuisarray = Wig; var EPL=new Array(Ar,As,Br,Bo,Nc,Che,St,Ev,Fu,Liv, Mc,Mu,Sw,Wb,No,To,Wo,Su,Qp,Wig); if (b == "Arsenal") uitarray = Ar; if (b == "Aston Villa") uitarray = As; if (b == "Blackburn Rovers") uitarray = Br; if (b == "Bolton") uitarray = Bo; if (b == "Newcastle") uitarray = Nc; if (b == "Chelsea") uitarray = Che; if (b == "Stoke") uitarray = St; if (b == "Everton") uitarray = Ev; if (b == "Fulham") uitarray = Fu; if (b == "Liverpool") uitarray = Liv; if (b == "Manchester City") uitarray = Mc; if (b == "Manchester United") uitarray = Mu; if (b == "Swansea City") uitarray = Sw; if (b == "WestBromwich") uitarray = Wb; if (b == "Norwich City") uitarray = No; if (b == "Tottenham Hotspur") uitarray = To; if (b == "Wolves") uitarray = Wo; if (b == "Sunderland") uitarray = Su; if (b == "Queens Park") uitarray = Qp; if (b == "Wigan") uitarray = Wig; if (a == "Atalanta") thuisarray = Ata; if (a == "Bologna") thuisarray = Bol; if (a == "Cagliari") thuisarray = Cag; if (a == "Catania") thuisarray = Cat; if (a == "Cesena") thuisarray = Ces; if (a == "Chievo") thuisarray = Chi; if (a == "Fiorentina") thuisarray = Fio; if (a == "Genoa") thuisarray = Gen; if (a == "Inter Milan") thuisarray = Imi; if (a == "Juventus") thuisarray = Juv; if (a == "Lazio Roma") thuisarray = Laz; if (a == "Lecce") thuisarray = Lec; if (a == "AC Milan") thuisarray = Acm; if (a == "Napoli") thuisarray = Nap; if (a == "Novara") thuisarray = Nov; if (a == "Palermo") thuisarray = Pal; if (a == "Parma") thuisarray = Par; if (a == "AS Roma") thuisarray = Asr; if (a == "Siena") thuisarray = Sie; if (a == "Udinese") thuisarray = Udi; if (b == "Atalanta") uitarray = Ata; if (b == "Bologna") uitarray = Bol; if (b == "Cagliari") uitarray = Cag; if (b == "Catania") uitarray = Cat; if (b == "Cesena") uitarray = Ces; if (b == "Chievo") uitarray = Chi; if (b == "Fiorentina") uitarray = Fio; if (b == "Genoa") uitarray = Gen; if (b == "Inter Milan") uitarray = Imi; if (b == "Juventus") uitarray = Juv; if (b == "Lazio Roma") uitarray = Laz; if (b == "Lecce") uitarray = Lec; if (b == "AC Milan") uitarray = Acm; if (b == "Napoli") uitarray = Nap; if (b == "Novara") uitarray = Nov; if (b == "Palermo") uitarray = Pal; if (b == "Parma") uitarray = Par; if (b == "AS Roma") uitarray = Asr; if (b == "Siena") uitarray = Sie; if (b == "Udinese") uitarray = Udi; 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 == "Atletico de Bilbao") thuisarray = bilb; 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 == "Atletico de Bilbao") uitarray = bilb; 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; if (a == "Psv") thuisarray = Psv; if (a == "Az") thuisarray = Az; if (a == "Ajax") thuisarray = Ajax; if (a == "Feyenoord") thuisarray = Feyenoord; if (a == "Vitesse") thuisarray = Vitesse; if (a == "Heerenveen") thuisarray = Heerenveen; if (a == "Twente") thuisarray = Twente; if (a == "Utrecht") thuisarray = Utrecht; if (a == "Graafschap") thuisarray = Graafschap; if (a == "Roda") thuisarray = Roda; if (a == "Groningen") thuisarray = Groningen; if (a == "Nac") thuisarray = Nac; if (a == "Rkc") thuisarray = Rkc; if (a == "Vvv") thuisarray = Vvv; if (a == "Nec") thuisarray = Nec; if (a == "DenHaag") thuisarray = DenHaag; if (a == "Heracles") thuisarray = Heracles; if (a == "Exelsior") thuisarray = Exelsior; if (b == "Psv") uitarray = Psv; if (b == "Az") uitarray = Az; if (b == "Ajax") uitarray = Ajax; if (b == "Feyenoord") uitarray = Feyenoord; if (b == "Vitesse") uitarray = Vitesse; if (b == "Heerenveen") uitarray = Heerenveen; if (b == "Twente") uitarray = Twente; if (b == "Utrecht") uitarray = Utrecht; if (b == "Graafschap") uitarray = Graafschap; if (b == "Roda") uitarray = Roda; if (b == "Groningen") uitarray = Groningen; if (b == "Nac") uitarray = Nac; if (b == "Rkc") uitarray = Rkc; if (b == "Vvv") uitarray = Vvv; if (b == "Nec") uitarray = Nec; if (b == "DenHaag") uitarray = DenHaag; if (b == "Heracles") uitarray = Heracles; if (b == "Exelsior") uitarray = Exelsior; if (a == "FC Schalke") thuisarray = Scha; if (a == "Bayern Munchen") thuisarray = Bmun; if (a == "Borussia Dortmund") thuisarray = Bdor; if (a == "Bayer Leverkussen") thuisarray = Blev; if (a == "Gladbach") thuisarray = Mgla; if (a == "Freiburg") thuisarray = Frei; if (a == "Koln") thuisarray = Koln; if (a == "Hannover 96") thuisarray = Hann; if (a == "Werder Bremen") thuisarray = Wbre; if (a == "Wolfsburg") thuisarray = Wolf; if (a == "Nurnberg") thuisarray = Nurn; if (a == "Hamburger SV") thuisarray = Hamb; if (a == "Mainz") thuisarray = Main; if (a == "Vfb Stuttgard") thuisarray = Stut; if (a == "Hoffheim") thuisarray = Hoff; if (a == "Kaiserslautern") thuisarray = Kais; if (a == "Augsburg") thuisarray = Augs; if (a == "Hertha BSC") thuisarray = Hert; if (b == "FC Schalke") uitarray = Scha; if (b == "Bayern Munchen") uitarray = Bmun; if (b == "Borussia Dortmund") uitarray = Bdor; if (b == "Bayer Leverkussen") uitarray = Blev; if (b == "Gladbach") uitarray = Mgla; if (b == "Freiburg") uitarray = Frei; if (b == "Koln") uitarray = Koln; if (b == "Hannover 96") uitarray = Hann; if (b == "Werder Bremen") uitarray = Wbre; if (b == "Wolfsburg") uitarray = Wolf; if (b == "Nurnberg") uitarray = Nurn; if (b == "Hamburger SV") uitarray = Hamb; if (b == "Mainz") uitarray = Main; if (b == "Vfb Stuttgard") uitarray = Stut; if (b == "Hoffheim") uitarray = Hoff; if (b == "Kaiserslautern") uitarray = Kais; if (b == "Augsburg") uitarray = Augs; if (b == "Hertha BSC") uitarray = Hert; if (a == "Ajaccio") thuisarray = Ajaccio; if (a == "Lyon") thuisarray = Lyon; if (a == "Marseille") thuisarray = Marseille; if (a == "PSG") thuisarray = PSG; if (a == "Sochaux") thuisarray = Sochaux; if (a == "Auxerre") thuisarray = Auxerre; if (a == "Brest") thuisarray = Brest; if (a == "Nice") thuisarray = Nice; if (a == "StadeRennais") thuisarray = StadeRennais; if (a == "Rennais") thuisarray = Rennais; if (a == "Dijon") thuisarray = Dijon; if (a == "Caen") thuisarray = Caen; if (a == "Bordeaux") thuisarray = Bordeaux; if (a == "Montpellier") thuisarray = Montpellier; if (a == "Nancy") thuisarray = Nancy; if (a == "Valenciennes") thuisarray = Valenciennes; if (a == "Lorient") thuisarray = Lorient; if (a == "Lille") thuisarray = Lille; if (a == "Etienne") thuisarray = Etienne; if (a == "Evian") thuisarray = Evian; if (a == "Toulouse") thuisarray = Toulouse; if (b == "Ajaccio") uitarray = Ajaccio; if (b == "Lyon") uitarray = Lyon; if (b == "Marseille") uitarray = Marseille; if (b == "PSG") uitarray = PSG; if (b == "Sochaux") uitarray = Sochaux; if (b == "Auxerre") uitarray = Auxerre; if (b == "Brest") uitarray = Brest; if (b == "Nice") uitarray = Nice; if (b == "StadeRennais") uitarray = StadeRennais; if (b == "Rennais") uitarray = Rennais; if (b == "Dijon") uitarray = Dijon; if (b == "Caen") uitarray = Caen; if (b == "Bordeaux") uitarray = Bordeaux; if (b == "Montpellier") uitarray = Montpellier; if (b == "Nancy") uitarray = Nancy; if (b == "Valenciennes") uitarray = Valenciennes; if (b == "Lorient") uitarray = Lorient; if (b == "Lille") uitarray = Lille; if (b == "Etienne") uitarray = Etienne; if (b == "Evian") uitarray = Evian; if (b == "Toulouse") uitarray = Toulouse; 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 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 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) { versch = Club1SCORE - Club2SCORE; Gr = a; Kl = b; } if (Club2SCORE > Club1SCORE) { 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; } 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); } 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 >3) versch = 3; var Gel = 36-(versch*5.987); 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 (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 = '¼';} OU = (Club1SCORE + Club2SCORE - 0.15); if ((OU>=0) && (OU <=0.50)) oddeven = 'EVEN'; if ((OU>0.50) && (OU <=1.50)) oddeven = 'ODD'; if ((OU>=1.5) && (OU <=2.50)) oddeven = 'EVEN'; if ((OU>=2.5) && (OU <=3.50)) oddeven = 'ODD'; if ((OU>=3.5) && (OU <=4.50)) oddeven = 'EVEN'; if ((OU>=4.5) && (OU <=5.50)) oddeven = 'ODD'; if ((OU>=5.5) && (OU <=6.50)) oddeven = 'EVEN'; if ((OU>=6.5) && (OU <=7.50)) oddeven = 'ODD'; if ((OU>=7.5) && (OU <=8.50)) oddeven = 'EVEN'; if ((OU>=8.5) && (OU <=9.50)) oddeven = 'ODD'; if ((OU>=9.5) && (OU <=10.50)) oddeven = 'EVEN'; if ((OU>=10.5) && (OU <=11.50)) 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 = "Risky bet, small marge." } if (Club1SCORE >= Club2SCORE) AHstring = " 0 : "+ canhave ; if (Club1SCORE < Club2SCORE) AHstring = canhave + " : 0 "; if (Gr == b) AHstring1 = canhave1 + " : 0 "; if (Gr == 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 ); return1 = Club2SCORE+0.23; return2 = Club1SCORE-0.23; var korta =a; var kortb =b; 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('PREDICTION REPORT: ' +'\n'+ lijn +'\n'+ a+' - '+b+' : '+Math.round(Club1SCORE)+' - '+Math.round(Club2SCORE) +'\n'+ ' '+'\n'+ 'Probabilities for Home-Draw-Away: '+ Cl1+'% '+Gel+'% '+Cl2+'% .'+'\n'+ '\n'+ 'Asian Handicap Advice:'+ '\n'+ 'With an asian handicap of: ' + H1 + ' : '+H2 + ' ,' +'\n'+ 'pick : '+ ' \t' + win +'\n'+'\n'+ <!-- 'last 3 matches: '+ texto + ' matches over normal.'+'\n'+ --> aanhef+ Cwtr + ' was ' + beter + ' better in their' +'\n'+ 'last match ( '+ week1perc + ' % higher then ' + texto + ' ).' + '\n'+'\n'+ 'Confidence: '+ confie + '.'+ '\n'+'\n'+ 'Real Match Odds: '+'\n'+ a + ': ' + round(100/Cl1) + ' - Draw: '+round(100/Gel)+ ' - ' + b + ': '+round(100/Cl2) + '\n'+'\n'+ 'Critical handicap: ' + canhave +'\n'+'\n'+ 'Valuebets for ' +'\n'+ a+': odds higher then '+ round(value1) +'\n'+ <!-- 'Draw : odds higher then '+ round(value3) + '\n'+ --> b+': odds higher then '+round( value2) +'\n'+'\n'+ 'Over/Under: '+overunder+ '('+round(OU) + ') '+ '. ' + OUadv + '\n'+ 'Odd/even : '+oddeven+ '.' + '\n'+ <!-- 'Best attack : '+bestevoorhoede + ' (+'+round(force1)+ ' goals more) ' +'\n'+ --> <!-- 'Best defence: '+ besteachterhoede + ' (-'+ round(force2) + ' goals less against) ' +'\n'+'\n'+ --> lijntje +'\n'+ 'Team-Performance in last 3 matches :' +'\n'+ lijntje +'\n'+ 'Team \t Last : \t 2 ago : \t 3 ago : \n' +'\n' + korta + '\t' +' '+ round(thuistrend + 100)+' %'+ '\t ' +' '+round (thuistrend1 + 100)+' %' +'\t'+ ' '+round (thuistrend2 + 100)+' %'+' \t' +' '+'\n'+ kortb + '\t' + ' '+ round(uittrend + 100)+' %'+ '\t ' +' '+ round(uittrend1+100)+' %'+'\t'+ ' '+ round(uittrend2 +100)+' %'+' \t' +'\n'+ lijntje +'\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 their Country 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 +'\n'+ kortb + ' \t' + ' '+ Club2gesp+ ' \t ' +' '+ uitarray[3] +' \t'+ ' '+ uitarray[5] +' \t' + ' '+uitarray[4]+ ' \t' +' '+ Club2punten +'\n'+ lijn ); 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> </HEAD> <BODY bgColor="FFFFE5"> <oncontextmenu="return false" ondragstart="return false" onselectstart="return false"> <TABLE width="100%" border=0> <TBODY> <TR> <TD width="32%" > <IMG src="interleague.gif" width=260 height=40><br><font size=1 color=black face=verdana><B> <MARQUEE scrollAmount=2 scrollDelay=4><FONT face=arial color=beige size=4><B> </MARQUEE> </td> <td width="54%"><center> <font face=arial color=990000 size=1><B> <DIV align=right><IMG src="totomaster13.gif" border=0 > </DIV></TD></TR></TBODY> </TABLE> <TABLE cellSpacing=4 width="100%" border=0> <TBODY> <TR></TD> <TD width="32%" bgColor=black><FONT face=verdana color=white size=1><B> <CENTER> <font id=blink> PREVIEW BETWEEN 6 LEAGUES</CENTER></font> <script> document.all.blink.style.color = off_color; setInterval("blink()",blinkspeed); </script> </B></FONT></TD> <TD width="32%" background="redwavebackgr.gif"><B><FONT face=verdana color=white size=1><B><font color="beige"> <CENTER> EASY TO USE </CENTER></B></FONT></B></TD> <TD width="32%" bgColor=black><FONT face=verdana color=FFFFE5 size=1><B> <CENTER>YOUR OWN SETTINGS</CENTER></B></FONT></TD> <CENTER></CENTER></TR> <TR> <TD width="32%" ><FONT face=verdana size=1 color=99000><B>offering: <FONT face=verdana size=1 color=black><B> Score-prediction, HDA percentage probabilities, Asian handicap advice, Value bets, Over/Under,<font color=990000> and easy analyzing tools. </B></FONT></TD> <TD width="32%" ><FONT face=verdana size=1 color=#990000><B> Just choose your home-team by clicking on it. Then click on your Away-team, then on the predict-button. <font color=black>For a good AH advice: also add the AH for the match on <FONT color=beige><B> <span style="background-color: black">Handicap</span> <font color=990000><b>.</FONT></TD> <TD width="32%" > <FONT face=verdana color=990000 size=1><B> the main key to succes: <FONT face=verdana color=black size=1><B> If you are customized to this program, you may choose your own settings, even if our 's are very good too. <A href="javascript:popUp('usage.html')"><font color=990000> <span style="background-color:EEE8AA"> ..Read more...</span></A> </B></FONT></TD></TR></TBODY></TABLE> <TABLE cellSpacing=5 cellPadding=6 width="100%" border=0> <TBODY> <TR> <TD vAlign=top width="33%" bgColor=black > <CENTER> <FORM name=uitslagen1 method=get><SELECT multiple size=5 name=thuisclub > <option style="background:EEE8AA; color:black" value="">1. Serie A</option> <OPTION value=Atalanta selected>Atalanta<OPTION value=Bologna>Bologna<OPTION value=Cagliari>Cagliari<OPTION value=Catania>Catania<OPTION value="Cesena">Cesena<OPTION value=Chievo>Chievo<OPTION value=Fiorentina>Fiorentina<OPTION value=Genoa>Genoa<OPTION value="Inter Milan">Inter Milan<OPTION value=Juventus>Juventus<OPTION value="Lazio Roma">Lazio Roma<OPTION value="Lecce">Lecce<OPTION value="AC Milan">AC Milan<OPTION value=Napoli>Napoli<OPTION value=Novara>Novara<OPTION value=Palermo>Palermo<OPTION value=Parma>Parma<OPTION value="AS Roma">Roma<OPTION value=Siena>Siena<OPTION value=Udinese>Udinese</OPTION> <option style="background:EEE8AA; color:black" value="">2. Primera Division</option> <option value= "Almeria"> Almeria </option> <option value= "Atletico de Bilbao"> Atletic de Bilbao </option> <option value= "Athletico Madrid"> Athletico Madrid </option> <option value= "FC Barcelona"> Barcelona </option> <option value= "Deport. La Coruna"> Deportivo </option> <option value= "Espanyol"> Espanyol </option> <option value= "Getafe"> Getafe </option> <option value= "Gijon"> Gijon</option> <option value= "Hercules">Hercules </option> <option value= "Levante"> Levante </option> <option value= "Malaga"> Malaga </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> <option style="background:EEE8AA; color:black" value="">3. Premier League</option> <OPTION value="Arsenal">Arsenal<OPTION value="Aston Villa">Aston Villa<OPTION value="Birmingham">Birmingham<OPTION value="Blackburn Rovers">Blackburn Rovers<OPTION value="Blackpool">Blackpool<OPTION value="Bolton">Bolton<OPTION value="Chelsea">Chelsea<OPTION value="Everton">Everton<OPTION value="Fulham">Fulham<OPTION value="Liverpool">Liverpool<OPTION value="Manchester City">Manchester City<OPTION value="Manchester United">Manchester United<OPTION value="Newcastle">Newcastle<OPTION value="Stoke">Stoke City<OPTION value="Sunderland">Sunderland<OPTION value="Tottenham Hotspur">Tottenham Hotspur<OPTION value="WestBromwich">West Bromwich<OPTION value="West Ham">West Ham<OPTION value="Wigan">Wigan<OPTION value="Wolves">Wolves</OPTION> <option style="background:EEE8AA; color:black" value="">4. Bundesliga</option> <option value= "Bayern Munchen"> Bayern Munchen <option value= "Bayer Leverkussen"> Bayer Leverkussen <option value= "Borussia Dortmund"> Borussia Dortmund <option value= "Frankfurt"> Frankfurt <option value= "Freiburg"> Freiburg <option value= "Gladbach"> Gladbach <option value= "Hamburger SV"> Hamburger SV <option value= "Hertha BSC Berlin">Hertha BSC Berlin <option value= "Hoffheim"> Hoffenheim <option value= "Hannover 96"> Hannover 96 <option value= "Kaiserslautern"> Kaiserslautern <option value= "Koln" > Köln <option value= "Mainz"> Mainz <option value= "Nurnberg"> Nurnberg <option value= "Sankt Pauli">Sankt Pauli <option value= "FC Schalke"> Schalke <option value= "Vfb Stuttgard"> Stuttgart <option value= "Werder Bremen"> Werder Bremen <option value= "Wolfsburg"> Wolfsburg </option> <option style="background:EEE8AA; color:black" value="">5. La Ligue</option> <OPTION value="Arles">Arles <OPTION value="Auxerre">Auxerre <OPTION value="Bordeaux">Bordeaux <OPTION value="Brest">Brest <OPTION value="Caen">Caen <OPTION value="Etienne">St Etienne <OPTION value="Lens">Lens <OPTION value="Lille">Lille <OPTION value="Lyon">Lyon <OPTION value="Lorient">Lorient <OPTION value="Marseille">Marseille <OPTION value="Monaco">Monaco <OPTION value="Montpellier">Montpellier <OPTION value="Nancy">Nancy <OPTION value="Nice">Nice <OPTION value="PSG">Paris Saint Germain <OPTION value="Rennais">Rennais <OPTION value="Sochaux">Sochaux <OPTION value="Toulouse">Toulouse <OPTION value="Valenciennes">Valenciennes </OPTION> <option style="background:EEE8AA; color:black" value="">6. Dutch Eredivisie</option> <OPTION value="Ajax" selected >Ajax Amsterdam <OPTION value="Az">AZ Alkmaar <OPTION value="DenHaag">Den Haag <OPTION value= "Exelsior"> Exelsior <OPTION value="Feyenoord">Feyenoord Rotterdam <OPTION value="Graafschap">Graafschap <OPTION value="Groningen"> Groningen <OPTION value= "Heerenveen">Heerenveen <OPTION value="Heracles">Heracles Almelo <OPTION value="Nac">NAC Breda <OPTION value="Nec">NEC Nijmegen <OPTION value="Psv">PSV Eindhoven <OPTION value="Rkc">Rkc Waalwijk <OPTION value="Roda"> Roda Kerkrade <OPTION value="Twente">Twente <OPTION value="Utrecht"> Utrecht <OPTION value="Vitesse">Vitesse Arnhem <OPTION value="Vvv">VVV Venlo </OPTION > </OPTION > </SELECT><BR><FONT color=#EEE8AA face=verdana size=1> <B>choose home team </FONT></CENTER></B></FONT> </TD> <TD vAlign=top width="33%" bgColor=black><B><FONT face=verdana color=#ffcc33 size=1> <Center> <SELECT multiple size=5 name=uitclub> <option style="background:EEE8AA; color:black" value="">1. Serie A</option> <OPTION value=Atalanta selected>Atalanta<OPTION value=Bologna>Bologna<OPTION value=Cagliari>Cagliari<OPTION value=Catania>Catania<OPTION value="Cesena">Cesena<OPTION value=Chievo>Chievo<OPTION value=Fiorentina>Fiorentina<OPTION value=Genoa>Genoa<OPTION value="Inter Milan">Inter Milan<OPTION value=Juventus>Juventus<OPTION value="Lazio Roma">Lazio Roma<OPTION value="Lecce">Lecce<OPTION value="AC Milan">AC Milan<OPTION value=Napoli>Napoli<OPTION value=Novara>Novara<OPTION value=Palermo>Palermo<OPTION value=Parma>Parma<OPTION value="AS Roma">Roma<OPTION value=Siena>Siena<OPTION value=Udinese>Udinese</OPTION> <option style="background:EEE8AA; color:black" value="">2. Primera Division</option> <option value= "Almeria"> Almeria </option> <option value= "Atletico de Bilbao"> Atletic de Bilbao </option> <option value= "Athletico Madrid"> Athletico Madrid </option> <option value= "FC Barcelona"> Barcelona </option> <option value= "Deport. La Coruna"> Deportivo </option> <option value= "Espanyol"> Espanyol </option> <option value= "Getafe"> Getafe </option> <option value= "Gijon"> Gijon</option> <option value= "Hercules">Hercules </option> <option value= "Levante"> Levante </option> <option value= "Malaga"> Malaga </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> <option style="background:EEE8AA; color:black" value="">3. Premier League</option> <OPTION value="Arsenal">Arsenal<OPTION value="Aston Villa">Aston Villa<OPTION value="Birmingham">Birmingham<OPTION value="Blackburn Rovers">Blackburn Rovers<OPTION value="Blackpool">Blackpool<OPTION value="Bolton">Bolton<OPTION value="Chelsea">Chelsea<OPTION value="Everton">Everton<OPTION value="Fulham">Fulham<OPTION value="Liverpool">Liverpool<OPTION value="Manchester City">Manchester City<OPTION value="Manchester United">Manchester United<OPTION value="Newcastle">Newcastle<OPTION value="Stoke">Stoke City<OPTION value="Sunderland">Sunderland<OPTION value="Tottenham Hotspur">Tottenham Hotspur<OPTION value="WestBromwich">West Bromwich<OPTION value="West Ham">West Ham<OPTION value="Wigan">Wigan<OPTION value="Wolves">Wolves</OPTION> <option style="background:EEE8AA; color:black" value="">4. Bundesliga</option> <option value= "Bayern Munchen"> Bayern Munchen <option value= "Bayer Leverkussen"> Bayer Leverkussen <option value= "Borussia Dortmund"> Borussia Dortmund <option value= "Frankfurt"> Frankfurt <option value= "Freiburg"> Freiburg <option value= "Gladbach"> Gladbach <option value= "Hamburger SV"> Hamburger SV <option value= "Hertha BSC Berlin">Hertha BSC Berlin <option value= "Hoffheim"> Hoffenheim <option value= "Hannover 96"> Hannover 96 <option value= "Kaiserslautern"> Kaiserslautern <option value= "Koln" > Köln <option value= "Mainz"> Mainz <option value= "Nurnberg"> Nurnberg <option value= "Sankt Pauli">Sankt Pauli <option value= "FC Schalke"> Schalke <option value= "Vfb Stuttgard"> Stuttgart <option value= "Werder Bremen"> Werder Bremen <option value= "Wolfsburg"> Wolfsburg </option> <option style="background:EEE8AA; color:black" value="">5. La Ligue</option> <OPTION selected value="Arles">Arles <OPTION value="Auxerre">Auxerre <OPTION value="Bordeaux">Bordeaux <OPTION value="Brest">Brest <OPTION value="Caen">Caen <OPTION value="Etienne">St Etienne <OPTION value="Lens">Lens <OPTION value="Lille">Lille <OPTION value="Lyon">Lyon <OPTION value="Lorient">Lorient <OPTION value="Marseille">Marseille <OPTION value="Monaco">Monaco <OPTION value="Montpellier">Montpellier <OPTION value="Nancy">Nancy <OPTION value="Nice">Nice <OPTION value="PSG">Paris Saint Germain <OPTION value="Rennais">Rennais <OPTION value="Sochaux">Sochaux <OPTION value="Toulouse">Toulouse <OPTION value="Valenciennes">Valenciennes </OPTION> <option style="background:EEE8AA; color:black" value="">6. Dutch Eredivisie</option> <OPTION value="Ajax" selected >Ajax Amsterdam <OPTION value="Az">AZ Alkmaar <OPTION value="DenHaag">Den Haag <OPTION value= "Exelsior"> Exelsior <OPTION value="Feyenoord">Feyenoord Rotterdam <OPTION value="Graafschap">Graafschap <OPTION value="Groningen"> Groningen <OPTION value= "Heerenveen">Heerenveen <OPTION value="Heracles">Heracles Almelo <OPTION value="Nac">NAC Breda <OPTION value="Nec">NEC Nijmegen <OPTION value="Psv">PSV Eindhoven <OPTION value="Rkc">Rkc Waalwijk <OPTION value="Roda"> Roda Kerkrade <OPTION value="Twente">Twente <OPTION value="Utrecht"> Utrecht <OPTION value="Vitesse">Vitesse Arnhem <OPTION value="Vvv">VVV Venlo </OPTION > <CENTER> </SELECT><BR><FONT color=#EEE8AA>choose away team </FONT></CENTER></FONT></B></TD> <TD vAlign=top width="33%" bgColor=black><FONT face=verdana color=#EEE8AA size=1><B> <CENTER>Inter League Comparison <BR> <P> <INPUT onclick=masc() type=submit value="predict !"> </ALIGN></CENTER></B></FONT></TD> <CENTER></CENTER></TR></TBODY></TABLE> <DIV></DIV> <TABLE cellSpacing=4 cellPadding=1 width="100%" border=0> <TBODY> <TR> <TD width="96%" bgColor=#000000><FONT face=verdana color=#999933 size=2><B> <CENTER>You may also choose your own settings:</CENTER></B></FONT></TD></TR> </TBODY></TABLE> <TABLE cellSpacing=4 cellPadding=6 width="100%" border=0> <TBODY> <TR> <TD vAlign=top width="22%" bgColor=#000000><FONT face=verdana color=red size=1><B> <CENTER><SELECT multiple size=4 name=tijdschaal> <OPTION value=2>2%<OPTION value=4>4%<OPTION value=6>6%<OPTION value=8 selected>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%</OPTION></SELECT><BR><FONT color=#EEE8AA><B>Actuality </B></FONT></CENTER></B></FONT></TD> <TD vAlign=top width="22%" bgColor=#000000><B><FONT face=verdana color=red size=1> <CENTER><SELECT multiple size=4 name=handicap> <OPTION value=0.00 selected>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 </B></FONT></CENTER></FONT></B></TD> <TD vAlign=top width="22%" bgColor=#000000><B><FONT face=verdana color=red size=1> <CENTER><SELECT multiple size=4 name=afrondschaal> <OPTION value=0.01>0.01<OPTION value=0.02>0.02<OPTION value=0.03>0.03<OPTION value=0.04>0.04<OPTION value=0.05>0.05<OPTION value=0.06>0.06<OPTION value=0.07>0.07<OPTION value=0.08>0.08<OPTION value=0.09>0.09<OPTION value=0.10>0.10<OPTION value=0.11>0.11<OPTION value=0.12>0.12<OPTION value=0.13>0.13<OPTION value=0.14>0.14<OPTION value=0.15>0.15<OPTION value=0.16>0.16<OPTION value=0.17>0.17<OPTION value=0.18>0.18<OPTION selected value=0.19>0.19<OPTION value=0.20>0.20<OPTION value=0.21 >0.21<OPTION value=0.22>0.22<OPTION value=0.23>0.23<OPTION value=0.24>0.24<OPTION value=0.25>0.25<OPTION value=0.26>0.26<OPTION value=0.27>0.27<OPTION value=0.28>0.28<OPTION value=0.29>0.29<OPTION value=0.30>0.30<OPTION value=0.31>0.31<OPTION value=0.32>0.32<OPTION value=0.33>0.33<OPTION value=0.34>0.34<OPTION value=0.35>0.35<OPTION value=0.36>0.36<OPTION value=0.37>0.37<OPTION value=0.38>0.38<OPTION value=0.39>0.39<OPTION value=0.40>0.40<OPTION value=0.41>0.41<OPTION value=0.42>0.42<OPTION value=0.43>0.43<OPTION value=0.44>0.44<OPTION value=0.45>0.45<OPTION value=0.46>0.46<OPTION value=0.47>0.47<OPTION value=0.48>0.48<OPTION value=0.49>0.49<OPTION value=0.50>0.50<OPTION value=0.51>0.51<OPTION value=0.52>0.52<OPTION value=0.53>0.53<OPTION value=0.54>0.54<OPTION value=0.55>0.55<OPTION value=0.56>0.56<OPTION value=0.57>0.57<OPTION value=0.58>0.58<OPTION value=0.59>0.59<OPTION value=0.60>0.60<OPTION value=0.61>0.61<OPTION value=0.62>0.62<OPTION value=0.63>0.63<OPTION value=0.64>0.64<OPTION value=0.65>0.65<OPTION value=0.66>0.66<OPTION value=0.67>0.67<OPTION value=0.68>0.68<OPTION value=0.69>0.69<OPTION value=0.70>0.70<OPTION value=0.71>0.71<OPTION value=0.72>0.72<OPTION value=0.73>0.73<OPTION value=0.74>0.74<OPTION value=0.75>0.75<OPTION value=0.76>0.76<OPTION value=0.77>0.77<OPTION value=0.78>0.78<OPTION value=0.79>0.79<OPTION value=0.80>0.80<OPTION value=0.81>0.81<OPTION value=0.82>0.82<OPTION value=0.83>0.83<OPTION value=0.84>0.84<OPTION value=0.85>0.85<OPTION value=0.86>0.86<OPTION value=0.87>0.87<OPTION value=0.88>0.88<OPTION value=0.89>0.89<OPTION value=0.90>0.90<OPTION value=0.91>0.91<OPTION value=0.92>0.92<OPTION value=0.93>0.93<OPTION value=0.94>0.94<OPTION value=0.95>0.95<OPTION value=0.96>0.96<OPTION value=0.97>0.97<OPTION value=0.98>0.98<OPTION value=0.99>0.99<OPTION value=1.00>1.00</OPTION></SELECT><BR><FONT color=#EEE8AA><B>Round off </B></FONT></CENTER></FONT></B></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> All rights <fontsize=3> &#169 <fontsize=1> reserved </center> </TD></FORM> </TR> </TABLE> <TABLE cellSpacing=3 cellPadding=5 width="100%"> <TBODY> <TR> <TD vAlign=top width="22%" background=premierwerk_bestanden/pinstripe5.gif><FONT face=verdana color=black size=1><B>Here you can decide how much to include the last (actual) performances. </B></FONT></TD> <TD vAlign=top width="22%" background=premierwerk_bestanden/pinstripe5.gif><FONT face=verdana color=black size=1><B>Add the Asian H. for the match to get a good AH-advice. <A href="javascript:popUp2('activeodds.html')"> <FONT face=verdana color=990000 size=1>See the odds here</A> </B></FONT></TD> <TD vAlign=top width="22%" background=premierwerk_bestanden/pinstripe5.gif><FONT face=verdana color=black size=1><B>This is for sharpening the predictions with our Smart round off System. </B></FONT></TD> <TD vAlign=top width="36%" border=3 bordercolor=black><FONT face=verdana color=660000 size=1><B> Totomaster's settings are always optimal. Still the ball is round, which allows human judgement to improve the predictions. </B></FONT></TD></TR></TBODY></TABLE> <table width= "100%" cellspacing="1" cellpadding= "4"> <td> <TABLE 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=164 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" bgcolor="fffaf0"> <table border=0 bordercolor=beige background="bg1000.jpg"> <td><center> <font color=990000 face= impact size=3><center> <form method="post" action="http://poll.pollcode.com/DVjF"><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">Arsenal</font></td></tr><tr><td width=5><input type=radio name=answer value="2"></td><td><font face="Verdana" size=-1 color="000000">Manchester Utd.</font></td></tr><tr><td width=5><input type=radio name=answer value="3"></td><td><font face="Verdana" size=-1 color="000000">Chelsea</font></td></tr><tr><td width=5><input type=radio name=answer value="4"></td><td><font face="Verdana" size=-1 color="000000">Manchester City</font></td></tr><tr><td width=5><input type=radio name=answer value="5"></td><td><font face="Verdana" size=-1 color="000000">Tottenham</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> </form></table> <font size=1 color=red face=arial> Expert's, please do this poll ! </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> <td> <!-- aqui mesa nuevo --> </TD> <td width= "33%" bgcolor=eee8aa > <font face="verdana" size="1" color = "black"><B> <center> <table border=3 bgColor="FFFFE5" width="80%"> <td border=1 bordercolor=black > <center> <table bgColor="FFFFE5" ><td> <center> <a href="javascript:bookmark('http://www.totomaster.com',' Soccer Prediction Machine ');"> <img src="bookmark1.gif" width=170 alt = "TotoMaster in your favorites?" border=0><br> <font color=black size=1 face=verdans><B> CLICK <img src= "blackye.gif" border=0 height= 10 width= 10 alt = "just click here !"> HERE <br> </a> <font size=1 color=660000 > to add this site to your favorites. </center> </td> </table> </TD> </TABLE> <P> <CENTER> <table width="80%" background="redwavebackgr.gif" border=2 bordercolor=black> <td> <font face=arial size=2 color=FFFFE5> <b><center> Best Soccer-on-internet: </td></table> <table width="80%" border=3 bgcolor="#EEE8AA" bordercolor=black cellpadding=9> <td> <center> <table width="118" height="35" bgcolor=white border=3 bordercolor=9BCD9B> <td><center> <FONT face=verdana color=black size=1><B><FONT face=verdana color=black size=1><B><A href="http://www.limso.net/" target=any_window><IMG src="limso_spin.gif" border=0 bordercolor=green " alt= "World's largest soccer-site, providing best picks, based on in-depth research and analysis of all soccer components."></A> </td> </Table> <HR color=990000> <A href="http://www.bethelp.com/" target=any_window> <IMG src="bethelp.gif" border=1 width=115 alt="Your Soccer Betting Portal - Online since 1999 gets back to the origin of the Internet: information - useful and quick - Keep it simple..." ></A> <HR color=990000> <a href= "http://www.activeodds.com " target="any_window"> <img src="activeodds.gif" border= 1 alt="Most reliable odds of the best leagues, always updated, in 2 minutes. And more,... with very good looks."></A> <HR color=990000> <a href="http://www.AsianHandicap.com" target=any_window> <img border="1" src="Asianhandicap.gif" alt="The intuitive URL, AsianHandicap.com, speaks for itself. AsianHandicap.com is the instinctive meeting point for Asian Handicap gamblers around the world."> </a> <HR color=990000> <a href ="http://www.soccer-picks.com"><img src="http://www.soccer-picks.com/socban4.gif" alt="Soccer-picks.com $$ The Best soccer predictions $$"width="115"height="31"border="2" bordercolor=black></a> </td></table> <P> <table width="90%" height=60 bgcolor=white> <td width="60%"><center> <a href="http://www.alexa.com/siteinfo/www.totomaster.com?p=rwidget#reviews" > <img src='http://www.alexa.com/images/webmasters/review-lite-125x60.png' alt='Review www.totomaster.com on alexa.com' /> </a> </td> <td width="40%"> <img src="write.jpg" height=60 > </td> </table> </TD> </TABLE> </td> </table> </td> </table> <CENTER> </CENTER> </td> </TR> </table> </td> </table> <table cellpadding=10 width="100%"> <td bgcolor=eee8aa border=6 bordercolor=black> <font color=FFFFE5 size=2 face=arial><B><center> <IFRAME border=0 marginWidth=0 marginHeight=0 src="Totolinks.html" frameBorder=1 noResize width="100%" scrolling=NO height=98></IFRAME> </td> </table> </TD></TABLE> </TD></TABLE> <P> </P> <P> </p> <P> </P> <P> </P> <center> <table> <td> <center> <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 --> <html>