CINXE.COM

Under-21 – 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:80/under21/index.html","20120121095951","https://web.archive.org/","web","/_static/", "1327139991"); </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>Under-21 – 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 property="og:title" content="UEFA Under-21 Championship"/><meta property="og:type" content="sport_league"/><meta property="og:url" content="https://web.archive.org/web/20120121095951/http://www.facebook.com/under21"/><meta property="og:image" content="https://web.archive.org/web/20120121095951im_/http://img.uefa.com/imgml/icons/social/og/u21.jpg"/><meta property="og:site_name" content="UEFA.com"/><meta property="og:description" content="The official home of the UEFA Under-21 Championship on Facebook."/><meta property="fb:admins" content="100000241027088,523586153,100000890143867"/><meta property="fb:app_id" content="241194762579707"/><link rel="canonical" href="https://web.archive.org/web/20120121095951/http://www.uefa.com/under21/index.html"/><link rel="image_src" href="https://web.archive.org/web/20120121095951im_/http://img.uefa.com/imgml/icons/social/og/uefacom.jpg"> </link><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120121095951cs_/http://www.uefa.com/inc/css/main.css?20120119064354"/><link type="text/css" title="standard" rel="stylesheet" media="print" href="/web/20120121095951cs_/http://www.uefa.com/inc/css/print.css?20111203035331"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120121095951cs_/http://www.uefa.com/inc/css/competitions/under21/main.css?20111205085459"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120121095951cs_/http://www.uefa.com/inc/css/sections/contentreader.css?20110427113952"/> <script type="text/javascript" src="/web/20120121095951js_/http://www.uefa.com/inc/js/main.js?20111220112324"> </script><script type="text/javascript" src="/web/20120121095951js_/http://www.uefa.com/inc/js/elements/contentreader.js?20110209140109"> </script> <link rel="shortcut icon" href="/web/20120121095951im_/http://www.uefa.com/imgml/favicon/comp/under21.ico"/></head><body id="under21" class="homepage langE"><script type="text/javascript"><!-- SCW.Initialize();SCW.AllowedJSContent = new Array();SCW.ContentProperties = {"type":"hub","sec":"u21","comp":"u21","lang":"EN"};SCW.Events = new Array();SCW.EVars = {};SCW.Props = {"13":"u21","43":"web"};SCW.CustomSocialNetwork = {"hp":"u21 hp"};SCW.CustomValues = {};//--></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/20120121095951/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/20120121095951im_/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/20120121095951/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/20120121095951/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/20120121095951im_/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/20120121095951/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/20120121095951im_/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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="current"><a href="/web/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/http://www.uefa.com/women/index.html">- Women -</a></span><ul><li><a href="/web/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/http://www.uefa.com/futsal/index.html">- Futsal -</a></span><ul><li><a href="/web/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/http://www.uefa.com/index.html">UEFA.com</a></li><li>&nbsp;&gt;&nbsp;<a title="Under-21" class="bcLink" href="/web/20120121095951/http://www.uefa.com/under21/index.html">Under-21</a></li></ol><span class="closer fl">&nbsp;</span><div class="feedBack fr"><a href="/web/20120121095951/http://www.uefa.com/community/feedback/index.html">Send your feedback</a></div><div class="fblike"><fb:like class="bcfb" xmlns:fb="http://www.facebook.com/2008/fbml"> </fb:like></div></div><!--googleon:snippet--> </div><div class="d3cmsContent"><div class="d3cmsCHeader"><!--googleoff:snippet--><div id="menuLevel2"><h1><a class="logolink" title="UEFA European Under-21 Championship" href="/web/20120121095951/http://www.uefa.com/under21/index.html">UEFA European Under-21 Championship</a></h1><ul><li id="ml2_ne" class=" "><a href="/web/20120121095951/http://www.uefa.com/under21/news/index.html"><span>News</span></a></li><li id="ml2_vi" class=" "><a href="/web/20120121095951/http://www.uefa.com/under21/video/index.html"><span>Video</span></a></li><li id="ml2_ph" class=" "><a href="/web/20120121095951/http://www.uefa.com/under21/photos/index.html"><span>Photos</span></a></li><li id="ml2_ma" class=" "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/index.html"><span>Matches</span></a></li><li id="ml2_sd" class=" "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/standings/index.html"><span>Standings</span></a></li><li id="ml2_te" class=" "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/index.html"><span>Teams</span></a></li><li id="ml2_st" class=" "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/statistics/index.html"><span>Statistics</span></a></li><li id="ml2_dr" class=" "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/draws/index.html"><span>Draws</span></a></li><li id="ml2_fi" class=" "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/finals/index.html"><span>Finals</span></a></li><li id="ml2_fo" class=" "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/competitionformat/index.html"><span>Format</span></a></li><li id="ml2_hi" class=" "><a href="/web/20120121095951/http://www.uefa.com/under21/history/index.html"><span>History</span></a></li></ul></div><!--googleon:snippet--> </div><div class="d3cmsCBody"><div class="grid_8 "><div class="row "><div class="row omniture_news_reader"><!--googleoff:snippet--><div class="jTabs tabcolor tab8 " id="mainNewsU21"><ul class="menu"><li class="last"><a href="#ui-tabs-mainNewsU211" rel=""><span>News&nbsp;</span></a></li></ul><div id="ui-tabs-mainNewsU211" class="ui-tabs-panel"><div style="" class="box mainNewsHP noborder"><div class="bH"><!--googleoff:index--><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul class="clearfix"><li class="high"><a class="newsThumb" href="/web/20120121095951/http://www.uefa.com/under21/news/newsid=1716794.html"><img src="/web/20120121095951im_/http://www.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/69/36/78/1693678_w4.jpg" alt="Gemany, Spain and France setting the pace" width="324" height="182"/></a><h2 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/news/newsid=1716794.html" title="Israel 2013: State of play">Israel 2013: State of play</a></h2><div class="newsComment innerText"><a href="/web/20120121095951/http://www.uefa.com/under21/news/newsid=1716794.html">Germany and Spain lead the race to reach the 2013 UEFA European Under-21 Championship play-offs as qualifying takes a back seat until February. UEFA.com surveys the ten groups.</a></div><span class="relListLbl">Related Items</span><ul class="relitems bulletList clearfix"><li><a href="/web/20120121095951/http://www.uefa.com/under21/news/newsid=1714948.html">Past a faint memory for summer U21 finalists</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/news/newsid=1714418.html">Armenia out to emulate senior success</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/news/newsid=1713244.html">Final repeat tops Under-21 bill</a></li></ul></li><li class="medium s5"><h2 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006999/postmatch/report/index.html" title="Hamad undoes Malta">Hamad undoes Malta</a></h2><div class="newsbody"><div class="fl"><a class="newsThumb" href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006999/postmatch/report/index.html"><img src="/web/20120121095951im_/http://www.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/63/55/1716355_s5.jpg" alt="Hamad shines as Sweden win in Malta" width="75" height="75"/></a></div><div class="nlbody"><div class="newsComment innerText"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006999/postmatch/report/index.html"><b>Malta 0-1 Sweden</b><br/>Captain Jiloan Hamad was the star of the show at the Hibernians Ground, scoring the only goal and dictating the pace of the Group 2 game.</a></div></div></div></li><li class="medium s5"><h2 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006816/postmatch/report/index.html" title="Ukraine get first Group 2 win">Ukraine get first Group 2 win</a></h2><div class="newsbody"><div class="fl"><a class="newsThumb" href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006816/postmatch/report/index.html"><img src="/web/20120121095951im_/http://www.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/63/40/1716340_s5.jpg" alt="Ukraine earn first Group 2 win against Lithuania" width="75" height="75"/></a></div><div class="nlbody"><div class="newsComment innerText"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006816/postmatch/report/index.html"><b>Ukraine 2-0 Lithuania</b><br/>Goals from Serhiy Rybalka and Yevhen Shakhov gave the home side their first win in Group 2 against a Lithuania side who rarely threatened.</a></div></div></div></li><li class="subtitle"><span class="relListLbl">Other top stories</span></li><li class="lower"><h3 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006798/postmatch/report/index.html">Seven up for Germany</a></h3></li><li class="lower"><h3 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006911/postmatch/report/index.html">Italy make it five in a row</a></h3></li><li class="lower"><h3 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006985/postmatch/report/index.html">Bulgaria held at home</a></h3></li><li class="lower"><h3 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006844/postmatch/report/index.html">Armenia repel Wales</a></h3></li><li class="moreClear"><a href="/web/20120121095951/http://www.uefa.com/under21/news/index.html" class="FooterURL">More news</a></li></ul><!--googleon:index--> </div><div class="bF"> </div> </div> </div></div><!--googleon:snippet--> </div><div class="row "><div id="sponsorUnder21" class="sponsorBar"><ul><li class="spn_"><a title="adidas" href="https://web.archive.org/web/20120121095951/http://www.adidas.com/football" onclick="window.open(this.href); return false;"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/comp/u21/sponsor/65x35/adidas.gif" alt="adidas" width="65" height="35"/></a></li><li class="spn_"><a title="Carlsberg" href="https://web.archive.org/web/20120121095951/http://www.carlsberg.com/" onclick="window.open(this.href); return false;"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/comp/u21/sponsor/65x35/carlsberg.gif" alt="Carlsberg" width="65" height="35"/></a></li><li class="spn_"><a title="Coca-Cola" href="https://web.archive.org/web/20120121095951/http://www.coca-cola.com/index.jsp?cookie=false" onclick="window.open(this.href); return false;"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/comp/u21/sponsor/65x35/cocacola.gif" alt="Coca-Cola" width="65" height="35"/></a></li><li class="spn_"><a title="Jyske Bank" href="https://web.archive.org/web/20120121095951/http://www.jyskebank.dk/english/content/4111.asp" onclick="window.open(this.href); return false;"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/comp/u21/sponsor/65x35/jyksebank.gif" alt="Jyske Bank" width="65" height="35"/></a></li><li class="spn_"><a title="KIA" href="https://web.archive.org/web/20120121095951/http://www.kiamotors.com/" onclick="window.open(this.href); return false;"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/comp/u21/sponsor/65x35/kia.gif" alt="KIA" width="65" height="35"/></a></li><li class="spn_"><a title="McDonald's" href="https://web.archive.org/web/20120121095951/http://www.aboutmcdonalds.com/country/map.html" onclick="window.open(this.href); return false;"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/comp/u21/sponsor/65x35/mc_donalds.gif" alt="McDonald's" width="65" height="35"/></a></li><li class="spn_"><a title="Sharp" href="https://web.archive.org/web/20120121095951/http://www.sharp.eu/" onclick="window.open(this.href); return false;"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/comp/u21/sponsor/65x35/sharp.gif" alt="Sharp" width="65" height="35"/></a></li><li class="spn_"><a title="Sport Event Denmark" href="https://web.archive.org/web/20120121095951/http://sporteventdenmark.com/en.aspx" onclick="window.open(this.href); return false;"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/comp/u21/sponsor/65x35/sed.gif" alt="Sport Event Denmark" width="65" height="35"/></a></li></ul></div> </div> </div><div class="row omniture_central_slots"><div class="innGrid_4 fl"><div class="row "><div class="box jcBox newsSlide photo" style=""><div class="bH"><!--googleoff:index--><h3>Photos </h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><div class="jboxdiv scroll_1 animation_slow" id="u21PhotoSlide"><div class="jc-clip"><ul class="jc-list"><li><a href="/web/20120121095951/http://www.uefa.com/under21/photos/photoid=1716350.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/63/50/1716350_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Valentinos Sielis (Cyprus) &amp; Pierre-Michelle Lasogga (Germany)"/><img src="/web/20120121095951im_/http://www.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/63/50/1716350_w4.jpg" width="324" height="182" alt="Valentinos Sielis (Cyprus) &amp; Pierre-Michelle Lasogga (Germany)"/></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Valentinos Sielis (Cyprus) &amp; Pierre-Michelle Lasogga (Germany)</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/photos/photoid=1716351.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/63/51/1716351_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Pierre-Michelle Lasogga (Germany)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Pierre-Michelle Lasogga (Germany)</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/photos/photoid=1716349.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/63/49/1716349_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Rainer Adrion (Germany)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Rainer Adrion (Germany)</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/photos/photoid=1716347.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/63/47/1716347_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Pierre-Michelle Lasogga (Germany)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Pierre-Michelle Lasogga (Germany)</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/photos/photoid=1716346.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/63/46/1716346_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Pierre-Michelle Lasogga (Germany)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Pierre-Michelle Lasogga (Germany)</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/photos/photoid=1716378.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/63/78/1716378_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Bulgaria v Austria"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Bulgaria v Austria</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/photos/photoid=1716811.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/68/11/1716811_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Georgi Pashov (Bulgaria)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Georgi Pashov (Bulgaria)</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/photos/photoid=1716815.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/68/15/1716815_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Sweden celebrate"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Sweden celebrate</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/photos/photoid=1716817.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/68/17/1716817_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Miguel Ciantar (Malta)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Miguel Ciantar (Malta)</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/photos/photoid=1716355.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/71/63/55/1716355_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Sweden celebrate"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Sweden celebrate</div></div></li></ul></div></div><!--googleon:index--> </div><div class="bF"><!--googleoff:index--><div class="panel"> <div class="bgMore"><div class="startMore fl"> </div><a class="morelink fl" href="/web/20120121095951/http://www.uefa.com/under21/photos/index.html">More photos</a><div class="endMore fl"> </div></div><div class="jc-pgstat"><span class="jc-pgstat-u21PhotoSlide">1</span> of 10</div></div><!--googleon:index--> </div> </div> </div><div class="row "><div class="box jcBox newsSlide texture video" style=""><div class="bH"><!--googleoff:index--><h3>Video </h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><div class="jboxdiv scroll_1 animation_slow" id="u21Video"><div class="jc-clip"><ul class="jc-list"><li><a href="/web/20120121095951/http://www.uefa.com/under21/video/videoid=1647489.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/64/74/65/1647465_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Switzerland - Spain reaction"/><img src="/web/20120121095951im_/http://www.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/64/74/65/1647465_w4.jpg" width="324" height="182" alt="Switzerland - Spain reaction"/><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Switzerland - Spain reaction</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/video/videoid=1647222.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/64/71/13/1647113_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Czech Republic - Belarus reaction"/><span class="placeholder">loading...</span><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Czech Republic - Belarus reaction</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/video/videoid=1646460.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/64/62/93/1646293_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="'Deserved win' has Shaqiri plotting fairy-tale finale"/><span class="placeholder">loading...</span><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">'Deserved win' has Shaqiri plotting fairy-tale finale</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/video/videoid=1646455.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/General/01/64/40/15/1644015_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Capel and Co acknowlege Spain's close-run thing"/><span class="placeholder">loading...</span><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Capel and Co acknowlege Spain's close-run thing</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/video/videoid=1646451.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/General/01/64/35/08/1643508_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Czechs set sights on Olympic goal"/><span class="placeholder">loading...</span><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Czechs set sights on Olympic goal</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/video/videoid=1646446.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/General/01/64/14/66/1641466_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Inexperience cost us dear, says Voronkov"/><span class="placeholder">loading...</span><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Inexperience cost us dear, says Voronkov</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/video/videoid=1645336.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/64/51/39/1645139_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="England - Czech Republic reaction"/><span class="placeholder">loading...</span><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">England - Czech Republic reaction</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/video/videoid=1645319.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/64/50/45/1645045_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Ukraine - Spain reaction"/><span class="placeholder">loading...</span><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Ukraine - Spain reaction</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/video/videoid=1644897.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/64/46/41/1644641_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Switzerland - Belarus reaction"/><span class="placeholder">loading...</span><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Switzerland - Belarus reaction</div></div></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/video/videoid=1644025.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/64/37/82/1643782_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Ukraine - England reaction"/><span class="placeholder">loading...</span><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Ukraine - England reaction</div></div></li></ul></div></div><!--googleon:index--> </div><div class="bF"><!--googleoff:index--><div class="panel"> <div class="bgMore"><div class="startMore fl"> </div><a class="morelink fl" href="/web/20120121095951/http://www.uefa.com/under21/video/index.html">More video</a><div class="endMore fl"> </div></div><div class="jc-pgstat"><span class="jc-pgstat-u21Video">1</span> of 10</div></div><!--googleon:index--> </div> </div> </div> </div><div class="innGrid_4 fr"><div class="row "><div class="box "><div class="bH"><!--googleoff:index--><h3>Standings </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff: all--><script type="text/javascript"> $j(document).ready(function() { $j("#gr2001184").addClass('current'); $j("#grlist").find("li").each(function(i) { $j(this).bind('click', function() { var groupID = this.id.replace('gr',''); var urlToGo = '/under21/season=2013/standings/round=2000192/group={group}/library/_standingHP.html'.replace('{group}',groupID) $j('#groups_stands_13').load(urlToGo); $j('#grlist li.current').removeClass('current'); $j(this).addClass('current'); return false; }); }); }); </script><!--googleon: all--><div id="groups_stands_13"><div class="t_standings cup_13_2013_2000192_2001184"><h2 class="roundtitle innerText">Qualifying round</h2><h3 class="bigTitle innerText grp_2001184 vis_title">Group 1</h3><table class="tb_stand grp_2001184 vis_grtable"><thead><tr class="lcol"><th class="rank nosort w30 innerText l"></th><th class="club l nosort ">Teams</th><th class="w30"><abbr title="Played">P</abbr></th><th class="w30"><abbr title="Points">Pts</abbr></th></tr></thead><tbody><tr class="on "><td class="rank nosort w30 innerText l">1</td><td class="club l nosort "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200047/index.html"><img height="18" width="18" alt="Germany" title="Germany" src="https://web.archive.org/web/20120121095951im_/http://img.uefa.com/imgml/flags/18x18/ger.png"/> Germany</a></td><td class="w30">7</td><td class="w30">21</td></tr><tr class=" off "><td class="rank nosort w30 innerText l">2</td><td class="club l nosort "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=260094/index.html"><img height="18" width="18" alt="Bosnia-Herzegovina" title="Bosnia-Herzegovina" src="https://web.archive.org/web/20120121095951im_/http://img.uefa.com/imgml/flags/18x18/bih.png"/> Bosnia and Herzegovina</a></td><td class="w30">6</td><td class="w30">10</td></tr><tr class="on "><td class="rank nosort w30 innerText l">3</td><td class="club l nosort "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=257155/index.html"><img height="18" width="18" alt="Belarus" title="Belarus" src="https://web.archive.org/web/20120121095951im_/http://img.uefa.com/imgml/flags/18x18/blr.png"/> Belarus</a></td><td class="w30">6</td><td class="w30">10</td></tr><tr class=" off "><td class="rank nosort w30 innerText l">4</td><td class="club l nosort "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200049/index.html"><img height="18" width="18" alt="Greece" title="Greece" src="https://web.archive.org/web/20120121095951im_/http://img.uefa.com/imgml/flags/18x18/gre.png"/> Greece</a></td><td class="w30">6</td><td class="w30">9</td></tr><tr class="on "><td class="rank nosort w30 innerText l">5</td><td class="club l nosort "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200033/index.html"><img height="18" width="18" alt="Cyprus" title="Cyprus" src="https://web.archive.org/web/20120121095951im_/http://img.uefa.com/imgml/flags/18x18/cyp.png"/> Cyprus</a></td><td class="w30">7</td><td class="w30">6</td></tr><tr class=" off "><td class="rank nosort w30 innerText l">6</td><td class="club l nosort "><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=250168/index.html"><img height="18" width="18" alt="San Marino" title="San Marino" src="https://web.archive.org/web/20120121095951im_/http://img.uefa.com/imgml/flags/18x18/smr.png"/> San Marino</a></td><td class="w30">6</td><td class="w30">0</td></tr></tbody></table><div class="standings_group_link more innerText"><a title="" href="/web/20120121095951/http://www.uefa.com/under21/season=2013/standings/round=2000192/group=2001184/index.html">Group details</a></div> </div><div class="row more innerText"> </div></div><div class="letterbox grlist"><div class="jboxdiv scroll_3 animation_slow" id="groups_panel_13"><div class="jc-next"> </div><ul id="grlist" class="clearfix"><li id="gr2001184"><a href="#">1</a></li><li id="gr2001185"><a href="#">2</a></li><li id="gr2001186"><a href="#">3</a></li><li id="gr2001187"><a href="#">4</a></li><li id="gr2001188"><a href="#">5</a></li><li id="gr2001189"><a href="#">6</a></li><li id="gr2001190"><a href="#">7</a></li><li id="gr2001191"><a href="#">8</a></li><li id="gr2001192"><a href="#">9</a></li><li id="gr2001193"><a href="#">10</a></li></ul></div></div> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="newsBulList bulletList goldenplayer box"><div class="bH"><!--googleoff:index--><h3>uefa.com Golden player</h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul class="bulletList goldenplayer box"><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2011/goldenplayer/index.html">2011: Juan Mata</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2009/goldenplayer/index.html">2009: Marcus Berg</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2007/goldenplayer/index.html">2007: Royston Drenthe</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2006/goldenplayer/index.html">2006: Klaas Jan Huntelaar</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2004/goldenplayer/index.html">2004: Alberto Gilardino</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2002/goldenplayer/index.html">2002: Petr Čech</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2000/goldenplayer/index.html">2000: Andrea Pirlo</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1998/goldenplayer/index.html">1998: Francesc Arnau</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1996/goldenplayer/index.html">1996: Fabio Cannavaro</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1994/goldenplayer/index.html">1994: Luís Figo</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1992/goldenplayer/index.html">1992: Renato Buso</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1990/goldenplayer/index.html">1990: Davor Šuker</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1988/goldenplayer/index.html">1988: Laurent Blanc</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1986/goldenplayer/index.html">1986: Manuel Sanchís</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1984/goldenplayer/index.html">1984: Mark Hateley</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1982/goldenplayer/index.html">1982: Rudi Völler</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1980/goldenplayer/index.html">1980: Anatoli Demianenko</a></h4></li><li><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1978/goldenplayer/index.html">1978: Vahid Halilhodžić</a></h4></li></ul><!--googleon:index--> </div><div class="bF"> </div> </div> </div> </div> </div> </div><div class="grid_4 omniture_right_column"><div class="row "><div style="" class="box acBox HpMatches"><div class="bH"><!--googleoff:index--><h3>Matches </h3><!--googleon:index--> </div><div class="bC" style="height: 274px; overflow: hidden;"><div class="jAccor" id="HPMatches"> <p id="chp1_slotRow1" class="accHeader selected"><a href="#"><span class="rName">Qualifying round </span><span class="rDate">15/11/2011 </span></a></p><div id="md1"><table class="RS_Content"><tr id="m_2006865" class="RS_Match on first"><td class="RS_grp"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/standings/round=2000192/group=2001187/index.html" title="Group 4">4</a></td><td class="RS_Team home"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=259205/index.html" title="FYROM - Denmark">FYROM</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=259205/index.html"><img height="18" width="18" alt="FYROM" title="FYROM" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/MKD.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006865/index.html" title="FYROM-Denmark">1-1</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200035/index.html"><img height="18" width="18" alt="Denmark" title="Denmark" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/DEN.png"/></a></td><td class="RS_Team away"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200035/index.html" title="FYROM - Denmark">Denmark</a></td><td class="RS_Report teamView"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006865/index.html"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/icons/single/report_white.png" width="16" height="16" title="Report" alt="Report"/></a></td></tr><tr id="m_2006844" class="RS_Match off"><td class="RS_grp"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/standings/round=2000192/group=2001186/index.html" title="Group 3">3</a></td><td class="RS_Team home"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=257419/index.html" title="Armenia - Wales">Armenia</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=257419/index.html"><img height="18" width="18" alt="Armenia" title="Armenia" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/ARM.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006844/index.html" title="Armenia-Wales">0-0</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200144/index.html"><img height="18" width="18" alt="Wales" title="Wales" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/WAL.png"/></a></td><td class="RS_Team away"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200144/index.html" title="Armenia - Wales">Wales</a></td><td class="RS_Report teamView"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006844/index.html"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/icons/single/report_white.png" width="16" height="16" title="Report" alt="Report"/></a></td></tr><tr id="m_2006861" class="RS_Match on"><td class="RS_grp"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/standings/round=2000192/group=2001187/index.html" title="Group 4">4</a></td><td class="RS_Team home"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200063/index.html" title="Northern Ireland - Serbia">Northern Ireland</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200063/index.html"><img height="18" width="18" alt="Northern Ireland" title="Northern Ireland" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/NIR.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006861/index.html" title="Northern Ireland-Serbia">0-2</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200147/index.html"><img height="18" width="18" alt="Serbia" title="Serbia" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/SRB.png"/></a></td><td class="RS_Team away"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200147/index.html" title="Northern Ireland - Serbia">Serbia</a></td><td class="RS_Report teamView"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006861/index.html"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/icons/single/report_white.png" width="16" height="16" title="Report" alt="Report"/></a></td></tr><tr id="m_2006985" class="RS_Match off"><td class="RS_grp"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/standings/round=2000192/group=2001193/index.html" title="Group 10">10</a></td><td class="RS_Team home"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200020/index.html" title="Bulgaria - Austria">Bulgaria</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200020/index.html"><img height="18" width="18" alt="Bulgaria" title="Bulgaria" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/BUL.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006985/index.html" title="Bulgaria-Austria">1-1</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200008/index.html"><img height="18" width="18" alt="Austria" title="Austria" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/AUT.png"/></a></td><td class="RS_Team away"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200008/index.html" title="Bulgaria - Austria">Austria</a></td><td class="RS_Report teamView"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006985/index.html"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/icons/single/report_white.png" width="16" height="16" title="Report" alt="Report"/></a></td></tr><tr id="m_2006816" class="RS_Match on"><td class="RS_grp"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/standings/round=2000192/group=2001185/index.html" title="Group 2">2</a></td><td class="RS_Team home"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=257166/index.html" title="Ukraine - Lithuania">Ukraine</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=257166/index.html"><img height="18" width="18" alt="Ukraine" title="Ukraine" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/UKR.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006816/index.html" title="Ukraine-Lithuania">2-0</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=256557/index.html"><img height="18" width="18" alt="Lithuania" title="Lithuania" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/LTU.png"/></a></td><td class="RS_Team away"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=256557/index.html" title="Ukraine - Lithuania">Lithuania</a></td><td class="RS_Report teamView"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006816/index.html"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/icons/single/report_white.png" width="16" height="16" title="Report" alt="Report"/></a></td></tr><tr id="m_2006911" class="RS_Match off"><td class="RS_grp"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/standings/round=2000192/group=2001190/index.html" title="Group 7">7</a></td><td class="RS_Team home"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200066/index.html" title="Italy - Hungary">Italy</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200066/index.html"><img height="18" width="18" alt="Italy" title="Italy" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/ITA.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006911/index.html" title="Italy-Hungary">2-0</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200057/index.html"><img height="18" width="18" alt="Hungary" title="Hungary" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/HUN.png"/></a></td><td class="RS_Team away"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200057/index.html" title="Italy - Hungary">Hungary</a></td><td class="RS_Report teamView"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006911/index.html"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/icons/single/report_white.png" width="16" height="16" title="Report" alt="Report"/></a></td></tr><tr id="m_2006798" class="RS_Match on"><td class="RS_grp"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/standings/round=2000192/group=2001184/index.html" title="Group 1">1</a></td><td class="RS_Team home"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200033/index.html" title="Cyprus - Germany">Cyprus</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200033/index.html"><img height="18" width="18" alt="Cyprus" title="Cyprus" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/CYP.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006798/index.html" title="Cyprus-Germany">0-3</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200047/index.html"><img height="18" width="18" alt="Germany" title="Germany" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/GER.png"/></a></td><td class="RS_Team away"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200047/index.html" title="Cyprus - Germany">Germany</a></td><td class="RS_Report teamView"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006798/index.html"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/icons/single/report_white.png" width="16" height="16" title="Report" alt="Report"/></a></td></tr><tr id="m_2006999" class="RS_Match off"><td class="RS_grp"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/standings/round=2000192/group=2001185/index.html" title="Group 2">2</a></td><td class="RS_Team home"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200088/index.html" title="Malta - Sweden">Malta</a></td><td class="RS_logoEXT_xs lh"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200088/index.html"><img height="18" width="18" alt="Malta" title="Malta" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/MLT.png"/></a></td><td class="RS_Score RS_results"><div class="result clearfix"><span class="sl">&nbsp;</span><a class="sc" href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006999/index.html" title="Malta-Sweden">0-1</a><span class="sr">&nbsp;</span></div></td><td class="RS_logoEXT_xs la"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200127/index.html"><img height="18" width="18" alt="Sweden" title="Sweden" src="/web/20120121095951im_/http://www.uefa.com/imgml/flags/18x18/SWE.png"/></a></td><td class="RS_Team away"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/teams/team=200127/index.html" title="Malta - Sweden">Sweden</a></td><td class="RS_Report teamView"><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/match=2006999/index.html"><img src="/web/20120121095951im_/http://www.uefa.com/imgml/icons/single/report_white.png" width="16" height="16" title="Report" alt="Report"/></a></td></tr></table> </div></div> <!--googleoff: all--><script type="text/javascript"> $j(document).ready(function(){ $j('#HPMatches p.accHeader.selected').uefaLive({ timestamp: '', timeout:30000, urlcheck: '', urlget: '/live/cup=13/season=2013/day=22/session=1/HpMatches.html', callback: function(elem, html){ var topdiv = elem.next('div').scrollTop(); elem.next('div').html(html); elem.next('div').scrollTop(topdiv); AreaTagger.TagHPMatches(); } }); }); </script><!--googleon: all--> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="box acBox "><div class="bH"><!--googleoff:index--><h3>Calendar </h3><!--googleon:index--> </div><div class="bC"><div class="jAccor" id="CalendarHP"> <p id="chp1" class="accHeader selected"><a>Qualifying</a></p><div><ul><li><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000192/index.html" title="Qualifying round">Qualifying round</a></li></ul></div><p id="chp2" class="accHeader"><a>Play-offs</a></p><div><ul><li><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000193/index.html" title="Play-off for Final Tournament">Play-off for Final Tournament</a></li></ul></div><p id="chp3" class="accHeader"><a>Group stage</a></p><div><ul><li><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000188/index.html" title="Final tournament - Group stage">Final tournament - Group stage</a></li></ul></div><p id="chp4" class="accHeader"><a>Knockout phase</a></p><div><ul><li><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000189/index.html" title="Semi-finals">Semi-finals</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000190/index.html" title="Third place">Third place</a></li></ul></div><p id="chp5" class="accHeader"><a>Final</a></p><div><ul><li><a href="/web/20120121095951/http://www.uefa.com/under21/season=2013/matches/round=2000191/index.html" title="Final">Final</a></li></ul></div></div> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="newsBulList brandKeyInfo"><div class="bH"><!--googleoff:index--><h3> </h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul class="brandKeyInfo"><li class="pdf"><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/MultimediaFiles/Download/competitions/General/01/59/09/35/1590935_DOWNLOAD.pdf">2013 qualifying draw</a></h4></li><li class="pdf"><h4 class="nTitle"><a href="/web/20120121095951/http://www.uefa.com/MultimediaFiles/Download/Regulations/competitions/Regulations/01/55/65/06/1556506_DOWNLOAD.pdf">2013 U21 Championship regulations</a></h4></li></ul><!--googleon:index--> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box "><div class="bH"><!--googleoff:index--><h3>Winners </h3> <!--googleon:index--> </div><div class="bC"><ul class="bulletList"><li class="nobullet"><h2 class="medTitle">UEFA European Under-21 Championship</h2></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2011/index.html">2009/11 Spain</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2009/index.html">2007/09 Germany</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2007/index.html">2006/07 Netherlands</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2006/index.html">2004/06 Netherlands</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2004/index.html">2002/04 Italy</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2002/index.html">2000/02 Czech Republic</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=2000/index.html">1998/00 Italy</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1998/index.html">1996/98 Spain</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1996/index.html">1994/96 Italy</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1994/index.html">1992/94 Italy</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1992/index.html">1990/92 Italy</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1990/index.html">1988/90 USSR</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1988/index.html">1986/88 France</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1986/index.html">1984/86 Spain</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1984/index.html">1982/84 England</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1982/index.html">1980/82 England</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1980/index.html">1978/80 USSR</a></li><li><a href="/web/20120121095951/http://www.uefa.com/under21/history/season=1978/index.html">1976/78 Yugoslavia</a></li></ul> </div><div class="bF"> </div> </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/20120121095951/http://www.uefa.com/index.html">UEFA.com</a></li><li>&nbsp;&gt;&nbsp;<a title="Under-21" class="bcLink" href="/web/20120121095951/http://www.uefa.com/under21/index.html">Under-21</a></li></ol><span class="closer fl">&nbsp;</span><div class="feedBack fr"><a href="/web/20120121095951/http://www.uefa.com/community/feedback/index.html">Send your feedback</a></div><div class="fblike"><fb:like class="bcfb" xmlns:fb="http://www.facebook.com/2008/fbml"> </fb:like></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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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/20120121095951/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 European Under-21 Championship 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/20120121095951/https://ssl." : "https://web.archive.org/web/20120121095951/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/20120121095951/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 09:59:51 Jan 21, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 02:42:32 Nov 24, 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: 1.137 exclusion.robots: 0.071 exclusion.robots.policy: 0.053 esindex: 0.017 cdx.remote: 80.956 LoadShardBlock: 245.137 (3) PetaboxLoader3.datanode: 153.05 (4) PetaboxLoader3.resolve: 189.872 (2) load_resource: 205.007 -->

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