CINXE.COM

Futsal Cup 2012 - Kairat-Dinamo Moskva – UEFA.com

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/index.html","20120108041556","https://web.archive.org/","web","/_static/", "1325996156"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Futsal Cup 2012 - Kairat-Dinamo Moskva – UEFA.com</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="description" content="Europe's football website, uefa.com, is the official site of UEFA, the Union of European Football Associations, and the governing body of football in Europe. UEFA organises some of the most famous and prestigious football competitions on the European continent including the UEFA Champions League, the UEFA Cup and the UEFA European Football Championship (UEFA EURO 2008, UEFA EURO 2012, etc). The website features live video streaming of many UEFA competitions together with an extensive video archive and mobile service. In addition, via the Football Europe section, there is coverage of the 53 national association domestic leagues, the route to UEFA's club competitions; the UEFA Organisation section covers all corporate activities at UEFA, while Training Ground promotes grassroots football initiatives and elearning modules."/><meta name="keywords" content="UEFA,Union of European Football Associations,Union Européenne de Football Association,Europe,Football,Soccer,Calcio,Fussball,Fußball,Fútbol,Futebol,UEFA Champions League,Champions League,UEFA Cup, EURO 2008, EURO 2012,European Championship,FIFA,FIFA World Cup,World Cup,Michel Platini,MatchCentre,Match Centre,Football Europe,Fantasy Football,Fanzone,Magazine,Live Video,Replay,Vodcast,Mobile,Stadium,Training Ground,Referee,Players,Coach"/><meta name="author" content="uefa.com"/><meta name="searchtitle" content="Futsal Cup - Kairat - Dinamo Moskva"/><link rel="canonical" href="https://web.archive.org/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/index.html"/><link rel="image_src" href="https://web.archive.org/web/20120108041556im_/http://img.uefa.com/imgml/icons/social/og/uefacom.jpg"> </link><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120108041556cs_/http://www.uefa.com/inc/css/main.css?20120108003649"/><link type="text/css" title="standard" rel="stylesheet" media="print" href="/web/20120108041556cs_/http://www.uefa.com/inc/css/print.css?20111203035331"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120108041556cs_/http://www.uefa.com/inc/css/competitions/futsalcup/main.css?20111205085454"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120108041556cs_/http://www.uefa.com/inc/css/sections/matches.css?20110923152335"/><script type="text/javascript" src="/web/20120108041556js_/http://www.uefa.com/inc/js/main.js?20111220112324"> </script><script type="text/javascript" src="/web/20120108041556js_/http://www.uefa.com/inc/js/matches/live.js?20111118150306"> </script><link rel="shortcut icon" href="/web/20120108041556im_/http://www.uefa.com/imgml/favicon/comp/futsalcup.ico"/></head><body id="futsalcup" class="season_2012 matches langE artPage onlyMatchComment"><script type="text/javascript"><!-- SCW.Initialize();SCW.AllowedJSContent = new Array();SCW.ContentProperties = {"subsec1":"matches","type":"overview","subsec3":"match kair-dina","sec":"futsalcup","comp":"futsalcup","subsec2":"season 2012","lang":"EN"};SCW.Events = new Array();SCW.EVars = {};SCW.Props = {"14":"2011-12","13":"futsalcup","43":"web","16":"kairat-dinamomoskva","17":"elite round","15":"futsalcup 20 1 2011-12"};SCW.CustomSocialNetwork = {"hp":"uefacom hp"};SCW.CustomValues = {"43":"kairat-dinamomoskva"};//--></script><div id="fb-root"> </div><div class="d3cmsMaster"><div class="d3cmsHeader"><!--googleoff: all--><script type="text/javascript"> var _MSGDETECTALERT ='Do not ask me again?'; function setCookie(name, value, expires, path, domain, secure) { var today = new Date(); today.setTime(today.getTime()); if (expires) { expires = expires * 1000 * 60 * 60 * 24; }; var expires_date = new Date(today.getTime() + (expires)); var d = (domain !== undefined && domain != null && domain != '') ? ";domain=" + domain : ((cookieDomain !== undefined && cookieDomain != null && cookieDomain != '') ? ";domain=" + cookieDomain : ""); document.cookie = name + "=" + escape(value) + ((expires) ? ";expires=" + expires_date.toGMTString() : "") + ((path) ? ";path=" + path : ";path=" + "/") + d + ((secure) ? ";secure" : ""); //alert(name + "=" + escape(value) + ((expires) ? ";expires=" + expires_date.toGMTString() : "") + ((path) ? ";path=" + path : ";path=" + "/") + d + ((secure) ? ";secure" : "")); }; function getCookie(name) { var cookie = document.cookie.match(new RegExp('(^|;)\\s*' + escape(name) + '=([^;\\s]*)')); return (cookie ? unescape(cookie[2]) : null); }; function getIEVersionNumber() { var ua = navigator.userAgent; var MSIEOffset = ua.indexOf("MSIE "); if (MSIEOffset == -1) { return 1000; } else { return parseFloat(ua.substring(MSIEOffset + 5, ua.indexOf(";", MSIEOffset))); }; } var isIE5Min = getIEVersionNumber() < 6; if ((isIE5Min) && (location.pathname != '/redirect/ie55/index.html')) location.href = '/redirect/ie55/index.html'; var _DOMAIN ='uefa.com'; if (location.host=='localhost') _DOMAIN = 'localhost'; </script><script type="text/javascript"> function loginSubmit() { // Following code could cause problem into IE, do not uncomment (when value of location.href is retrieved) var _u527k0bd_element = document.getElementById('miniReturningUrl'); if (typeof _u527k0bd_element != 'undefined' ) _u527k0bd_element.value = window.location.href; if ((document.getElementById('txtUsr').value == '') && (document.getElementById('txtPsw').value == '')) { location.href = '/community/login/index.html'; } else { document.getElementById('loginFormMini').submit(); }; } </script><div id="login" class="login"><form id="loginFormMini" onsubmit="loginSubmit();" action="https://web.archive.org/web/20120108041556/http://www.uefa.com/community/login/index.htmx" method="post"><fieldset><input type="hidden" name="loginButton" value="yes"/><input type="hidden" id="miniReturningUrl" name="returningUrl"/><span id="lblLogin" class="b">Login</span><label for="txtUsr" id="lblUsr">e-mail</label><input id="txtUsr" name="txtUsername" type="text" class="txt" value=""/><label for="txtPsw" id="lblPsw">password</label><input id="txtPsw" name="txtPassword" type="password" class="txt" value=""/><img id="imgClose" src="https://web.archive.org/web/20120108041556im_/http://img.uefa.com/imgml/elem/BtnClose.png" width="15" height="15" alt="" onclick="document.getElementById('login').style.display = 'none';"/><input id="chkRem" name="ckStaySignedIn" class="chk" type="checkbox"/><label for="chkRem" id="lblChk">Stay signed in</label><div id="noaccess"><a href="https://web.archive.org/web/20120108041556/http://www.uefa.com/community/registration/lostpassword.htmx">Can't access?</a></div><div id="btnLogin"><a href="#" class="b" onclick="loginSubmit();">Login</a><span> </span></div></fieldset></form></div><!--googleon: all--><!--googleoff: snippet--><div class="masterNav"><p class="uefacomLogo"><a title="UEFA.com" href="https://web.archive.org/web/20120108041556/http://www.uefa.com/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});"><img src="https://web.archive.org/web/20120108041556im_/http://www.uefa.com/imgml/template/uefacomLogo.png" width="142" height="25" alt="UEFA.com"/></a></p><a title="The official website for European football" class="uefacomBlurb" href="https://web.archive.org/web/20120108041556/http://www.uefa.com/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});"><img src="https://web.archive.org/web/20120108041556im_/http://www.uefa.com/img/template/HeaderString.png" width="254" height="12" alt="The official website for European football"/></a><div class="accessible"><noscript><style type="text/css"> .masterNav .accessible{ height: auto !important; left: 25px !important; top: 30px !important; width: auto !important; } .masterNav .accessible a { color: #2A4982; font-weight: bold; } </style></noscript><a href="https://web.archive.org/web/20120108041556/http://ac.uefa.com/">Accessible version</a></div><div class="beta">&nbsp;</div><div class="headerLinks"><div id="myuefacomH"> </div><div id="registerH"><a href="/web/20120108041556/http://www.uefa.com/community/registration/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Register</a> </div><div id="loginH"><a href="#" id="loginHL" onclick="document.getElementById('login').style.display = 'block';return false;">Login</a> </div><div id="logoutH" style="display:none"><a id="logoutHL" href="/web/20120108041556/http://www.uefa.com/community/logout/index.html">Logout</a>&nbsp;</div><div id="loggedH" style="display:none"><span id="loggedUserSpan">&nbsp;</span></div></div><div id="searchHeader"><form id="headerSearch" action="https://web.archive.org/web/20120108041556/http://www.uefa.com/search/index.html"><div id="sL"> </div><div id="sC"><input type="text" name="q" id="hse" value="Search"/></div><div class="seLoad"><div> </div></div><div id="sR"><input type="submit" value=""/></div><div class="hide"><div id="seMoreRes">More results</div><div class="seVal" id="seVal">search</div></div></form></div> </div><!--googleon: snippet--> <!--googleoff:snippet--><div id="menuLevel0"><ul><li id="ml0_nc"><a href="/web/20120108041556/http://www.uefa.com/news/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">News centre</a></li><li id="ml0_vc"><a href="/web/20120108041556/http://www.uefa.com/video/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Video centre</a></li><li id="ml0_ls"><a href="/web/20120108041556/http://www.uefa.com/livescores/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Live scores</a></li><li id="ml0_tp"><a href="/web/20120108041556/http://www.uefa.com/teamsandplayers/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Teams &amp; players</a></li><li id="ml0_cg"><a href="/web/20120108041556/http://www.uefa.com/community/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Community &amp; games</a></li><li id="ml0_mc"><a href="/web/20120108041556/http://www.uefa.com/mobile/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Mobile centre</a></li><li id="ml0_st"><a href="/web/20120108041556/http://www.uefa.com/store/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Store</a></li></ul></div><!--googleon:snippet--> <!--googleoff:snippet--><div id="menuLevel1"><ul><li id="ml1_au" class=""><a href="/web/20120108041556/http://www.uefa.com/uefa/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">About UEFA</a></li><li id="ml1_ma" class=""><a href="/web/20120108041556/http://www.uefa.com/memberassociations/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Member associations</a></li><li id="ml1_wf" class=""><a href="/web/20120108041556/http://www.uefa.com/women/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Women's football development</a></li><li id="ml1_tg" class=""><a href="/web/20120108041556/http://www.uefa.com/trainingground/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Training Ground</a></li><li id="ml1_cl" class=""><a href="/web/20120108041556/http://www.uefa.com/uefachampionsleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Champions League</a></li><li id="ml1_el" class=""><a href="/web/20120108041556/http://www.uefa.com/uefaeuropaleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Europa League</a></li><li id="ml1_eu" class=""><a href="/web/20120108041556/http://www.uefa.com/uefaeuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA EURO</a></li><li id="ml1_u21" class=""><a href="/web/20120108041556/http://www.uefa.com/under21/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Under-21</a></li><li id="ml1_ac" class="fadeThis "><a href="#">All competitions</a><div id="ml1_ac_items" class="hover"><div id="ml1_ac_top"> </div><div id="ml1_ac_content"><div id="ml1_ac_lside"><div class="ml1_ac_box_top"> </div><div><span>- Club -</span><ul><li><a href="/web/20120108041556/http://www.uefa.com/uefachampionsleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Champions League</a></li><li><a href="/web/20120108041556/http://www.uefa.com/uefaeuropaleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Europa League</a></li><li><a href="/web/20120108041556/http://www.uefa.com/uefasupercup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Super Cup</a></li></ul></div><div class="ml1_ac_box_bottom"> </div><div class="ml1_ac_box_top"> </div><div><span>- National -</span><ul><li><a href="/web/20120108041556/http://www.uefa.com/uefaeuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA EURO</a></li><li><a href="/web/20120108041556/http://www.uefa.com/uefaeuro/abouteuro/uefaeuro2016/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA EURO 2016</a></li><li><a href="/web/20120108041556/http://www.uefa.com/worldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">FIFA World Cup</a></li><li><a href="/web/20120108041556/http://www.uefa.com/under21/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Under-21</a></li></ul></div><div class="ml1_ac_box_bottom"> </div></div><div id="ml1_ac_rside"><div class="ml1_ac_box_top"> </div><div><span>- Youth &amp; Amateur -</span><ul><li><a href="/web/20120108041556/http://www.uefa.com/under19/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Under-19</a></li><li><a href="/web/20120108041556/http://www.uefa.com/under17/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Under-17</a></li><li><a href="/web/20120108041556/http://www.uefa.com/regionscup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Regions' Cup</a></li></ul></div><div class="ml1_ac_box_bottom"> </div><div class="ml1_ac_box_top"> </div><div><span><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});" href="/web/20120108041556/http://www.uefa.com/women/index.html">- Women -</a></span><ul><li><a href="/web/20120108041556/http://www.uefa.com/womenseuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Women's EURO</a></li><li><a href="/web/20120108041556/http://www.uefa.com/womensworldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Women's World Cup</a></li><li><a href="/web/20120108041556/http://www.uefa.com/womenschampionsleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Women's Champions League</a></li><li><a href="/web/20120108041556/http://www.uefa.com/womensunder19/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Women's Under-19</a></li><li><a href="/web/20120108041556/http://www.uefa.com/womensunder17/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Women's Under-17</a></li></ul></div><div class="ml1_ac_box_bottom"> </div><div class="ml1_ac_box_top"> </div><div><span><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});" href="/web/20120108041556/http://www.uefa.com/futsal/index.html">- Futsal -</a></span><ul><li><a href="/web/20120108041556/http://www.uefa.com/futsaleuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Futsal EURO</a></li><li><a href="/web/20120108041556/http://www.uefa.com/futsalworldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">FIFA Futsal World Cup</a></li><li><a href="/web/20120108041556/http://www.uefa.com/futsalcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Futsal Cup</a></li></ul></div><div class="ml1_ac_box_bottom"> </div></div></div><div id="ml1_ac_bottom"> </div></div></li></ul></div><!--googleon:snippet--> </div><div class="d3cmsBCtop"><!--googleoff:snippet--><div class="bcMenu"><ol class="fl bcLinks"><li> <a title="UEFA.com" class="bcLink" href="/web/20120108041556/http://www.uefa.com/index.html">UEFA.com</a></li><li>&nbsp;&gt;&nbsp;<a title="Futsal cup" class="bcLink" href="/web/20120108041556/http://www.uefa.com/futsalcup/index.html">Futsal cup</a></li><li>&nbsp;&gt;&nbsp;<a title="2012" class="bcLink" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/index.html">2012</a></li><li>&nbsp;&gt;&nbsp;<a title="Matches" class="bcLink" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/index.html">Matches</a></li><li>&nbsp;&gt;&nbsp;<a title="Elite round" class="bcLink" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/index.html">Elite round</a></li><li>&nbsp;&gt;&nbsp;<a title="Kairat-Dinamo Moskva" class="bcLink" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/index.html">Kairat-Dinamo Moskva</a></li></ol><span class="closer fl">&nbsp;</span><div class="feedBack fr"><a href="/web/20120108041556/http://www.uefa.com/community/feedback/index.html">Send your feedback</a></div></div><!--googleon:snippet--> </div><div class="d3cmsContent"><div class="d3cmsCHeader"><!--googleoff:snippet--><div id="menuLevel2"><a class="logolink" title="UEFA Futsal Cup" href="/web/20120108041556/http://www.uefa.com/futsalcup/index.html">UEFA Futsal Cup</a><ul><li id="ml2_ne" class=" "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/news/index.html"><span>News</span></a></li><li id="ml2_vi" class=" "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/video/index.html"><span>Video</span></a></li><li id="ml2_ph" class=" "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/photos/index.html"><span>Photos</span></a></li><li id="ml2_ma" class=" current"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/index.html"><span>Matches</span></a></li><li id="ml2_sd" class=" "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/standings/index.html"><span>Standings</span></a></li><li id="ml2_cl" class=" "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/index.html"><span>Clubs</span></a></li><li id="ml2_st" class=" "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/statistics/index.html"><span>Statistics</span></a></li><li id="ml2_dr" class=" "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/draws/index.html"><span>Draws</span></a></li><li id="ml2_fi" class=" "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/finals/index.html"><span>Finals</span></a></li><li id="ml2_fo" class=" "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/competitionformat/index.html"><span>Format</span></a></li><li id="ml2_hi" class=" "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/history/index.html"><span>History</span></a></li></ul></div><!--googleon:snippet--> <div class="d3cmsTopContent"><div class="matchpage row"><div id="matchbox"><div id="VenueDetails"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/index.html">Elite round</a> (<a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/standings/round=2000145/group=2001033/index.html">Group A</a>) - 20/11/2011 - 12:00CET (15:00 local time) - Krylatskoe Sport Palace - Moscow</div><div id="MBhome"><div id="homeDetails"><div id="LogoTeamHome"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=87652/index.html" title="Kairat"><img height="70" width="70" alt="Kairat" title="Kairat" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/70x70/87652.png"/> </a></div><div id="teamHome"><div id="teamHomeName"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=87652/index.html" title="Kairat">Kairat </a></div><div id="resultHome"><ul><li><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=1905391/index.html">Fumasa</a> 23:07</li><li><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250043141/index.html">Alexandre Moraes</a> 37:40</li><li> </li></ul></div></div></div></div><div id="MBresults"><div id="resultsDetails">2-2</div></div><div id="MBawayStatic"><div id="awayDetails"><div id="LogoTeamAway" title="Dinamo Moskva"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=83403/index.html" title="Dinamo Moskva"><img height="70" width="70" alt="Dinamo Moskva" title="Dinamo Moskva" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/70x70/83403.png"/> </a></div><div id="teamAway"><div id="teamAwayName"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=83403/index.html" title="Dinamo Moskva">Dinamo Moskva </a></div><div id="resultAway"><ul><li><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250040772/index.html">Fernandinho</a> 1:34</li><li><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=96587/index.html">Cirilo</a> 39:30</li><li> </li></ul></div></div></div></div><div class="reasonwin">&nbsp;</div><!--googleoff: index--><!--googleon: index--></div><h2 class="seotitle">Kairat - Dinamo Moskva 2-2 - 20/11/2011 - Match page - Futsal Cup 2012</h2></div><div class="mpmenu row overviewdefault"><!--googleoff:snippet--><div class="tabs grid_12"><div id="menuLevel3" class="minorComp"><ul class="menu clearfix"><li id="ml3_match" class=""><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/index.html"><span>Match detail</span></a></li><li id="ml3_matchcentre" class=" last"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/live/day=20/session=1/match=2008849/matchcenterlight/index.html"><span>MatchCentre</span></a></li></ul></div><div class="subtabs sub"><ul class="submenu"><li id="ml3_overview" class=""><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/index.html"><span>Overview</span></a></li><li id="ml3_preview" class=""><span>Preview</span></li><li id="ml3_report" class=""><span>Report</span></li><li id="ml3_lineups" class=""><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/postmatch/lineups/index.html"><span>Lineups</span></a></li><li id="ml3_commentary" class=""><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/postmatch/commentary/index.html"><span>Commentary</span></a></li><li id="ml3_statistics" class=""><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/postmatch/statistics/index.html"><span>Statistics</span></a></li><li id="ml3_photos" class=" last"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/postmatch/photos/index.html"><span>Photos</span></a></li></ul></div></div><!--googleon:snippet--></div></div> </div><div class="d3cmsCBody"><div class="grid_12 timeline"><!--googleoff: snippet--><div class="timelineMatch "><div class="half first b">20</div><div class="half second b">40</div><div class="fl h34 w105"><div class="teamName b">Kairat</div><div class="teamName b">Dinamo Moskva</div></div><div class="fl h34 w436 rel"><div class="ht"><ul><li style="margin-left:207px;" class="10 -1 0"><a href="#"><span class="tooltip topRightSmall"><span class="top">&nbsp;</span><span class="ctn c b"><img class="" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yells.gif" width="15" height="15" alt="Yellow cards"/> Yellow cards<br/>10:43: Andre</span><span class="btm">&nbsp;</span></span><img class="home" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/9x9/yellowcard.jpg" width="9" height="9" alt="Yellow cards"/></a></li><li style="margin-left:40.5px;" class="13 10 0"><a href="#"><span class="tooltip topRightSmall"><span class="top">&nbsp;</span><span class="ctn c b"> Penalty<br/>13:32: Leo</span><span class="btm">&nbsp;</span></span></a></li> </ul></div><div class="ht away"><ul><li style="margin-left:24.75px;" class="1 -1 0"><a href="#"><span class="tooltip topRightSmall"><span class="top">&nbsp;</span><span class="ctn c b"><img class="" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals.gif" width="15" height="15" alt="Goals"/> Goals<br/>1:34: Fernandinho</span><span class="btm">&nbsp;</span></span><img class="away" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/9x9/goals.gif" width="9" height="9" alt="Goals"/></a></li><li style="margin-left:222.75px;" class="13 1 0"><a href="#"><span class="tooltip topRightSmall"><span class="top">&nbsp;</span><span class="ctn c b"><img class="" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yells.gif" width="15" height="15" alt="Yellow cards"/> Yellow cards<br/>13:31: Vinicius</span><span class="btm">&nbsp;</span></span><img class="away" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/9x9/yellowcard.jpg" width="9" height="9" alt="Yellow cards"/></a></li> </ul></div> </div><div class="fl h34 w436 rel"><div class="ht"><ul><li style="margin-left:65.25px;" class="23 19 20"><a href="#"><span class="tooltip topRightSmall"><span class="top">&nbsp;</span><span class="ctn c b"><img class="" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals.gif" width="15" height="15" alt="Goals"/> Goals<br/>23:07: Fumasa</span><span class="btm">&nbsp;</span></span><img class="home" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/9x9/goals.gif" width="9" height="9" alt="Goals"/></a></li><li style="margin-left:121.5px;" class="30 23 20"><a href="#"><span class="tooltip topRightSmall"><span class="top">&nbsp;</span><span class="ctn c b"><img class="" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yells.gif" width="15" height="15" alt="Yellow cards"/> Yellow cards<br/>30:01: Higuita</span><span class="btm">&nbsp;</span></span><img class="home" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/9x9/yellowcard.jpg" width="9" height="9" alt="Yellow cards"/></a></li><li style="margin-left:121.5px;" class="37 30 20"><a href="#"><span class="tooltip topRightSmall"><span class="top">&nbsp;</span><span class="ctn c b"><img class="" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals.gif" width="15" height="15" alt="Goals"/> Goals<br/>37:40: Alexandre Moraes</span><span class="btm">&nbsp;</span></span><img class="home" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/9x9/goals.gif" width="9" height="9" alt="Goals"/></a></li></ul></div><div class="ht away"><ul><li style="margin-left:65.25px;" class="23 19 20"><a href="#"><span class="tooltip topRightSmall"><span class="top">&nbsp;</span><span class="ctn c b"><img class="" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yells.gif" width="15" height="15" alt="Yellow cards"/> Yellow cards<br/>23:13: Pula</span><span class="btm">&nbsp;</span></span><img class="away" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/9x9/yellowcard.jpg" width="9" height="9" alt="Yellow cards"/></a></li><li style="margin-left:243px;" class="36 23 20"><a href="#"><span class="tooltip topRightSmall"><span class="top">&nbsp;</span><span class="ctn c b"><img class="" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yell_reds.gif" width="15" height="15" alt="Red cards"/> Red cards<br/>36:04: Pula</span><span class="btm">&nbsp;</span></span><img class="away" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/9x9/yellow_redcard.jpg" width="9" height="9" alt="Red cards"/></a></li><li style="margin-left:36px;" class="39 36 20"><a href="#"><span class="tooltip topRightSmall"><span class="top">&nbsp;</span><span class="ctn c b"><img class="" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals.gif" width="15" height="15" alt="Goals"/> Goals<br/>39:30: Cirilo</span><span class="btm">&nbsp;</span></span><img class="away" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/9x9/goals.gif" width="9" height="9" alt="Goals"/></a></li></ul></div> </div></div><!--googleon: snippet-->&nbsp;</div> <div class="rightCol grid_4"><div class="row "><div class="box statbar" style=""><div class="bH"><!--googleoff:index--><h3>Match statistics </h3><!--googleon:index--> </div><div class="bC"><div class="matchstat"><h3 class="r"><span class="lteam_stat">Kairat</span><span class="rteam_stat">Dinamo Moskva</span></h3><table> <tr><td class="typestat l">Goals scored</td><td class="lstat r">2 </td><td class="cstat r"><div class="borderbar"><div class="bar" style="width:50%">&nbsp;</div></div></td><td class="rstat l">2 </td></tr> <tr><td class="typestat l">Attempts on target</td><td class="lstat r">14 </td><td class="cstat r"><div class="borderbar"><div class="bar" style="width:46.666666666666664%">&nbsp;</div></div></td><td class="rstat l">16 </td></tr> <tr><td class="typestat l">Attempts off target</td><td class="lstat r">18 </td><td class="cstat r"><div class="borderbar"><div class="bar" style="width:64.28571428571429%">&nbsp;</div></div></td><td class="rstat l">10 </td></tr> <tr><td class="typestat l">Corners</td><td class="lstat r">14 </td><td class="cstat r"><div class="borderbar"><div class="bar" style="width:60.869565217391305%">&nbsp;</div></div></td><td class="rstat l">9 </td></tr> <tr><td class="typestat l">Fouls committed</td><td class="lstat r">7 </td><td class="cstat r"><div class="borderbar"><div class="bar" style="width:46.666666666666664%">&nbsp;</div></div></td><td class="rstat l">8 </td></tr> <tr><td class="typestat l">Yellow cards</td><td class="lstat r">2 </td><td class="cstat r"><div class="borderbar"><div class="bar" style="width:40%">&nbsp;</div></div></td><td class="rstat l">3 </td></tr> <tr><td class="typestat l">Red cards</td><td class="lstat r">0 </td><td class="cstat r"><div class="borderbar"/></td><td class="rstat l">1 </td></tr></table> <div class="more"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/postmatch/statistics/index.html" class="m_s_l">More</a></div></div> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box "><div class="bH"><!--googleoff:index--><h3>Standings </h3> <!--googleon:index--> </div><div class="bC"><div class="t_standings cup_27_2012_2000145_2001033"><h3 class="bigTitle innerText grp_2001033 vis_title">Group A</h3><table class="tb_stand grp_2001033 vis_grtable"><thead><tr class="lcol"><th class="rank nosort innerText"></th><th class="club l nosort "></th><th class=""><abbr title="Played">P</abbr></th><th class="nosort"><abbr title="Points">Pts</abbr></th></tr></thead><tbody><tr class="on "><td class="rank nosort innerText">1</td><td class="club l nosort "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=83403/index.html"><img height="18" width="18" alt="MFK Dinamo Moskva" title="MFK Dinamo Moskva" src="https://web.archive.org/web/20120108041556im_/http://img.uefa.com/imgml/TP/teams/logos/18x18/83403.png"/> Dinamo Moskva</a></td><td>3</td><td class="nosort">7</td></tr><tr class=" off "><td class="rank nosort innerText">2</td><td class="club l nosort "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=87652/index.html"><img height="18" width="18" alt="Kairat Almaty" title="Kairat Almaty" src="https://web.archive.org/web/20120108041556im_/http://img.uefa.com/imgml/TP/teams/logos/18x18/87652.png"/> Kairat</a></td><td>3</td><td class="nosort">7</td></tr><tr class="on "><td class="rank nosort innerText">3</td><td class="club l nosort "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2600500/index.html"><img height="18" width="18" alt="KMF Ekonomac Kragujevac" title="KMF Ekonomac Kragujevac" src="https://web.archive.org/web/20120108041556im_/http://img.uefa.com/imgml/TP/teams/logos/18x18/2600500.png"/> Ekonomac</a></td><td>3</td><td class="nosort">3</td></tr><tr class=" off "><td class="rank nosort innerText">4</td><td class="club l nosort "><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2601461/index.html"><img height="18" width="18" alt="Châtelineau" title="Châtelineau" src="https://web.archive.org/web/20120108041556im_/http://img.uefa.com/imgml/TP/teams/logos/18x18/2601461.png"/> Châtelineau</a></td><td>3</td><td class="nosort">0</td></tr></tbody></table> </div><div class="footnote"><div class="lupdate">Last updated: 21/11/2011 11:12 CET</div></div><div class="legend"><p>Legend:</p><dl class="first"><dd><span class="dt">P: </span>Played   </dd><dd><span class="dt">Pts: </span>Points   </dd></dl> </div><div class="row more innerText"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/standings/round=2000145/group=2001033/index.html">Full standings</a><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/standings/index.html">All groups</a> </div> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="box acBox matchlist" id="matchlist_2008849"><div class="bH"><!--googleoff:index--><h3>Matches </h3><!--googleon:index--> </div><div class="bC"><script type="text/javascript"> $j(document).ready(function(){ $j('#matchlist_2008849').uefaLive({ timestamp: '', timeout:30000, urlcheck: '', urlget: '/live/cup=27/season=2012/day=20/session=1/MatchCenterLight/match=2008849/library/_matchList.html', callback: function(elem, html){ elem.html($j(html).html()); $j('.jAccor').each(function() { var active = ""; var param = {header : 'p.accHeader', autoHeight: false}; var accordionId = this.id; $j("#" + accordionId + " p.accHeader").each(function(i) { if ($j(this).hasClass("selected")) { active = i; } }) if (active != "") { param.active = active; } $j(this).accordion(param); }); } }); }); </script><div id="id" class=" jAccor"> <p class=" accHeader 2000145-2000145 selected"><a href="#"><span class="rName">20 November 2011 </span></a></p><div><table><tbody><table class="RS_Content"><tr id="m_2008848" class="RS_Match on first"><td class="RS_grp"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/standings/round=2000145/group=2001033/index.html" title="Group A">A</a></td><td class="RS_Team home"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2601461/index.html" title="Châtelineau - Ekonomac">Châtelineau</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2601461/index.html"><img height="18" width="18" alt="Châtelineau" title="Châtelineau" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/2601461.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008848/index.html" title="Châtelineau-Ekonomac">2-4</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2600500/index.html"><img height="18" width="18" alt="Ekonomac" title="Ekonomac" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/2600500.png"/></a></td><td class="RS_Team away"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2600500/index.html" title="Châtelineau - Ekonomac">Ekonomac</a></td></tr><tr id="m_2008849" class="RS_Match off"><td class="RS_grp"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/standings/round=2000145/group=2001033/index.html" title="Group A">A</a></td><td class="RS_Team home"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=87652/index.html" title="Kairat - Dinamo Moskva">Kairat</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=87652/index.html"><img height="18" width="18" alt="Kairat" title="Kairat" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/87652.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/index.html" title="Kairat-Dinamo Moskva">2-2</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=83403/index.html"><img height="18" width="18" alt="Dinamo Moskva" title="Dinamo Moskva" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/83403.png"/></a></td><td class="RS_Team away"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=83403/index.html" title="Kairat - Dinamo Moskva">Dinamo Moskva</a></td></tr><tr id="m_2008854" class="RS_Match on"><td class="RS_grp"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/standings/round=2000145/group=2001036/index.html" title="Group D">D</a></td><td class="RS_Team home"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2601559/index.html" title="Uragan - Slov-Matic">Uragan</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2601559/index.html"><img height="18" width="18" alt="Uragan" title="Uragan" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/2601559.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008854/index.html" title="Uragan-Slov-Matic">4-3</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=90414/index.html"><img height="18" width="18" alt="Slov-Matic" title="Slov-Matic" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/90414.png"/></a></td><td class="RS_Team away"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=90414/index.html" title="Uragan - Slov-Matic">Slov-Matic</a></td></tr><tr id="m_2008851" class="RS_Match off"><td class="RS_grp"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/standings/round=2000145/group=2001034/index.html" title="Group B">B</a></td><td class="RS_Team home"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=90395/index.html" title="Araz - Barcelona">Araz</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=90395/index.html"><img height="18" width="18" alt="Araz" title="Araz" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/90395.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008851/index.html" title="Araz-Barcelona">2-2</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2601728/index.html"><img height="18" width="18" alt="Barcelona" title="Barcelona" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/2601728.png"/></a></td><td class="RS_Team away"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2601728/index.html" title="Araz - Barcelona">Barcelona</a></td></tr><tr id="m_2008855" class="RS_Match on"><td class="RS_grp"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/standings/round=2000145/group=2001036/index.html" title="Group D">D</a></td><td class="RS_Team home"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2602104/index.html" title="Montesilvano - Marca">Montesilvano</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2602104/index.html"><img height="18" width="18" alt="Montesilvano" title="Montesilvano" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/2602104.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008855/index.html" title="Montesilvano-Marca">2-2</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2602103/index.html"><img height="18" width="18" alt="Marca" title="Marca" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/2602103.png"/></a></td><td class="RS_Team away"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2602103/index.html" title="Montesilvano - Marca">Marca</a></td></tr><tr id="m_2008850" class="RS_Match off"><td class="RS_grp"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/standings/round=2000145/group=2001034/index.html" title="Group B">B</a></td><td class="RS_Team home"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2602458/index.html" title="Eindhoven - Chrudim">Eindhoven</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=2602458/index.html"><img height="18" width="18" alt="Eindhoven" title="Eindhoven" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/2602458.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008850/index.html" title="Eindhoven-Chrudim">3-0</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=87629/index.html"><img height="18" width="18" alt="Chrudim" title="Chrudim" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/18x18/87629.png"/></a></td><td class="RS_Team away"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=87629/index.html" title="Eindhoven - Chrudim">Chrudim</a></td></tr></table></tbody></table></div></div><div class="more innerText"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/matches/index.html">All matches</a></div> </div><div class="bF"> </div> </div> </div> </div><div class="grid_8"/><div class="row "><div class="box Lineup " id="lineup_2008849"><div class="bH"><!--googleoff:index--><h3>Lineups </h3><!--googleon:index--> </div><div class="bC"><div id="matchLineup"><script type="text/javascript"> $j('#lineup_2008849').removeAttr('style').removeClass('hide'); </script><div><table class="halfwidth fl"><tr><td colspan="3" class="b"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=87652/index.html" title="Kairat"><img height="30" width="30" alt="kairat" title="kairat" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/50x50/87652.png"/></a><h2 class="bigTitle"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=87652/index.html" title="Kairat">Kairat</a></h2></td><td colspan="3" class="b"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=83403/index.html" title="Dinamo Moskva"><img height="30" width="30" alt="dinamo moskva" title="dinamo moskva" src="/web/20120108041556im_/http://www.uefa.com/imgml/TP/teams/logos/50x50/83403.png"/></a><h2 class="bigTitle"><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=83403/index.html" title="Dinamo Moskva">Dinamo Moskva</a></h2></td></tr><tr class="people b"><td class="c w18">2</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250043139/index.html">Higuita</a> (GK)</td><td class="l w155 plev" id="p250043139"><div class="dinl"><img height="15" width="15" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yells.gif" alt="Yellow Card"/><span class="minbymin">30:01</span></div></td><td class="c w18">15</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=48071/index.html">Aleksei Popov</a> (GK)</td><td class="l w155 plev" id="p48071"/></tr><tr class="people b"><td class="c w18">4</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250043140/index.html">Andre</a></td><td class="l w155 plev" id="p250043140"><div class="dinl"><img height="15" width="15" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yells.gif" alt="Yellow Card"/><span class="minbymin">10:43</span></div></td><td class="c w18">5</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=73105/index.html">Pavel Kobzar</a></td><td class="l w155 plev" id="p73105"/></tr><tr class="people b"><td class="c w18">6</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250006164/index.html">Giva</a></td><td class="l w155 plev" id="p250006164"/><td class="c w18">6</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250040773/index.html">Tatù</a></td><td class="l w155 plev" id="p250040773"/></tr><tr class="people b"><td class="c w18">8</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=1900022/index.html">Dinmukhambet Suleimenov</a> (C)</td><td class="l w155 plev" id="p1900022"/><td class="c w18">11</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=96587/index.html">Cirilo</a></td><td class="l w155 plev" id="p96587"><div class="dinl"><img height="15" width="15" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals.gif" alt="Goal"/><span class="minbymin">39:30</span></div></td></tr><tr class="people b"><td class="c w18">9</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250014628/index.html">Katata</a></td><td class="l w155 plev" id="p250014628"/><td class="c w18">18</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250040772/index.html">Fernandinho</a></td><td class="l w155 plev" id="p250040772"><div class="dinl"><img height="15" width="15" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals.gif" alt="Goal"/><span class="minbymin">1:34</span></div></td></tr><tr class="people"><td class="c w18">1</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=74580/index.html">Vitaliy Khalyavin</a> (GK)</td><td class="l w155 plev" id="p74580"/><td class="c w18">1</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=69453/index.html">Gennadi Garagulya</a> (GK)</td><td class="l w155 plev" id="p69453"/></tr><tr class="people"><td class="c w18">3</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250025216/index.html">Leo Santana</a></td><td class="l w155 plev" id="p250025216"/><td class="c w18">3</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250040771/index.html">Romulo</a></td><td class="l w155 plev" id="p250040771"/></tr><tr class="people"><td class="c w18">5</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250014634/index.html">Serik Zhamankulov</a></td><td class="l w155 plev" id="p250014634"/><td class="c w18">4</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=73107/index.html">Aleksandr Rahimov</a> (C)</td><td class="l w155 plev" id="p73107"/></tr><tr class="people"><td class="c w18">10</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250014629/index.html">Leo</a></td><td class="l w155 plev" id="p250014629"><div class="dinl"><img height="15" width="15" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals_W.gif" alt="Penalty"/><span class="minbymin">13:32</span></div></td><td class="c w18">7</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=98558/index.html">Aleksandr Fukin</a></td><td class="l w155 plev" id="p98558"/></tr><tr class="people"><td class="c w18">11</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=1905391/index.html">Fumasa</a></td><td class="l w155 plev" id="p1905391"><div class="dinl"><img height="15" width="15" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals.gif" alt="Goal"/><span class="minbymin">23:07</span></div></td><td class="c w18">9</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=96901/index.html">Vinicius</a></td><td class="l w155 plev" id="p96901"><div class="dinl"><img height="15" width="15" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yells.gif" alt="Yellow Card"/><span class="minbymin">13:31</span></div></td></tr><tr class="people"><td class="c w18">12</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250043141/index.html">Alexandre Moraes</a></td><td class="l w155 plev" id="p250043141"><div class="dinl"><img height="15" width="15" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals.gif" alt="Goal"/><span class="minbymin">37:40</span></div></td><td class="c w18">10</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250026672/index.html">Pula</a></td><td class="l w155 plev" id="p250026672"><div class="dinl"><img height="15" width="15" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yells.gif" alt="Yellow Card"/><span class="minbymin">23:13</span></div><div class="dinl"><img height="15" width="15" src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yell_reds.gif" alt="Red Card"/><span class="minbymin">36:04</span></div></td></tr><tr class="people"><td class="c w18">14</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=250027483/index.html">Felipe</a></td><td class="l w155 plev" id="p250027483"/><td class="c w18">55</td><td class="l w160"><a class="pllinehe" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/player=74530/index.html">Anatoli Badretdinov</a></td><td class="l w155 plev" id="p74530"/></tr><tr><td colspan="6" class="b l"><h2 class="medTitle t10">Coach</h2></td></tr><tr class="people"><td class="w18"/><td class="l w160">João Carlos Barbosa (BRA) </td><td class="w155"/><td class="w18"/><td class="l w160">Faustino Pérez (ESP) </td><td class="w155"/></tr><tr><td colspan="6" class="b l"><h2 class="medTitle t10">First referee</h2></td></tr><tr class="people noborder"><td class="w18"/><td colspan="5" class="l">Fernando Gutiérrez Lumbreras (ESP) </td></tr><tr><td colspan="6" class="b l"><h2 class="medTitle t10">Second referee</h2></td></tr><tr class="people noborder"><td class="w18"/><td colspan="5" class="l">Karel Henych (CZE) </td></tr><tr><td colspan="6" class="b l"><h2 class="medTitle t10">Third official</h2></td></tr><tr class="people noborder"><td class="w18"/><td colspan="5" class="l">Borislav Kolev (BUL) </td></tr></table><div id="legendCommentary"><h2>Legend:</h2><ul><li><img src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals.gif" width="15" height="15" alt="Goals"/>Goals</li><li><img src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals_O.gif" width="15" height="15" alt="Own goal"/>Own goal</li><li><img src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals_P.gif" width="15" height="15" alt="Penalties"/>Penalties</li><li><img src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/goals_W.gif" width="15" height="15" alt="Missed Penalties"/>Missed Penalties</li><li><img src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/reds.gif" width="15" height="15" alt="reds_card"/>Red cards</li><li><img src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yells.gif" width="15" height="15" alt="yellow_cards"/>Yellow cards</li><li><img src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/yell_reds.gif" width="15" height="15" alt="yellow_red_cards"/>Yellow/red card</li><li><img src="/web/20120108041556im_/http://www.uefa.com/imgml/icons/event/substs.gif" width="15" height="15" alt="Substitution"/>Substitution</li></ul></div></div> </div> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="box see_also_matches"><div class="bH"><!--googleoff:index--><h3>See also </h3><!--googleon:index--> </div><div class="bC"><ul class="seealso"><li><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=87652/index.html" class="mlogo"><img height="60" width="60" alt="Kairat" title="Kairat" src="https://web.archive.org/web/20120108041556im_/http://img.uefa.com/imgml/TP/teams/logos/70x70/87652.png"/></a><div class="mdetail"><h3><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=87652/index.html">Kairat</a></h3>Not yet available</div></li><li><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=83403/index.html" class="mlogo"><img height="60" width="60" alt="Dinamo Moskva" title="Dinamo Moskva" src="https://web.archive.org/web/20120108041556im_/http://img.uefa.com/imgml/TP/teams/logos/70x70/83403.png"/></a><div class="mdetail"><h3><a href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/clubs/club=83403/index.html">Dinamo Moskva</a></h3>Not yet available</div> </li></ul> </div><div class="bF"> </div> </div> </div> </div></div><div class="d3cmsBCbot"><!--googleoff:snippet--><div class="bcMenu"><ol class="fl bcLinks"><li> <a title="UEFA.com" class="bcLink" href="/web/20120108041556/http://www.uefa.com/index.html">UEFA.com</a></li><li>&nbsp;&gt;&nbsp;<a title="Futsal cup" class="bcLink" href="/web/20120108041556/http://www.uefa.com/futsalcup/index.html">Futsal cup</a></li><li>&nbsp;&gt;&nbsp;<a title="2012" class="bcLink" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/index.html">2012</a></li><li>&nbsp;&gt;&nbsp;<a title="Matches" class="bcLink" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/index.html">Matches</a></li><li>&nbsp;&gt;&nbsp;<a title="Elite round" class="bcLink" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/index.html">Elite round</a></li><li>&nbsp;&gt;&nbsp;<a title="Kairat-Dinamo Moskva" class="bcLink" href="/web/20120108041556/http://www.uefa.com/futsalcup/season=2012/matches/round=2000145/match=2008849/index.html">Kairat-Dinamo Moskva</a></li></ol><span class="closer fl">&nbsp;</span><div class="feedBack fr"><a href="/web/20120108041556/http://www.uefa.com/community/feedback/index.html">Send your feedback</a></div></div><!--googleon:snippet--> </div><div class="d3cmsFooter"><!--googleoff: all--><div class="d3cmsCFooter"><div class="competition fl"><span class="footerLbl">Competitions</span><div class="competitionlist fl"><span>- Club - </span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefachampionsleague/index.html" title="UEFA Champions League">UEFA Champions League</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefaeuropaleague/index.html" title="UEFA Europa League">UEFA Europa League</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefasupercup/index.html" title="UEFA Super Cup">UEFA Super Cup</a></li></ul><span><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/futsal/index.html" title="- Futsal -">- Futsal - </a></span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/futsaleuro/index.html" title="Futsal EURO">Futsal EURO</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/futsalworldcup/index.html" title="FIFA Futsal World Cup">FIFA Futsal World Cup</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/futsalcup/index.html" title="Futsal Cup">Futsal Cup</a></li></ul> </div><div class="competitionlist fl"><span>- National - </span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefaeuro/index.html" title="UEFA EURO">UEFA EURO</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefaeuro/abouteuro/uefaeuro2016/index.html" title="UEFA EURO 2016">UEFA EURO 2016</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/worldcup/index.html" title="FIFA World Cup">FIFA World Cup</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/under21/index.html" title="Under-21">Under-21</a></li></ul><span>- Youth &amp; Amateur - </span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/under19/index.html" title="Under-19">Under-19</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/under17/index.html" title="Under-17">Under-17</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/regionscup/index.html" title="Regions' Cup">Regions' Cup</a></li></ul> </div></div><div class="wf fl"><span class="footerLbl">Women's football</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/womenseuro/index.html" title="UEFA Women's EURO">UEFA Women's EURO</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/womensworldcup/index.html" title="Women's World Cup">Women's World Cup</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/womenschampionsleague/index.html" title="UEFA Women's Champions League">UEFA Women's Champions League</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/womensunder19/index.html" title="Women's Under-19">Women's Under-19</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/womensunder17/index.html" title="Women's Under-17">Women's Under-17</a></li></ul><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/women/news/index.html" title="News">News</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/women/video/index.html" title="Video">Video</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/women/womens-football-development/index.html" title="Women's football development">Women's football development</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/women/key-players/index.html" title="Profiles">Profiles</a></li></ul> </div><div class="aboutuefa fl"><span class="footerLbl">About UEFA</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/news/index.html" title="News">News</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/aboutuefa/organisation/president/index.html" title="President">President</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/library/_redirect_calendar.html" title="Calendar">Calendar</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/aboutuefa/organisation/job/index.html" title="Jobs">Jobs</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/mediaservices/index.html" title="Media services">Media services</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/documentlibrary/index.html" title="Library">Library</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/mediaservices/accreditation/index.html" title="Media accreditation">Media accreditation</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/events/videoarchive/index.html" title="UEFA video archive">UEFA video archive</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/events/tv/news/newsid=19817.html" title="Blocked broadcasting hours">Blocked broadcasting hours</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/events/marketing/index.html" title="Media content rights sales">Media content rights sales</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/footballfirst/protectingthegame/antidoping/index.html" title="Anti-doping">Anti-doping</a></li></ul></div><div class="chnw fl"><div class="channel"><span class="footerLbl">Channels</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/news/index.html" title="News centre">News centre</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/teamsandplayers/index.html" title="Teams &amp; players">Teams &amp; players</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/video/index.html" title="Video">Video</a></li></ul></div><div class="channel"><span class="footerLbl">UEFA network sites</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/trainingground/index.html" title="UEFA Training Ground">UEFA Training Ground</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/trainingground/grassroots/index.html" title="UEFA Grassroots Day">UEFA Grassroots Day</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="https://web.archive.org/web/20120108041556/http://www.facebook.com/uefacom" target="_blank" title="UEFA.com on Facebook">UEFA.com on Facebook</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="https://web.archive.org/web/20120108041556/http://twitter.com/uefacom" target="_blank" title="UEFA.com on Twitter">UEFA.com on Twitter</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/store/index.html" title="Store">Store</a></li></ul></div></div><div class="tlmyu fl"><div class="tools"><span class="footerLbl">Tools</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/news/rssfeeds/index.html" title="RSS feeds">RSS feeds</a></li></ul></div><div class="channel"><span class="footerLbl">My UEFA.com</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/community/login/index.html" title="Login">Login</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/community/registration/index.html" title="Register">Register</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/community/mypage/profile.htmx" title="My UEFA.com">My UEFA.com</a></li></ul></div></div><div class="languages row"><span class="langLbl">Change language:</span><ul class="changeLang"><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'en', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://en.uefa.com/" title="English">English</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'fr', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://fr.uefa.com/" title="Français">Français</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'de', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://de.uefa.com/" title="Deutsch">Deutsch</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'ru', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://ru.uefa.com/" title="Русский">Русский</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'es', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://es.uefa.com/" title="Español">Español</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'it', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://it.uefa.com/" title="Italiano">Italiano</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'pt', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://pt.uefa.com/" title="Português">Português</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'pl', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://pl.uefa.com/" title="Polski">Polski</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'uk', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://ua.uefa.com/" title="Українська">Українська</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'jp', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://jp.uefa.com/" title="日本語">日本語</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'cn', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://cn.uefa.com/" title="中文">中文</a></li><li class="last"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'kr', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120108041556/http://kr.uefa.com/" title="한국어">한국어</a></li></ul></div></div><div class="d3cmsBFooter"><div class="d3cmsBCFooter"> <div class="footerL fl"><div class="footerLogo"><a title="UEFA.com - The official website for European football" href="/web/20120108041556/http://www.uefa.com/index.html"> UEFA.com - The official website for European football</a></div></div><div class="footerR fl"><ul class="fOfficial"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/aboutuefa/organisation/contactuefa/index.html" title="Contact us">Contact us</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/faq/index.html" title="Help / FAQ">Help / FAQ</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/termsconditions.html" title="Terms and Conditions">Terms and Conditions</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/uefa/privacypolicy.html" title="Privacy">Privacy</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120108041556/http://www.uefa.com/sitemap/index.html" title="Sitemap">Sitemap</a></li><li class="fl"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="https://web.archive.org/web/20120108041556/http://m.uefa.com/" title="Mobile version">Mobile version</a></li><li class="fl"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="https://web.archive.org/web/20120108041556/http://ac.uefa.com/" title="Accessible version">Accessible version</a></li></ul><ul class="disclaimer"><li>© 1998-2011 UEFA. All rights reserved.</li><li>The UEFA word, the UEFA Futsal Cup logo and trophy are protected by trade marks and/or copyright of UEFA. No use for commercial purposes may be made of such trade marks. Use of UEFA.com signifies your agreement to the Terms and Conditions and Privacy Policy.</li></ul></div><script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://web.archive.org/web/20120108041556/https://ssl." : "https://web.archive.org/web/20120108041556/http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script><script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-12554578-1"); pageTracker._trackPageview(); } catch(err) {} </script><script type="text/javascript"> var _sf_async_config={uid:342,domain:"en.uefa.com",pingServer:"pdeltatre.chartbeat.net"}; (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', (("https:" == document.location.protocol) ? "https://web.archive.org/web/20120108041556/https://s3.amazonaws.com/" : "http://") + "static.chartbeat.com/js/chartbeat.js"); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script></div></div><!--googleon: all--> </div> </div><script type="text/javascript"><!-- SCW.Execute();//--></script><script type="text/javascript"><!-- if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')//--></script><noscript><!--Web Analytics--></noscript><!--/DO NOT REMOVE/--><!-- End SiteCatalyst code version: H.20.3. --> </body></html><!-- FILE ARCHIVED ON 04:15:56 Jan 08, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:26:28 Nov 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.799 exclusion.robots: 0.038 exclusion.robots.policy: 0.022 esindex: 0.015 cdx.remote: 5.285 LoadShardBlock: 183.026 (3) PetaboxLoader3.resolve: 170.837 (3) PetaboxLoader3.datanode: 87.3 (4) load_resource: 116.789 -->

Pages: 1 2 3 4 5 6 7 8 9 10