CINXE.COM
Лига чемпионов УЕФА - Фото – UEFA.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="ru" 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://ru.uefa.com:80/uefachampionsleague/photos/index.html","20120330182008","https://web.archive.org/","web","/_static/", "1333131608"); </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>Лига чемпионов УЕФА - Фото – UEFA.com</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="description" content="Сайт европейского футбола, uefa.com, - официальный сайт УЕФА, Союза европейских футбольных ассоциаций, главного органа управления футболом в Европе. УЕФА проводит ряд самых крупных и престижных континентальных турниров, таких как Лига чемпионов УЕФА, Кубок УЕФА и чемпионат Европы по футболу (ЕВРО-2008, ЕВРО-2012 и т.д.). На сайте в прямом эфире транслируются матчи многих турниров УЕФА, а также есть обширный архив видео- и мобильных услуг. Рубрика Европейский футбол освещает внутренние чемпионаты всех 53 ассоциаций союза, через которые клубы попадают в соревнования УЕФА. На сайте также можно найти все организационные новости УЕФА, а рубрика Тренировка пропагандирует любительский футбол при помощи видеоматериалов."/><meta name="keywords" content="УЕФА, UEFA, Союз европейских футбольных ассоциаций, Union of European Football Associations, Union Europ?enne de Football Association, Европа, Футбол, Football, Soccer, Calcio, Fussball, Fu?ball, F?tbol, Futebol, Лига чемпионов УЕФА, Лига чемпионов, Кубок УЕФА, ЕВРО-2008, EURO-2012, Чемпионат Европы, первенство Европы, ФИФА, FIFA, Кубок мира ФИФА, чемпионат мира, мундиаль, первенство мира, Мишель Платини, Матч-центр, MatchCentre, Европейский футбол, Fantasy Football, Трибуна, Fanzone, Журнал, Live Video, Переигровка, Vodcast, Мобильный, Стадион, Арена, Тренировка, Рефери, Игроки, Футболисты, Тренеры, Трикс и Фликс"/><meta name="author" content="uefa.com"/><link rel="canonical" href="https://web.archive.org/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/index.html"/><link rel="image_src" href="https://web.archive.org/web/20120330182008im_/http://img.uefa.com/imgml/icons/social/og/uefacom.jpg"> </link><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120330182008cs_/http://ru.uefa.com/inc/css/main.css?20120329171916"/><link type="text/css" title="standard" rel="stylesheet" media="print" href="/web/20120330182008cs_/http://ru.uefa.com/inc/css/print.css?20111019091843"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120330182008cs_/http://ru.uefa.com/inc/css/competitions/uefachampionsleague/main.css?20120327045641"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120330182008cs_/http://ru.uefa.com/inc/css/competitions/uefachampionsleague/photogallery.css?20111205085353"/><script type="text/javascript" src="/web/20120330182008js_/http://ru.uefa.com/inc/js/main.js?20120330120239"> </script><script type="text/javascript" src="/web/20120330182008js_/http://ru.uefa.com/inc/js/elements/photogallery.js?20101027113851"> </script> <link rel="shortcut icon" href="/web/20120330182008im_/http://ru.uefa.com/imgml/favicon/comp/ucl.ico"/></head><body id="uefachampionsleague" class="photos index langR"><script type="text/javascript"><!-- SCW.Initialize();SCW.ActiveFlash = true;SCW.FlashPage = true;SCW.AllowedJSContent = new Array();SCW.ContentProperties = {"subsec1":"photos","type":"slideshow","sec":"ucl","comp":"ucl","subsec2":"hub","lang":"RU"};SCW.Events = new Array();SCW.EVars = {};SCW.Props = {"13":"ucl","44":"Sony","43":"web"};SCW.CustomSocialNetwork = {"hp":"ucl hp","valfb":"photos"};SCW.CustomValues = {};//--></script><div id="fb-root"> </div><div class="d3cmsMaster"><div class="d3cmsHeader"><!--googleoff: all--><script type="text/javascript"> var _MSGDETECTALERT ='Больше не спрашивать?'; 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><!--googleoff: snippet--><div class="masterNav"><p class="uefacomLogo"><a title="UEFA.com" href="https://web.archive.org/web/20120330182008/http://ru.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/20120330182008im_/http://ru.uefa.com/imgml/template/uefacomLogo.png" width="142" height="25" alt="UEFA.com"/></a></p><a title="Официальный сайт европейского футбола" class="uefacomBlurb" href="https://web.archive.org/web/20120330182008/http://ru.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/20120330182008im_/http://ru.uefa.com/img/template/HeaderString.png" width="254" height="12" alt="Официальный сайт европейского футбола"/></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/20120330182008/http://ac.uefa.com/ru/">Текстовая версия</a></div><div class="beta"> </div><div class="headerLinks"><div id="myuefacomH"> </div><div id="registerH"><a href="/web/20120330182008/http://ru.uefa.com/community/registration/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Регистрация</a> </div><div id="loginH"><a href="/web/20120330182008/http://ru.uefa.com/community/login/index.html">Войти</a> </div><div id="logoutH" style="display:none"><a id="logoutHL" href="/web/20120330182008/http://ru.uefa.com/community/logout/index.html">Выйти</a> </div><div id="loggedH" style="display:none"><span id="loggedUserSpan"> </span></div></div><div id="searchHeader"><form id="headerSearch" action="https://web.archive.org/web/20120330182008/http://ru.uefa.com/search/index.html"><div id="sL"> </div><div id="sC"><input type="text" name="q" id="hse" value="Поиск"/></div><div class="seLoad"><div> </div></div><div id="sR"><input type="submit" value=""/></div><div class="hide"><div id="seMoreRes">Другие результаты</div><div class="seVal" id="seVal">поиск</div></div></form></div> </div><!--googleon: snippet--><script type="text/javascript"> if(isHeaderClosed){ document.write("<style>#menuLevel1, #menuLevel0 { height: 0; overflow: hidden; } #box{height:0; overflow: hidden;} #OverBox a#close {display: none;} #OverBox a#open {display: block;} #OverBox a#close:hover {display: none;} #OverBox a#open:hover {display: block;} #OverBox a#closeSup {display: none;} #OverBox a#openSup {display: block;}</style>"); }; </script><!--googleoff:snippet--><div id="menuLevel0"><ul><li id="ml0_nc"><a href="/web/20120330182008/http://ru.uefa.com/news/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Новости</a></li><li id="ml0_vc"><a href="/web/20120330182008/http://ru.uefa.com/video/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Видео</a></li><li id="ml0_ls"><a href="/web/20120330182008/http://ru.uefa.com/livescores/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Результаты Live</a></li><li id="ml0_tp"><a href="/web/20120330182008/http://ru.uefa.com/teamsandplayers/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Команды и игроки</a></li><li id="ml0_cg"><a href="/web/20120330182008/http://ru.uefa.com/community/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Общение и игры</a></li><li id="ml0_mc"><a href="/web/20120330182008/http://ru.uefa.com/mobile/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Для мобильного</a></li><li id="ml0_st"><a href="/web/20120330182008/http://ru.uefa.com/store/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Магазин</a></li></ul></div><!--googleon:snippet--><!--googleoff:snippet--><div id="menuLevel1"><ul><li id="ml1_au" class=""><a href="/web/20120330182008/http://ru.uefa.com/uefa/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Об УЕФА</a></li><li id="ml1_ma" class=""><a href="/web/20120330182008/http://ru.uefa.com/memberassociations/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Ассоциации УЕФА</a></li><li id="ml1_wf" class=""><a href="/web/20120330182008/http://ru.uefa.com/women/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Развитие женского футбола</a></li><li id="ml1_tg" class=""><a href="/web/20120330182008/http://ru.uefa.com/trainingground/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Training Ground УЕФА</a></li><li id="ml1_cl" class="current"><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Лига чемпионов УЕФА</a></li><li id="ml1_el" class=""><a href="/web/20120330182008/http://ru.uefa.com/uefaeuropaleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Лига Европы УЕФА</a></li><li id="ml1_eu" class=""><a href="/web/20120330182008/http://ru.uefa.com/uefaeuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЕВРО</a></li><li id="ml1_u21" class=""><a href="/web/20120330182008/http://ru.uefa.com/under21/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЧЕ среди молодежи</a></li><li id="ml1_ac" class="fadeThis "><a href="#">Все турниры</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>- Клубные турниры -</span><ul><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Лига чемпионов УЕФА</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefaeuropaleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Лига Европы УЕФА</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefasupercup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Суперкубок УЕФА</a></li></ul></div><div class="ml1_ac_box_bottom"> </div><div class="ml1_ac_box_top"> </div><div><span>- Сборные -</span><ul><li><a href="/web/20120330182008/http://ru.uefa.com/uefaeuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЕВРО</a></li><li><a href="/web/20120330182008/http://ru.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'});">ЕВРО-2016</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/worldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Чемпионат мира ФИФА</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/under21/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЧЕ среди молодежи</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>- Юноши и любители -</span><ul><li><a href="/web/20120330182008/http://ru.uefa.com/under19/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЧЕ - юноши до 19</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/under17/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЧЕ - юноши до 17</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/regionscup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Кубок регионов</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/20120330182008/http://ru.uefa.com/women/index.html">- Женщины -</a></span><ul><li><a href="/web/20120330182008/http://ru.uefa.com/womenseuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЕВРО среди женщин</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/womensworldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЧМ среди женщин</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/womenschampionsleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Лига чемпионов УЕФА среди женщин</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/womensunder19/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЧЕ - девушки до 19</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/womensunder17/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЧЕ - девушки до 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/20120330182008/http://ru.uefa.com/futsal/index.html">- Футзал -</a></span><ul><li><a href="/web/20120330182008/http://ru.uefa.com/futsaleuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЧЕ по футзалу</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/futsalworldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">ЧМ по футзалу</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/futsalcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Кубок УЕФА по футзалу</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"><div class="bcLinks fl"><a href="/web/20120330182008/http://ru.uefa.com/index.html" title="UEFA.com" class="bcLink">UEFA.com</a> > <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/index.html" title="Лига чемпионов УЕФА" class="bcLink">Лига чемпионов УЕФА</a> > <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/index.html" title="Фото" class="bcLink">Фото</a></div><span class="closer fl"> </span><div class="feedBack fr"><a href="/web/20120330182008/http://ru.uefa.com/community/feedback/index.html">Отзывы</a></div></div><!--googleon:snippet--> </div><div class="d3cmsContentWrap"><div class="d3cmsContent"><div class="d3cmsCHeader"><!--googleoff:snippet--><div id="menuLevel2"><a class="logolink" title="Лига чемпионов УЕФА" href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/index.html">Лига чемпионов УЕФА</a><ul class="right"><li id="ml2_ne" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/news/index.html"><span>Новости</span></a></li><li id="ml2_vi" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/video/index.html"><span>Видео</span></a></li><li id="ml2_ph" class=" current"><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/index.html"><span>Фото</span></a></li><li id="ml2_ma" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/matches/index.html"><span>Матчи</span></a></li><li id="ml2_fi" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/final/index.html"><span>Финал</span></a></li><li id="ml2_cl" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/clubs/index.html"><span>Клубы</span></a></li><li id="ml2_st" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/statistics/index.html"><span>Статистика</span></a></li><li id="ml2_fantasy" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/library/redirect/_fantasy.html"><span>Fantasy</span></a></li><li id="ml2_predictor" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/library/redirect/_predictor.html"><span>Predictor</span></a></li><li id="ml2_ratings" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/library/redirect/_ratings.html"><span>Rater</span></a></li><li id="ml2_potd" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/library/redirect/_potd.html"><span>Ups and downs</span></a></li><li id="ml2_classic" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/library/redirect/_classics.html"><span>Classics</span></a></li><li id="ml2_mo" class=" "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/mobile/index.html"><span>Для телефона</span></a></li><li id="ml2_more_plus" class="fadeThis "><a href="#"><span>Еще<span class="more_btn"> </span></span></a><div id="ml2_more_items" class="hover"><ul><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/store/index.html">Магазин</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/library/redirect/_trophytour.html">Трофи-тур</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/history/index.html">История</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/standings/index.html">Таблица</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/draws/index.html">Жеребьевки</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/accesslist/index.html">Список участников</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/competitionformat/index.html">Формат</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/ticketing/index.html">Билеты</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/theball/index.html">Мяч</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/final/thetrophy/index.html">Трофей</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/ambassador/index.html">Посол</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/music/index.html">Гимн</a></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/season=2012/finance/index.html">Куда уходят деньги</a></li></ul></div></li></ul></div><!--googleon:snippet--><div class="d3cmsTopContent"><div class="row "><!--googleoff:snippet--><div class="grid_12 tabs_pg"><div id="menuLevel3"><h2 class="m3_photo_galleries menuTitle">Фотогалереи</h2><ul class="menu clearfix"><li id="pg_home" class=" current "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/index.html"><span>Домашняя</span></a></li><li id="pg_allgalleries" class=""><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/index.html"><span>Посмотреть все галереи</span></a></li><li id="pg_vote" class=""><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/vote/index.html"><span>Проголосовать</span></a></li><li id="pg_prizes" class=""><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/prizes/index.html"><span>Награды</span></a></li><li id="pg_rules" class=""><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/rules/index.html"><span>Правила</span></a></li><li id="pg_mypage" class=" last "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/mypage/index.html"><span>Мои галереи</span></a></li></ul> </div></div><!--googleon:snippet--> </div><div class="row topCont"><div class="grid_6 "><div><div class="bH"><!--googleoff:index--> <!--googleon:index--> </div><div class="bC"><div class="PGcombo" id="uclselect"><div class="presented_by fr"><span id="promoUrlSony">Представляет </span><div><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/comp/ucl/photogallery/SonyLogo.png" alt="Sony"/></div><div class="copyR">© 1998-2012 УЕФА. Все права защищены. </div></div><div class="sel"><select id="PGclubs" class="ComboBox" onchange="loadClub(this.value)"><option value="SELECT">Выбрать клуб</option><option value="club_50118">АПОЕЛ</option><option value="club_50037">Бавария</option><option value="club_50080">Барселона</option><option value="club_50147">Бенфика</option><option value="club_50058">Милан</option><option value="club_52748">Олимпик</option><option value="club_50051">Реал</option><option value="club_52914">Челси</option></select></div><div class="sel"><select id="PGmatches" class="ComboBox" onchange="loadMatch(this.value, 'sony')"><option value="select">тур</option><option value="match_1_1">Игровой день 1 - вторник</option><option value="match_1_2">Игровой день 1 - cреда</option><option value="match_2_1">Игровой день 2 - вторник</option><option value="match_2_2">Игровой день 2 - cреда</option><option value="match_3_1">Игровой день 3 - вторник</option><option value="match_3_2">Игровой день 3 - cреда</option><option value="match_4_1">Игровой день 4 - вторник</option><option value="match_4_2">Игровой день 4 - cреда</option><option value="match_5_1">Игровой день 5 - вторник</option><option value="match_5_2">Игровой день 5 - cреда</option><option value="match_6_1">Игровой день 7 - вторник</option><option value="match_6_2">Игровой день 7 - cреда</option><option value="match_7_1">тур - вторник</option><option value="match_7_2">тур - cреда</option><option value="match_7_3">тур - вторник</option><option value="match_7_4">тур - cреда</option><option value="match_8_1">Игровой день 8 - вторник</option><option value="match_8_2">Игровой день 8 - cреда</option><option value="match_8_3">Игровой день 8 - вторник</option><option value="match_8_4">Игровой день 8 - cреда</option><option value="match_9_1">Игровой день 9 - вторник</option><option value="match_9_2">Игровой день 9 - cреда</option></select></div></div><!--googleoff: all--><script type="text/javascript"> function loadMatch(val, sponsor){ var arr = val.split("_"); var sponsor = sponsor; if (sponsor != 'sony') { location.href='/competitions/ucl/motm/md='+arr[1]+'/day='+arr[2]+'/index.html'; } else { location.href='/uefachampionsleague/photos/allgalleries/md='+arr[1]+'/day='+arr[2]+'/index.html'; } } function loadClub(val){ var arr = val.split("_"); location.href='/uefachampionsleague/photos/allgalleries/clubs/C='+arr[1]+'/index.html'; } </script><!--googleon: all--> </div><div class="bF"> </div> </div> </div> </div> </div> </div><div class="d3cmsCBody"><div class="row photogallery "><div class="grid_8 "><script type="text/javascript">SCW.AddContent("subsec3", "gallery Первые матчи 1/4 финала",true);</script><div class="row "><!--googleoff: all--><script type="text/javascript"> function sendMail(mode){ var path = document.location.href; SCW.TL(this,'o','Tool Used', {linkTrackVars:'events,eVar43',linkTrackEvents:'event20',events:'event20',eVar43:'pg email gallery'}); var url=''; if (mode=='email'){ url = '/uefachampionsleague/photos/library/_sendemail.htmx?newsid=1775882&url='+path; jsOpenWinPopUp(url, 'SendMail', 480, 480); return false; } } function ShareIt(){ $j('#shLinks').toggle(); } function jsOpenWinPopUp(theUrl, theName, theWidth, theHeight){ if (theName == 'shareWin'){ShareIt();} var features = 'toolbar=no, width='+theWidth+', height='+theHeight+', location=no, scrollbars=yes, resizable=no'; window.open(theUrl, theName, features); } function AddToFav(){ var path = document.location.href; var url1 = path.substring(0, path.indexOf('/competitions')); var url2 = '/uefachampionsleague/photos/'; var url3 = '/index.html'; urlToAdd = url1 + url2 + 'gallery=1775882'+url3; if (window.sidebar) { // Mozilla Firefox Bookmark window.sidebar.addPanel(document.title, urlToAdd,''); } else if ( window.external ) { // IE Favorite window.external.AddFavorite( urlToAdd, document.title); } } function jsOpenFavPopup(theUrl, theName){ var path = document.location.href; var url1 = path.substring(0, path.indexOf('/uefachampionsleague')); var url2 = '/uefachampionsleague/photos/'; var url3 = '/index.html'; urlToAdd = theUrl + url1 + url2 + 'gallery=1775882'+url3; jsOpenWinPopUp(urlToAdd, theName, 800, 600); } </script><!--googleon: all--><div class="shareLinks"><div id="email"><a href="#" onclick="sendMail('email')" title="Послать галерею на электронную почту"><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/comp/ucl/photogallery/mail.gif" alt="Послать галерею на электронную почту"/></a> </div><div id="share"><a href="#" onclick="ShareIt()" title="Поделиться этой галереей"><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/comp/ucl/photogallery/share.gif" alt="Поделиться этой галереей"/></a> </div><div id="favorit"><a href="#" onclick=" SCW.TL(this,'o','Tool Used', {linkTrackVars:'events,eVar43',linkTrackEvents:'event20',events:'event20',eVar43:'pg add mypage'}); handleMyPage('save','1775882');handleMyPage('save','1775882');return false" title="Добавить галерею на Мою страницу"><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/comp/ucl/photogallery/add.gif" alt="Добавить галерею на Мою страницу"/></a><input type="hidden" id="newsTitle" value="Первые матчи 1/4 финала"/><input type="hidden" id="newsLink" value="/uefachampionsleague/photos/gallery=1775882/index.html"/><input type="hidden" id="newsThumb" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/49/84/1774984_w6.jpg"/> </div><div id="GalleryAdded" style="display:none;">Эта галерея добавлена на вашу страницу</div><div id="errorLogIn" style="display:none;"><p id="errorLogInClose"><a href="#" onclick="HideGalleryErrorMsg();" title="Закрыть">Закрыть X</a></p><div id="errorFormLogin"><div id="lblNeedLogin">Чтобы добавить эту галерею на вашу страницу, вы должны войти в систему. Сделайте это ниже или зарегистрируйтесь.</div><div id="PgDEmail" class="PgFieldRow"><label id="PgLEmail" for="PgCEmail">Эл. почта</label><input id="PgCEmail" name="c_email" type="text" value="" maxlength="100" size="30"/></div><div id="PgDPassword" class="PgFieldRow"><label id="PgLPassword" for="PgCPassword">Пароль</label><input id="PgCPassword" name="c_password" type="password"/></div><div id="PgDButtons" class="PgFieldRow"><input type="button" onclick="MyPageformDataValidate('save')" id="PgBtnRegister" name="btn_Login" value="Войти" class="btnG"/><input type="button" id="PgBtnLogin" name="btn_register" value="Регистрация" class="btnG" onclick="location.replace('/user/registration.html')"/></div><div id="dataError" style="display:none;">При обработке вашей информации произошла ошибка. Пожалуйста, проверьте адрес электронной почты и пароль</div><input type="hidden" id="currPhotoGallery" value="1775882"/></div></div> </div><div class="bk_shareLinks" style="display:none;" id="shLinks"><div class="bk_Title">Поделиться этой галереей</div><div class="bk_Body"><ul><li><a href="javascript:AddToFav();" class="bk_icon" title="favourites" onclick=""><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/icons/social/16x16/favourites.png" alt="Избранное"/></a><a href="javascript:AddToFav();" class="bk_label">Избранное</a></li><li><a href="https://web.archive.org/web/20120330182008/http://www.facebook.com/sharer.php?u=" class="bk_icon" title="facebook" onclick="jsOpenFavPopup(this.href,'shareWin');return false;"><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/icons/social/16x16/facebook.png" alt="Facebook"/></a><a href="https://web.archive.org/web/20120330182008/http://www.facebook.com/sharer.php?u=" class="bk_label" onclick="SCW.TL(this,'o','Tool Used', {linkTrackVars:'events,eVar43',linkTrackEvents:'event20',events:'event20',eVar43:'pg facebook'});jsOpenFavPopup(this.href,'shareWin');return false;">Facebook</a></li><li><a href="https://web.archive.org/web/20120330182008/http://www.fark.com/cgi/farkit.pl?u=" class="bk_icon" title="fark" onclick="jsOpenFavPopup(this.href,'shareWin');return false;"><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/icons/social/16x16/fark.png" alt="Fark"/></a><a href="https://web.archive.org/web/20120330182008/http://www.fark.com/cgi/farkit.pl?u=" class="bk_label" onclick="SCW.TL(this,'o','Tool Used', {linkTrackVars:'events,eVar43',linkTrackEvents:'event20',events:'event20',eVar43:'pg fark'});jsOpenFavPopup(this.href,'shareWin');return false;">Fark</a></li><li><a href="https://web.archive.org/web/20120330182008/http://digg.com/submit?url=" class="bk_icon" title="digg" onclick="jsOpenFavPopup(this.href,'shareWin');return false;"><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/icons/social/16x16/digg.png" alt="Digg"/></a><a href="https://web.archive.org/web/20120330182008/http://digg.com/submit?url=" class="bk_label" onclick="SCW.TL(this,'o','Tool Used', {linkTrackVars:'events,eVar43',linkTrackEvents:'event20',events:'event20',eVar43:'pg digg'});jsOpenFavPopup(this.href,'shareWin');return false;">Digg</a></li><li><a href="https://web.archive.org/web/20120330182008/http://twitter.com/home?status=Currently reading" class="bk_icon" title="twitter" onclick="jsOpenFavPopup(this.href,'shareWin');return false;"><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/icons/social/16x16/twitter.png" alt="Twitter"/></a><a href="https://web.archive.org/web/20120330182008/http://twitter.com/home?status=Currently reading" class="bk_label" onclick="SCW.TL(this,'o','Tool Used', {linkTrackVars:'events,eVar43',linkTrackEvents:'event20',events:'event20',eVar43:'pg twitter'});jsOpenFavPopup(this.href,'shareWin');return false;">Twitter</a></li><li><a href="https://web.archive.org/web/20120330182008/http://www.stumbleupon.com/submit?url=" class="bk_icon" title="stumble" onclick="jsOpenFavPopup(this.href,'shareWin');return false;"><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/icons/social/16x16/stumbleupon.png" alt="StumbleUpon"/></a><a href="https://web.archive.org/web/20120330182008/http://www.stumbleupon.com/submit?url=" class="bk_label" onclick="SCW.TL(this,'o','Tool Used', {linkTrackVars:'events,eVar43',linkTrackEvents:'event20',events:'event20',eVar43:'pg stumble'});jsOpenFavPopup(this.href,'shareWin');return false;">StumbleUpon</a></li><li><a href="https://web.archive.org/web/20120330182008/http://www.reddit.com/submit?url=" class="bk_icon" title="reddit" onclick="jsOpenFavPopup(this.href,'shareWin');return false;"><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/icons/social/16x16/reddit.png" alt="Reddit"/></a><a href="https://web.archive.org/web/20120330182008/http://www.reddit.com/submit?url=" class="bk_label" onclick="SCW.TL(this,'o','Tool Used', {linkTrackVars:'events,eVar43',linkTrackEvents:'event20',events:'event20',eVar43:'pg reddit'});jsOpenFavPopup(this.href,'shareWin');return false;">Reddit</a></li></ul></div><div class="bk_Footer"><a onclick="ShareIt()" class="whatThis" title="Закрыть">Закрыть</a></div></div> </div><div class="row "><div id="flashe442d97f009c458ab18f96e4023d7072" class="flashObjNews"></div><script type="text/javascript">var param0 = '';var baseFlashUrl = '/applets/photogallery/sony/photogallery.swf?c=/applets/photogallery/sony/config.xml&d=/uefachampionsleague/photos/gallery=1775882/_gallery.xml&hvi=1&lang=R&autoplay=true';var param1 = 'var __URL_NoFlashLink = \'\'; var varsflashe442d97f009c458ab18f96e4023d7072 = {};';var param2 = 'var attrflashe442d97f009c458ab18f96e4023d7072 = {id:"flashe442d97f009c458ab18f96e4023d70720", name:"flashe442d97f009c458ab18f96e4023d70720" };';var param3 = 'var paramsflashe442d97f009c458ab18f96e4023d7072 = {quality:"high",bgcolor:"#000000",base:"/",wmode:"transparent",allowfullscreen:"true",allowscriptaccess:"always",FlashVars:""};';var param4 = '"/applets/photogallery/sony/photogallery.swf?c=/applets/photogallery/sony/config.xml&d=/uefachampionsleague/photos/gallery=1775882/_gallery.xml&hvi=1&lang=R&autoplay=true|customurl|&" + getUrlParams() +"&strdebug=0","flashe442d97f009c458ab18f96e4023d7072","670","560","9","" ,varsflashe442d97f009c458ab18f96e4023d7072 ,paramsflashe442d97f009c458ab18f96e4023d7072 ,attrflashe442d97f009c458ab18f96e4023d7072 ';</script><script type="text/javascript">addFlashScript(param0,param1,param2,param3,param4);</script> </div> </div><div class="grid_4 "><div class="row "><div><div class="bH"><!--googleoff:index--><!--googleon:index--> </div><div class="bC"><div class="tags"><h2>tags </h2> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/clubs/C=50058/index.html">Милан</a>, <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/clubs/C=50118/index.html">АПОЕЛ</a>, <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/clubs/C=52914/index.html">Челси</a>, <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/clubs/C=50080/index.html">Барселона</a>, <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/clubs/C=50037/index.html">Бавария</a>, <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/clubs/C=52748/index.html">Олимпик</a>, <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/clubs/C=50051/index.html">Реал</a>, <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/clubs/C=50147/index.html">Бенфика</a></div> </div><div class="bF"> </div> </div> </div><div class="row tabcolor tab6"><div class="box ADBox PromoSony"><div class="bH"> </div><div class="bC"><div><!-- begin ad tag (tile=1) --><script type="text/javascript">if (typeof ord=='undefined') {ord=Math.random()*10000000000000000;}var AD_ucl_exclusive_sony_mpu_top_1='https://web.archive.org/web/20120330182008/http://ad.ch.doubleclick.net/adj/ucl.russian/exclusive_sony;pos=mpu_top;tile=1;sect=;kw=;dcopt=ist;sz=300x250;ord=' + ord + '?'; addADLinkScript(AD_ucl_exclusive_sony_mpu_top_1); </script><noscript><p><a href="https://web.archive.org/web/20120330182008/http://ad.ch.doubleclick.net/jump/ucl.russian/exclusive_sony;pos=mpu_top;tile=1;sect=;kw=;sz=300x250;ord=123456789" onclick="window.open(this.href); return false;"><img src="https://web.archive.org/web/20120330182008im_/http://ad.ch.doubleclick.net/ad/ucl.russian/exclusive_sony;pos=mpu_top;tile=1;sect=;kw=;sz=300x250;ord=123456789" width="300" height="250" alt=""/></a></p></noscript><!-- End ad tag --></div> </div><div class="bF"> </div> </div> </div><div class="row tabcolor tab6"><div><div class="bH"><!--googleoff:index--> <!--googleon:index--> </div><div class="bC"><div class="pl_cloud_title">Футболисты</div><div class="cloud"><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=31840/index.html" style="font-size:20px;color:#C1C1C1">Александр Фрей</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=50328/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Бенджамин Хюггель</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=102138/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Валентин Штокер</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=250002277/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Давид Абрахам</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=1906102/index.html" style="font-size:16px;color:#828282">Дам Ндой</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=1905360/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Джердан Шачири</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=31465/index.html" style="font-size:12px;color:#444444">Ивица Олич</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=1905884/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Кристиан Эриксен</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=95803/index.html" style="font-size:24px;color:#FFFFFF">Лионель Месси</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=60390/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Марко Штреллер</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=107529/index.html" style="font-size:16px;color:#828282">Матиас Йоргенсен</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=103697/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Месут Эзил</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=72546/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Себастьен Скиллачи</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=1902446/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Сим де Йонг</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=103333/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Тоби Алдервейрелд</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=68720/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Урби Эмануэльсон</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=105747/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Франко Коcтанцо</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=31609/index.html" style="font-size:12px;color:#444444">Фрэнк Лэмпард</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=250003628/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Эйонг Эно</a> <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/allgalleries/players/P=103704/index.html" style="font-size:14.666666666666666px;color:#6E6E6E">Ян Вертонген</a> </div> </div><div class="bF"> </div> </div> </div> </div> </div><div class="grid_6 "><div class="row "><!--googleoff:snippet--><div class="jTabs tabcolor tab6 " id="tabsPhotoGallery"><h2 class="titleTabsAjax">Фотогалереи </h2><ul class="menu"><li class="selected"><a href="#ui-tabs-tabsPhotoGallery"><span>Свежие </span> </a> </li><li class=""><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/library/_topratedgalleriestab.html"><span>Топ оценок фото </span> </a> </li><li class=""><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/library/_editorspickgalleriestab.html"><span>Выбор редактора </span> </a> </li><li class="last "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/library/_MDhighligthstab.html"><span>Лучшие моменты тура </span> </a> </li> </ul><div id="ui-tabs-tabsPhotoGallery"><div style="" class="PhotoGalleryContent "><div class="bH"><!--googleoff:index--> <!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul class="photoGalleryList clearfix"><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1775882/index.html" title="Первые матчи 1/4 финала"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/49/84/1774984_w6.jpg" width="158" height="89" alt="Первые матчи 1/4 финала" title="Первые матчи 1/4 финала"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1775882/index.html" rel="external">Первые матчи 1/4 финала</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1768668/index.html" title="1/8 финала, ответные матчи - неделя 2"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/76/78/75/1767875_w6.jpg" width="158" height="89" alt="1/8 финала, ответные матчи - неделя 2" title="1/8 финала, ответные матчи - неделя 2"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1768668/index.html" rel="external" title="1/8 финала, ответные матчи - неделя 2">1/8 финала, ответные матчи - неделя 2</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1764824/index.html" title="1/8 финала, ответные матчи - неделя 1"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/76/39/24/1763924_w6.jpg" width="158" height="89" alt="1/8 финала, ответные матчи - неделя 1" title="1/8 финала, ответные матчи - неделя 1"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1764824/index.html" rel="external" title="1/8 финала, ответные матчи - неделя 1">1/8 финала, ответные матчи - неделя 1</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1757894/index.html" title="1/8 финала, первые матчи - неделя 2"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/75/69/00/1756900_w6.jpg" width="158" height="89" alt="1/8 финала, первые матчи - неделя 2" title="1/8 финала, первые матчи - неделя 2"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1757894/index.html" rel="external">1/8 финала, первые матчи - неделя 2</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1753350/index.html" title="1/8 финала, первые матчи - неделя 1"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/75/32/54/1753254_w6.jpg" width="158" height="89" alt="1/8 финала, первые матчи - неделя 1" title="1/8 финала, первые матчи - неделя 1"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1753350/index.html" rel="external">1/8 финала, первые матчи - неделя 1</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1731257/index.html" title="Лига чемпионов - Тур 6, среда"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/73/10/40/1731040_w6.jpg" width="158" height="89" alt="Лига чемпионов - Тур 6, среда" title="Лига чемпионов - Тур 6, среда"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1731257/index.html" rel="external">Лига чемпионов - Тур 6, среда</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1730023/index.html" title="Лига чемпионов - Тур 6, вторник"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/72/93/77/1729377_w6.jpg" width="158" height="89" alt="Лига чемпионов - Тур 6, вторник" title="Лига чемпионов - Тур 6, вторник"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1730023/index.html" rel="external">Лига чемпионов - Тур 6, вторник</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1721712/index.html" title="Лига чемпионов - Тур 5, среда"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/72/15/50/1721550_w6.jpg" width="158" height="89" alt="Лига чемпионов - Тур 5, среда" title="Лига чемпионов - Тур 5, среда"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1721712/index.html" rel="external">Лига чемпионов - Тур 5, среда</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1720194/index.html" title="Лига чемпионов - Тур 5, вторник"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/96/79/1719679_w6.jpg" width="158" height="89" alt="Лига чемпионов - Тур 5, вторник" title="Лига чемпионов - Тур 5, вторник"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/gallery=1720194/index.html" rel="external">Лига чемпионов - Тур 5, вторник</a></div></li></ul><!--googleon:index--> </div><div class="bF"><!--googleoff:index--><div class="navigator"><div class="previousLink fl"> </div><div class="container fl"><span class="startP fl"> </span><div class="pageIndex fl"><ul><li class="current"><span>1</span></li><li class=""><a onclick="basicPaging('|uefachampionsleague|photos|library|_latestgalleriestab,page=2.htmx',this, true);return false;" href="#2">2</a></li><li class=""><a onclick="basicPaging('|uefachampionsleague|photos|library|_latestgalleriestab,page=3.htmx',this, true);return false;" href="#3">3</a></li><li class=""><a onclick="basicPaging('|uefachampionsleague|photos|library|_latestgalleriestab,page=4.htmx',this, true);return false;" href="#4">4</a></li><li class=" last"><a onclick="basicPaging('|uefachampionsleague|photos|library|_latestgalleriestab,page=5.htmx',this, true);return false;" href="#5">5</a></li></ul> </div><span class="endP fl"> </span></div><div class="nextLink fl"><a href="#" title="следующие" onclick="basicPaging('|uefachampionsleague|photos|library|_latestgalleriestab,page=2.htmx',this, true);return false;"> </a> </div></div><!--googleon:index--> </div> </div> </div></div><!--googleon:snippet--> </div> </div><div class="grid_6 "><div class="row "><!--googleoff:snippet--><div class="jTabs tabcolor tab6 " id="tabsPhotos"><h2 class="titleTabsAjax">Свежие фото </h2><ul class="menu"><li class="selected"><a href="#ui-tabs-tabsPhotos"><span>Свежие </span> </a> </li><li class="last "><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/library/_topratedphototab.html"><span>Топ оценок фото </span> </a> </li> </ul><div id="ui-tabs-tabsPhotos"><div style="" class="PhotoGalleryContent "><div class="bH"><!--googleoff:index--> <!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul class="photoGalleryList clearfix"><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1776184&auto=0" title="Luca Antonini (AC Milan) & Alexis Sánchez (FC Barcelona)"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/61/84/1776184_w6.jpg" width="158" height="89" alt="Luca Antonini (AC Milan) & Alexis Sánchez (FC Barcelona)" title="Luca Antonini (AC Milan) & Alexis Sánchez (FC Barcelona)"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1776184&auto=0" rel="external" title="Luca Antonini (AC Milan) & Alexis Sánchez (FC Barcelona)">Luca Antonini (AC Milan) & Alexis Sánchez (FC Barcelona)</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1776177&auto=0" title="Luca Antonini (AC Milan) & Alexis Sánchez (FC Barcelona)"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/61/77/1776177_w6.jpg" width="158" height="89" alt="Luca Antonini (AC Milan) & Alexis Sánchez (FC Barcelona)" title="Luca Antonini (AC Milan) & Alexis Sánchez (FC Barcelona)"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1776177&auto=0" rel="external" title="Luca Antonini (AC Milan) & Alexis Sánchez (FC Barcelona)">Luca Antonini (AC Milan) & Alexis Sánchez (FC Barcelona)</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775995&auto=0" title="FC Bayern München players acknowledge fans"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/59/95/1775995_w6.jpg" width="158" height="89" alt="FC Bayern München players acknowledge fans" title="FC Bayern München players acknowledge fans"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775995&auto=0" rel="external" title="FC Bayern München players acknowledge fans">FC Bayern München players acknowledge fans</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775994&auto=0" title="Mathieu Valbuena (Olympique de Marseille)"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/59/94/1775994_w6.jpg" width="158" height="89" alt="Mathieu Valbuena (Olympique de Marseille)" title="Mathieu Valbuena (Olympique de Marseille)"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775994&auto=0" rel="external" title="Mathieu Valbuena (Olympique de Marseille)">Mathieu Valbuena (Olympique de Marseille)</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775992&auto=0" title="Franck Ribéry (FC Bayern München)"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/59/92/1775992_w6.jpg" width="158" height="89" alt="Franck Ribéry (FC Bayern München)" title="Franck Ribéry (FC Bayern München)"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775992&auto=0" rel="external">Franck Ribéry (FC Bayern München)</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775988&auto=0" title="Zlatan Ibrahimović (AC Milan)"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/59/88/1775988_w6.jpg" width="158" height="89" alt="Zlatan Ibrahimović (AC Milan)" title="Zlatan Ibrahimović (AC Milan)"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775988&auto=0" rel="external">Zlatan Ibrahimović (AC Milan)</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775987&auto=0" title="Didier Deschamps (Olympique de Marseille)"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/59/87/1775987_w6.jpg" width="158" height="89" alt="Didier Deschamps (Olympique de Marseille)" title="Didier Deschamps (Olympique de Marseille)"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775987&auto=0" rel="external" title="Didier Deschamps (Olympique de Marseille)">Didier Deschamps (Olympique de Marseille)</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775986&auto=0" title="Stéphane Mbia (Olympique de Marseille) & Arjen Robben (FC Bayern München)"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/59/86/1775986_w6.jpg" width="158" height="89" alt="Stéphane Mbia (Olympique de Marseille) & Arjen Robben (FC Bayern München)" title="Stéphane Mbia (Olympique de Marseille) & Arjen Robben (FC Bayern München)"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775986&auto=0" rel="external" title="Stéphane Mbia (Olympique de Marseille) & Arjen Robben (FC Bayern München)">Stéphane Mbia (Olympique de Marseille) & Arjen Robben (FC Bayern München)</a></div></li><li><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775985&auto=0" title="Franck Ribéry & Arjen Robben (FC Bayern München)"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/59/85/1775985_w6.jpg" width="158" height="89" alt="Franck Ribéry & Arjen Robben (FC Bayern München)" title="Franck Ribéry & Arjen Robben (FC Bayern München)"/></a><div><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/latestphoto/index.html?pid=1775985&auto=0" rel="external" title="Franck Ribéry & Arjen Robben (FC Bayern München)">Franck Ribéry & Arjen Robben (FC Bayern München)</a></div></li></ul><!--googleon:index--> </div><div class="bF"><!--googleoff:index--><div class="navigator"><div class="previousLink fl"> </div><div class="container fl"><span class="startP fl"> </span><div class="pageIndex fl"><ul><li class="current"><span>1</span></li><li class=""><a onclick="basicPaging('|uefachampionsleague|photos|library|_latestphototab,page=2.htmx',this, true);return false;" href="#2">2</a></li><li class=""><a onclick="basicPaging('|uefachampionsleague|photos|library|_latestphototab,page=3.htmx',this, true);return false;" href="#3">3</a></li><li class=""><a onclick="basicPaging('|uefachampionsleague|photos|library|_latestphototab,page=4.htmx',this, true);return false;" href="#4">4</a></li><li class=" last"><a onclick="basicPaging('|uefachampionsleague|photos|library|_latestphototab,page=5.htmx',this, true);return false;" href="#5">5</a></li></ul> </div><span class="endP fl"> </span></div><div class="nextLink fl"><a href="#" title="следующие" onclick="basicPaging('|uefachampionsleague|photos|library|_latestphototab,page=2.htmx',this, true);return false;"> </a> </div></div><!--googleon:index--> </div> </div> </div></div><!--googleon:snippet--> </div> </div><div class="row grid_12"><div class="box "><div class="bH"><!--googleoff:index--><!--googleon:index--> </div><div class="bC"><div class="boxGenBanner">Голосуй и выиграй</div> </div><div class="bF"> </div> </div> </div><div class="row hpNewsBottom"><div class="grid_4 "><div class="box "><div class="bH"><!--googleoff:index--><!--googleon:index--> </div><div class="bC"><div><a title="Фото" href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/vote/index.html"><img src="/web/20120330182008im_/http://ru.uefa.com/imgml/competitions/championsleague/photogallery/price.jpg" width="324" height="230" alt="Фото"/></a></div> </div><div class="bF"> </div> </div> </div><div class="grid_4 hpPoll"><div style="" class="newsList innerText "><div class="bH"><!--googleoff:index--><h1 class="newsTitle"><a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/vote/index.html" title="ГОЛОСУЙТЕ ЗА ЛУЧШИЕ ФОТО">ГОЛОСУЙТЕ ЗА ЛУЧШИЕ ФОТО »</a></h1><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul><li><a class="newsThumb" href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/vote/index.html"><img src="/web/20120330182008im_/http://ru.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/75/32/89/1753289_w4.jpg" alt="Лучшее в первых матчах 1/8 финала" width="324" height="182"/></a></li></ul><!--googleon:index--> </div><div class="bF"> </div> </div> </div> </div> </div></div></div><div class="d3cmsBCbot"><!--googleoff:snippet--><div class="bcMenu"><div class="bcLinks fl"><a href="/web/20120330182008/http://ru.uefa.com/index.html" title="UEFA.com" class="bcLink">UEFA.com</a> > <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/index.html" title="Лига чемпионов УЕФА" class="bcLink">Лига чемпионов УЕФА</a> > <a href="/web/20120330182008/http://ru.uefa.com/uefachampionsleague/photos/index.html" title="Фото" class="bcLink">Фото</a></div><span class="closer fl"> </span><div class="feedBack fr"><a href="/web/20120330182008/http://ru.uefa.com/community/feedback/index.html">Отзывы</a></div></div><!--googleon:snippet--> </div><div class="d3cmsFooter"><!--googleoff: all--><div class="d3cmsCFooter"><div class="competition fl"><span class="footerLbl">Соревнования</span><div class="competitionlist fl"><span>- Клубные турниры - </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/20120330182008/http://ru.uefa.com/uefachampionsleague/index.html" title="Лига чемпионов УЕФА">Лига чемпионов УЕФА</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefaeuropaleague/index.html" title="Лига Европы УЕФА">Лига Европы УЕФА</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefasupercup/index.html" title="Суперкубок УЕФА">Суперкубок УЕФА</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/20120330182008/http://ru.uefa.com/futsal/index.html" title="- Футзал -">- Футзал - </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/20120330182008/http://ru.uefa.com/futsaleuro/index.html" title="ЧЕ по футзалу">ЧЕ по футзалу</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/futsalworldcup/index.html" title="ЧМ по футзалу">ЧМ по футзалу</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/futsalcup/index.html" title="Кубок УЕФА по футзалу">Кубок УЕФА по футзалу</a></li></ul> </div><div class="competitionlist fl"><span>- Сборные - </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/20120330182008/http://ru.uefa.com/uefaeuro/index.html" title="ЕВРО">ЕВРО</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefaeuro/abouteuro/uefaeuro2016/index.html" title="ЕВРО-2016">ЕВРО-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/20120330182008/http://ru.uefa.com/worldcup/index.html" title="Чемпионат мира ФИФА">Чемпионат мира ФИФА</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/under21/index.html" title="ЧЕ среди молодежи">ЧЕ среди молодежи</a></li></ul><span>- Юноши и любители - </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/20120330182008/http://ru.uefa.com/under19/index.html" title="ЧЕ - юноши до 19">ЧЕ - юноши до 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/20120330182008/http://ru.uefa.com/under17/index.html" title="ЧЕ - юноши до 17">ЧЕ - юноши до 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/20120330182008/http://ru.uefa.com/regionscup/index.html" title="Кубок регионов">Кубок регионов</a></li></ul> </div></div><div class="wf fl"><span class="footerLbl">Женский футбол</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/20120330182008/http://ru.uefa.com/womenseuro/index.html" title="ЕВРО среди женщин">ЕВРО среди женщин</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/womensworldcup/index.html" title="ЧМ среди женщин">ЧМ среди женщин</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/womenschampionsleague/index.html" title="Лига чемпионов УЕФА среди женщин">Лига чемпионов УЕФА среди женщин</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/womensunder19/index.html" title="ЧЕ - девушки до 19">ЧЕ - девушки до 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/20120330182008/http://ru.uefa.com/womensunder17/index.html" title="ЧЕ - девушки до 17">ЧЕ - девушки до 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/20120330182008/http://ru.uefa.com/women/news/index.html" title="Новости">Новости</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/women/video/index.html" title="Видео">Видео</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/women/womens-football-development/index.html" title="Развитие женского футбола">Развитие женского футбола</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/women/key-players/index.html" title="Досье">Досье</a></li></ul> </div><div class="aboutuefa fl"><span class="footerLbl">Об УЕФА</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/20120330182008/http://ru.uefa.com/uefa/news/index.html" title="Новости">Новости</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/aboutuefa/organisation/president/index.html" title="Президент">Президент</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/library/_redirect_calendar.html" title="Календарь">Календарь</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/aboutuefa/organisation/job/index.html" title="Вакансии">Вакансии</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/mediaservices/index.html" title="Пресс-служба">Пресс-служба</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/mediaservices/accreditation/index.html" title="Аккредитация для прессы">Аккредитация для прессы</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/events/videoarchive/index.html" title="Видеоархив УЕФА">Видеоархив УЕФА</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/events/tv/index.html" title="Запрещенные для трансляций часы">Запрещенные для трансляций часы</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/events/marketing/index.html" title="Продажа прав на медиаконтент">Продажа прав на медиаконтент</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/footballfirst/protectingthegame/antidoping/index.html" title="Антидопинг">Антидопинг</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/footballfirst/protectingthegame/medical/index.html" title="Медицина">Медицина</a></li></ul></div><div class="chnw fl"><div class="channel"><span class="footerLbl">Каналы</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/20120330182008/http://ru.uefa.com/news/index.html" title="Новости">Новости</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/teamsandplayers/index.html" title="Команды и игроки">Команды и игроки</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/video/index.html" title="Видео">Видео</a></li></ul></div><div class="channel"><span class="footerLbl">Сайты сети УЕФА</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/20120330182008/http://ru.uefa.com/trainingground/index.html" title="Training Ground УЕФА">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="https://web.archive.org/web/20120330182008/http://twitter.com/uefacom_ru" target="_blank" title="UEFA.com на Twitter">UEFA.com на 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/20120330182008/http://ru.uefa.com/store/index.html" title="Магазин">Магазин</a></li></ul></div></div><div class="tlmyu fl"><div class="tools"><span class="footerLbl">Инструменты</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/20120330182008/http://ru.uefa.com/news/rssfeeds/index.html" title="RSS-каналы">RSS-каналы</a></li></ul></div><div class="channel"><span class="footerLbl">Мой 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/20120330182008/http://ru.uefa.com/community/login/index.html" title="Войти">Войти</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/community/registration/index.html" title="Регистрация">Регистрация</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/community/mypage/profile.htmx" title="Мой UEFA.com">Мой UEFA.com</a></li></ul></div></div><div class="languages row"><span class="langLbl">Сменить язык:</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/20120330182008/http://en.uefa.com/" title="Английский">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/20120330182008/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/20120330182008/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/20120330182008/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/20120330182008/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/20120330182008/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/20120330182008/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/20120330182008/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/20120330182008/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/20120330182008/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/20120330182008/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/20120330182008/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 - Официальный сайт европейского футбола" href="/web/20120330182008/http://ru.uefa.com/index.html"> UEFA.com - Официальный сайт европейского футбола</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/20120330182008/http://ru.uefa.com/uefa/aboutuefa/organisation/contactuefa/index.html" title="Связаться с нами">Связаться с нами</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/faq/index.html" title="Вопросы и ответы">Вопросы и ответы</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/termsconditions.html" title="Правила и Условия">Правила и Условия</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/uefa/privacypolicy.html" title="Конфиденциальность">Конфиденциальность</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330182008/http://ru.uefa.com/sitemap/index.html" title="Карта сайта">Карта сайта</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/20120330182008/http://m.uefa.com/ru/" title="Мобильная версия">Мобильная версия</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/20120330182008/http://ac.uefa.com/ru/" title="Текстовая версия">Текстовая версия</a></li></ul><ul class="disclaimer"><li>© 1998-2012 УЕФА. Все права защищены. </li><li>Названия "CHAMPIONS LEAGUE" и "UEFA CHAMPIONS LEAGUE", логотип и трофей Лиги чемпионов УЕФА, а также логотипы финалов Лиги чемпионов УЕФА являются зарегистрированными торговыми марками УЕФА и/или охраняются авторским правом. Использование этих торговых марок в коммерческих целях запрещено. Пользуясь сайтом UEFA.com, вы тем самым соглашаетесь с Правилами и условиями, а также с Политикой конфиденциальности информации.</li></ul></div><script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://web.archive.org/web/20120330182008/https://ssl." : "https://web.archive.org/web/20120330182008/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:"ru.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/20120330182008/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.SimulateExecute();//--></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 18:20:08 Mar 30, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:02:42 Dec 14, 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.67 exclusion.robots: 0.032 exclusion.robots.policy: 0.019 esindex: 0.012 cdx.remote: 9.637 LoadShardBlock: 158.837 (3) PetaboxLoader3.datanode: 101.832 (4) PetaboxLoader3.resolve: 117.707 (2) load_resource: 138.703 -->