CINXE.COM

UEFA Europa League - Rangers – UEFA.com

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="it" 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://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/index.html","20111028014639","https://web.archive.org/","web","/_static/", "1319766399"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>UEFA Europa League - Rangers – UEFA.com</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="description" content="Il sito del calcio europeo, uefa.com, è il sito ufficiale della UEFA, l'Unione Europea delle Federazioni Calcistiche, e l'organo di governo del calcio in Europa. La UEFA organizza alcune delle competizioni calcistiche più conosciute e prestigiose nel continente europeo, come la UEFA Champions League, la Coppa UEFA e il Campionato Europeo di Calcio UEFA (UEFA EURO 2008, UEFA EURO 2012, etc). Il sito offre filmati video in diretta di molte competizioni UEFA oltre a un archivio di video esclusivi e servizi per dispositivi mobili. Inoltre, attraverso la sezione Calcio Europa, presenta la copertura dei 53 campionati nazionali delle Federcalcio associate, che portano poi alle competizioni UEFA; la sezione Organizzazione UEFA segue le attività istituzionali della UEFA, mentre Training Ground promuove iniziative per il calcio di base e offre lezioni via web."/><meta name="keywords" content="UEFA,Union of European Football Associations,Union Européenne de Football Association,Unione Europea delle Federazioni Calcistiche,Europa,Football,Soccer,Calcio,Fussball,Fußball,Fútbol,Futebol,UEFA Champions League,Champions League,Coppa UEFA, EURO 2008, EURO 2012,Campionato Europeo,FIFA,Mondiale FIFA,Mondiale,Michel Platini,MatchCentre,Match Centre,Calcio Europa,Fantasy Football,Fanzone,Magazine,Live Video,Replay,Vodcast,Mobile,Stadio,Training Ground,Arbitro,Giocatori,Allenatore"/><meta name="author" content="uefa.com"/><link rel="canonical" href="https://web.archive.org/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/index.html"/><link rel="image_src" href="https://web.archive.org/web/20111028014639im_/http://img.uefa.com/imgml/icons/social/og/uefacom.jpg"> </link><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20111028014639cs_/http://it.uefa.com/inc/css/main.css?20111025171019"/><link type="text/css" title="standard" rel="stylesheet" media="print" href="/web/20111028014639cs_/http://it.uefa.com/inc/css/print.css?20111019091843"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20111028014639cs_/http://it.uefa.com/inc/css/competitions/uefaeuropaleague/main.css?20111027093136"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20111028014639cs_/http://it.uefa.com/inc/css/sections/profile.css?20111024174124"/><script type="text/javascript" src="/web/20111028014639js_/http://it.uefa.com/inc/js/main.js?20111024174107"> </script><script type="text/javascript" src="/web/20111028014639js_/http://it.uefa.com/inc/js/matches/live.js?20110928164421"> </script><script type="text/javascript" src="/web/20111028014639js_/http://it.uefa.com/inc/js/elements/slider.js?20110503094511"> </script> <link rel="shortcut icon" href="/web/20111028014639im_/http://it.uefa.com/imgml/favicon/comp/uefacup.ico"/></head><body id="uefaeuropaleague" class="season_2012 clubs langI"><script type="text/javascript"><!-- SCW.Initialize();SCW.AllowedJSContent = new Array();SCW.ContentProperties = {"subsec1":"clubs","type":"overview","subsec3":"uefaeuropaleague","sec":"uel","comp":"uel","subsec2":"club rangers","lang":"IT"};SCW.Events = new Array();SCW.EVars = {};SCW.Props = {"14":"2011-12","19":"rangers","13":"uel","23":"scotland","43":"web","22":"sco"};SCW.CustomSocialNetwork = {"hp":"uel hp"};//--></script><div id="fb-root"> </div><div class="d3cmsMaster"><div class="d3cmsHeader"><!--googleoff: all--><script type="text/javascript"> var _MSGDETECTALERT ='Non chiederlo più?'; 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 =''; if (location.host=='localhost') _DOMAIN = 'localhost'; </script><!--googleoff: snippet--><div class="masterNav"><p class="uefacomLogo"><a title="UEFA.com" href="https://web.archive.org/web/20111028014639/http://it.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/20111028014639im_/http://it.uefa.com/imgml/template/uefacomLogo.png" width="142" height="25" alt="UEFA.com"/></a></p><a title="Il sito ufficiale del calcio europeo" class="uefacomBlurb" href="https://web.archive.org/web/20111028014639/http://it.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/20111028014639im_/http://it.uefa.com/img/template/HeaderString.png" width="254" height="12" alt="Il sito ufficiale del calcio europeo"/></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/20111028014639/http://ac.uefa.com/it/">Versione accessibile</a></div><div class="beta">&nbsp;</div><div class="headerLinks"><div id="myuefacomH"> </div><div id="registerH"><a href="/web/20111028014639/http://it.uefa.com/community/registration/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Registrati</a> </div><div id="loginH"><a href="/web/20111028014639/http://it.uefa.com/community/login/index.html">Login</a> </div><div id="logoutH" style="display:none"><a id="logoutHL" href="/web/20111028014639/http://it.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/20111028014639/http://it.uefa.com/search/index.html"><div id="sL"> </div><div id="sC"><input type="text" name="q" id="hse" value="Ricerca"/></div><div class="seLoad"><div> </div></div><div id="sR"><input type="submit" value=""/></div><div class="hide"><div id="seMoreRes">Altri risultati</div><div class="seVal" id="seVal">ricerca</div></div></form></div> </div><!--googleon: snippet--> <!--googleoff:snippet--><div id="menuLevel0"><ul><li id="ml0_nc"><a href="/web/20111028014639/http://it.uefa.com/news/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Centro news</a></li><li id="ml0_vc"><a href="/web/20111028014639/http://it.uefa.com/video/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Centro Video</a></li><li id="ml0_ls"><a href="/web/20111028014639/http://it.uefa.com/livescores/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Risultati in diretta</a></li><li id="ml0_tp"><a href="/web/20111028014639/http://it.uefa.com/teamsandplayers/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Squadre &amp; Giocatori</a></li><li id="ml0_cg"><a href="/web/20111028014639/http://it.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; giochi</a></li><li id="ml0_mc"><a href="/web/20111028014639/http://it.uefa.com/mobile/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Cellulare</a></li><li id="ml0_st"><a href="/web/20111028014639/http://it.uefa.com/store/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Negozio</a></li></ul></div><!--googleon:snippet--><!--googleoff:snippet--><div id="menuLevel1"><ul><li id="ml1_au" class=""><a href="/web/20111028014639/http://it.uefa.com/uefa/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">La UEFA</a></li><li id="ml1_ma" class=""><a href="/web/20111028014639/http://it.uefa.com/memberassociations/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Federazioni nazionali</a></li><li id="ml1_tg" class=""><a href="/web/20111028014639/http://it.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/20111028014639/http://it.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="current"><a href="/web/20111028014639/http://it.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/20111028014639/http://it.uefa.com/uefaeuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA EURO</a></li><li id="ml1_u21" class=""><a href="/web/20111028014639/http://it.uefa.com/under21/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europei Under 21</a></li><li id="ml1_ac" class="fadeThis "><a href="#">Tutte le competizioni</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/20111028014639/http://it.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/20111028014639/http://it.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/20111028014639/http://it.uefa.com/uefasupercup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Supercoppa UEFA</a></li></ul></div><div class="ml1_ac_box_bottom"> </div><div class="ml1_ac_box_top"> </div><div><span>- Nazionali -</span><ul><li><a href="/web/20111028014639/http://it.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/20111028014639/http://it.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/20111028014639/http://it.uefa.com/worldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Coppa del Mondo</a></li><li><a href="/web/20111028014639/http://it.uefa.com/under21/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europei 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>- Giovani/Dilettanti -</span><ul><li><a href="/web/20111028014639/http://it.uefa.com/under19/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europeo Under 19</a></li><li><a href="/web/20111028014639/http://it.uefa.com/under17/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europeo Under 17</a></li><li><a href="/web/20111028014639/http://it.uefa.com/regionscup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Coppa della Regioni</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/20111028014639/http://it.uefa.com/women/index.html">- Calcio femminile -</a></span><ul><li><a href="/web/20111028014639/http://it.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/20111028014639/http://it.uefa.com/womensworldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Mondiali femminili</a></li><li><a href="/web/20111028014639/http://it.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/20111028014639/http://it.uefa.com/womensunder19/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europeo U19 femminile</a></li><li><a href="/web/20111028014639/http://it.uefa.com/womensunder17/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Under 17 Femminile</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/20111028014639/http://it.uefa.com/futsal/index.html">- Futsal -</a></span><ul><li><a href="/web/20111028014639/http://it.uefa.com/futsaleuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europeo futsal</a></li><li><a href="/web/20111028014639/http://it.uefa.com/futsalworldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Mondiali FIFA futsal</a></li><li><a href="/web/20111028014639/http://it.uefa.com/futsalcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Coppa UEFA futsal</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/20111028014639/http://it.uefa.com/index.html">UEFA.com</a></li><li>&nbsp;&gt;&nbsp;<a title="UEFA Europa League" class="bcLink" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/index.html">UEFA Europa League</a></li><li>&nbsp;&gt;&nbsp;<a title="2012" class="bcLink" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/index.html">2012</a></li><li>&nbsp;&gt;&nbsp;<a title="Club" class="bcLink" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/index.html">Club</a></li><li>&nbsp;&gt;&nbsp;<a title="Rangers" class="bcLink" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/index.html">Rangers</a></li></ol><span class="closer fl">&nbsp;</span><div class="feedBack fr"><a href="/web/20111028014639/http://it.uefa.com/community/feedback/index.html">Mandaci il tuo Feedback</a></div></div><!--googleon:snippet--> </div><div class="d3cmsContent"><div class="d3cmsCHeader"><!--googleoff:snippet--><div id="menuLevel2"><a class="logolink" title="UEFA Europa League" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/index.html">UEFA Europa League</a><ul class="right"><li id="ml2_ne" class=" "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/news/index.html"><span>Notizie</span></a></li><li id="ml2_vi" class=" "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/video/index.html"><span>Video</span></a></li><li id="ml2_ph" class=" "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/photos/index.html"><span>Foto</span></a></li><li id="ml2_ma" class=" "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/matches/index.html"><span>Partite</span></a></li><li id="ml2_sd" class=" "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/standings/index.html"><span>Classifiche</span></a></li><li id="ml2_cl" class=" current"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/index.html"><span>Club</span></a></li><li id="ml2_st" class=" "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/statistics/index.html"><span>Statistiche</span></a></li><li id="ml2_dr" class=" "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/draws/index.html"><span>Sorteggi</span></a></li><li id="ml2_ac" class=" "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/accesslist/index.html"><span>Lista d'accesso</span></a></li><li id="ml2_fa" class=" "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/library/redirect/_fantasy.html"><span>Fantasy</span></a></li><li id="ml2_pr" class=" "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/library/redirect/_predictor.html"><span>Predictor</span></a></li><li id="ml2_hi" class="fadeThis "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/history/index.html"><span>Storia<span class="more_btn">&nbsp;</span></span></a><div id="ml2_more_items" class="hover"><div class="ovSeason more"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/history/index.html" class="fr">Panoramica</a></div><div class="sgWrap clearfix"><div class="seasonGroup mtop_9"><p class="caption">1970</p><ul><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1971/index.html">1971/72</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1972/index.html">1972/73</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1973/index.html">1973/74</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1974/index.html">1974/75</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1975/index.html">1975/76</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1976/index.html">1976/77</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1977/index.html">1977/78</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1978/index.html">1978/79</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1979/index.html">1979/80</a></li></ul></div><div class="seasonGroup "><p class="caption">1980</p><ul><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1980/index.html">1980/81</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1981/index.html">1981/82</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1982/index.html">1982/83</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1983/index.html">1983/84</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1984/index.html">1984/85</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1985/index.html">1985/86</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1986/index.html">1986/87</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1987/index.html">1987/88</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1988/index.html">1988/89</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1989/index.html">1989/90</a></li></ul></div><div class="seasonGroup "><p class="caption">1990</p><ul><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1990/index.html">1990/91</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1991/index.html">1991/92</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1992/index.html">1992/93</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1993/index.html">1993/94</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1994/index.html">1994/95</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1995/index.html">1995/96</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1996/index.html">1996/97</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1997/index.html">1997/98</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1998/index.html">1998/99</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=1999/index.html">1999/00</a></li></ul></div><div class="seasonGroup "><p class="caption">2000</p><ul><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2000/index.html">2000/01</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2001/index.html">2001/02</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2002/index.html">2002/03</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2003/index.html">2003/04</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2004/index.html">2004/05</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2005/index.html">2005/06</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2006/index.html">2006/07</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2008/index.html">2007/08</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2009/index.html">2008/09</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2010/index.html">2009/10</a></li></ul></div><div class="seasonGroup "><p class="caption">2010</p><ul class="last"><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2011/index.html">2010/11</a></li></ul></div></div><p class="currSeason more"><a href="" class="fr">Torna alla stagione corrente</a></p></div></li><li id="ml2_more_plus" class="fadeThis "><a href="#"><span>Altro<span class="more_btn">&nbsp;</span></span></a><div id="ml2_more_items" class="hover"><ul><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/ticketing/index.html">Biglietti</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/mobile/index.html">Cellulare</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/competitionformat/index.html">Formula</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/final/index.html">Finale</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/music/index.html">Inno</a></li></ul></div></li></ul></div><!--googleon:snippet--> <div class="d3cmsTopContent"><div class="row "><div class="row HeaderInfo"><div class="grid_6 "><div id="TeamClubHeader" class="HeaderProfile"><div class="HeaderLogo"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/index.html"><img height="70" width="70" alt="Rangers FC" title="Rangers FC" src="https://web.archive.org/web/20111028014639im_/http://img.uefa.com/imgml/TP/teams/logos/70x70/50121.png"/></a></div><div class="HeaderDetails"><div><h1 class="bigTitle"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/index.html">Rangers FC</a></h1><h2><a href="/web/20111028014639/http://it.uefa.com/memberassociations/association=sco/index.html"><img height="18" width="18" alt="Scozia" title="Scozia" src="https://web.archive.org/web/20111028014639im_/http://img.uefa.com/imgml/flags/18x18/SCO.png"/></a> <a href="/web/20111028014639/http://it.uefa.com/memberassociations/association=sco/index.html"><span>Scozia</span></a></h2></div><div><h3>Eliminata: Spareggi</h3></div></div></div> </div><div class="grid_1 rank"><div><a href="/web/20111028014639/http://it.uefa.com/memberassociations/uefarankings/club/index.html"><span id="headerRanking"><div class="rtitle">RANKING UEFA 2011/12</div><div><span class="rpos">42</span><abbr id="1" title="-1"><img src="/web/20111028014639im_/http://it.uefa.com/imgml/icons/down.png" width="16" height="16"/></abbr></div></span><span class="tooltip downRightSmall left_0 top_-74" id="tlp_ranking"><span class="top"> </span><span class="ctn c"><span class="rnk_inn">UEFA country coefficient 2011/12</span></span><span class="btm"> </span></span></a></div> </div><div class="grid_2 "><div class="kitsPlain clearfix" id="kits"><ul class="clearfix"><li id="kitsB1"><img height="105" width="80" alt="Rangers" title="Rangers" src="https://web.archive.org/web/20111028014639im_/http://img.uefa.com/imgml/TP/teams/kits/14/2012/80x105/50121_1.png"/></li><li id="kitsB2"><img height="105" width="80" alt="Rangers" title="Rangers" src="https://web.archive.org/web/20111028014639im_/http://img.uefa.com/imgml/TP/teams/kits/14/2012/80x105/50121_2.png"/></li></ul></div> </div><div class="grid_3 "><div class="jboxdiv scroll_1 animation_slow alsoPlaying " id="alsoPlay"><div class="jc-next"> </div><div class="jc-clip"><ul class="jc-list"><li id="also_cup1"><a href="/web/20111028014639/http://it.uefa.com/uefachampionsleague/season=2012/clubs/club=50121/index.html"><span class="alsoP">Partecipa a:</span><span class="alsoPcup">UEFA Champions League</span><span class="alsoPyear">2011/2012</span><span class="alsoPstatus">Stato: Eliminata</span></a></li></ul></div></div> </div> </div> </div><div class="row "><!--googleoff:snippet--><div class="grid_12"><div id="menuLevel3"><ul class="menu clearfix"><li id="ml3_pr" class=""><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/profile/index.html"><span>Profilo</span></a></li><li id="ml3_do" class=""><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/domestic/index.html"><span>Campionato nazionale</span></a></li><li id="ml3_comp" class=" last current "><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/index.html"><span>UEFA Europa League</span></a></li></ul> </div><div class="subtabs sub"><ul class="submenu"><li id="ml3_ov" class="current"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/index.html"><span>Sommario</span></a></li><li id="ml3_ne"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/news/index.html"><span>Notizie</span></a></li><li id="ml3_ph"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/index.html"><span>Foto</span></a></li><li id="ml3_vi"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/video/index.html"><span>Video</span></a></li><li id="ml3_ma"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/matches/index.html"><span>Partite</span></a></li><li id="ml3_st"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/statistics/index.html"><span>Statistiche »</span></a></li><li id="ml3_sq" class="last"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/squad/index.html"><span>Squadra</span></a></li></ul></div></div><!--googleon:snippet--> </div></div> </div><div class="d3cmsCBody"><div class="row "><div class="row "><div class="grid_12 "> </div> </div><div class="row "><div class="grid_8 "><div class="row "><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/20111028014639/http://it.uefa.com/uefaeuropaleague/news/newsid=1668189.html"><img src="/web/20111028014639im_/http://it.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/80/11/1668011_w4.jpg" alt="Tante sorprese in Europa League" width="324" height="182"/></a><h2 class="nTitle"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/news/newsid=1668189.html" title="Tante sorprese in Europa League">Tante sorprese in Europa League</a></h2><div class="newsComment innerText"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/news/newsid=1668189.html">Vere e proprie imprese per squadre come AEK Larnaca, Legia, Shamrock Rovers e Sion. Oltre a Roma e Siviglia cadono le due scozzesi Rangers e Celtic.</a></div><span class="relListLbl">Contenuti attinenti</span><ul class="relitems bulletList clearfix"><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000271/match=2007247/postmatch/report/index.html">Incubo Roma, passa lo Slovan</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000271/match=2007262/postmatch/report/index.html">Rocchi prende per mano la Lazio</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/news/newsid=1667266.html">In dieci passano in Europa League</a></li></ul></li><li class="medium s5"><h2 class="nTitle"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/news/newsid=1664889.html" title="Grandi nomi a rischio eliminazione">Grandi nomi a rischio eliminazione</a></h2><div class="newsbody"><div class="fl"><a class="newsThumb" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/news/newsid=1664889.html"><img src="/web/20111028014639im_/http://it.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/41/22/1664122_s5.jpg" alt="Grandi nomi a rischio eliminazione" width="75" height="75"/></a></div><div class="nlbody"><div class="newsComment innerText"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/news/newsid=1664889.html">Roma, Schalke 04, Siviglia e Braga sono tra le squadre che dovranno sudare nelle gare di ritorno per partecipare al sorteggio della fase a gironi che si terrà venerdì alle 13.00.</a></div></div></div></li><li class="medium s5"><h2 class="nTitle"><a href="/web/20111028014639/http://it.uefa.com/uefa/footballfirst/matchorganisation/disciplinary/news/newsid=1666757.html" title="Respinto ricorso del Maribor">Respinto ricorso del Maribor</a></h2><div class="newsbody"><div class="fl"><a class="newsThumb" href="/web/20111028014639/http://it.uefa.com/uefa/footballfirst/matchorganisation/disciplinary/news/newsid=1666757.html"><img src="/web/20111028014639im_/http://it.uefa.com/MultimediaFiles/Photo/uefaorg/General/01/50/67/59/1506759_s5.jpg" alt="Respinto ricorso del Maribor" width="75" height="75"/></a></div><div class="nlbody"><div class="newsComment innerText"><a href="/web/20111028014639/http://it.uefa.com/uefa/footballfirst/matchorganisation/disciplinary/news/newsid=1666757.html">Il ricorso del club sloveno contro il risultato dello spareggio d'andata di UEFA Europa League contro i Rangers è stato respinto, confermando pertanto il 2-1.</a></div></div></div></li><li class="subtitle"><span class="relListLbl">Altre storie top</span></li><li class="lower"><h3 class="nTitle"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/news/newsid=1664149.html">HJK and Slovan surprise</a></h3></li><li class="lower"><h3 class="nTitle"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/news/newsid=1663971.html">Doppio acquisto USA per i Rangers</a></h3></li><li class="lower"><h3 class="nTitle"><a href="/web/20111028014639/http://it.uefa.com/uefa/footballfirst/matchorganisation/disciplinary/news/newsid=1624688.html">Sanzioni UEFA per i Rangers</a></h3></li><li class="lower"><h3 class="nTitle"><a href="/web/20111028014639/http://it.uefa.com/uefa/footballfirst/matchorganisation/disciplinary/news/newsid=1620468.html">Rangers: aperto procedimento disciplinare</a></h3></li><li class="moreClear"><a href="news/index.html" class="FooterURL">Altre notizie</a></li></ul><!--googleon:index--> </div><div class="bF"> </div> </div> </div><div class="row "><div class="innGrid_4 fl"><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="newsSlideVideoUel"><div class="jc-clip"><ul class="jc-list"><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/video/videoid=1602892.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/General/01/47/81/23/1478123_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Ottavi al via, sei già nell'albo d'oro"/><img src="/web/20111028014639im_/http://it.uefa.com/MultimediaFiles/Photo/competitions/General/01/47/81/23/1478123_w4.jpg" width="324" height="182" alt="Ottavi al via, sei già nell'albo d'oro"/><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Ottavi al via, sei già nell'albo d'oro</div></div></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/video/videoid=1449895.html?autoplay=true" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/UCL/93/29/00/932900_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Gerrard orgoglio Reds"/><span class="placeholder">loading...</span><span class="playButBig"> </span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Gerrard orgoglio Reds</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 href="video/index.html" class="morelink fl">Altri video</a><div class="endMore fl"> </div></div><div class="jc-pgstat"><span class="jc-pgstat-newsSlideVideoUel">1</span> di 2</div></div><!--googleon:index--> </div> </div> </div><div class="innGrid_4 fr"><div class="box jcBox newsSlide photo rewritePhoto" style=""><div class="bH"><!--googleoff:index--><h3>Foto </h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><div class="jboxdiv scroll_1 animation_slow" id="newsSlidePhotoUel"><div class="jc-clip"><ul class="jc-list"><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/photo.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/81/43/1668143_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Arghus (NK Maribor) &amp; Nikica Jelavić (Rangers FC)"/><img src="/web/20111028014639im_/http://it.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/81/43/1668143_w4.jpg" width="324" height="182" alt="Arghus (NK Maribor) &amp; Nikica Jelavić (Rangers FC)"/></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Arghus (NK Maribor) &amp; Nikica Jelavić (Rangers FC)</div></div></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/photo.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/81/33/1668133_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Nikica Jelavić (Rangers FC)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Nikica Jelavić (Rangers FC)</div></div></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/photo.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/81/42/1668142_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Dalibor Volaš (NK Maribor)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Dalibor Volaš (NK Maribor)</div></div></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/photo.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/81/06/1668106_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Aleksander Rajčevič (NK Maribor)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Aleksander Rajčevič (NK Maribor)</div></div></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/photo.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/83/63/1668363_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Aleksander Rajčevič (NK Maribor) &amp; Nikica Jelavić (Rangers FC)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Aleksander Rajčevič (NK Maribor) &amp; Nikica Jelavić (Rangers FC)</div></div></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/photo.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/80/56/1668056_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Kyle Lafferty (Rangers FC) &amp; Zeljko Filipovič, Dejan Mezga (NK Maribor)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Kyle Lafferty (Rangers FC) &amp; Zeljko Filipovič, Dejan Mezga (NK Maribor)</div></div></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/photo.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/80/55/1668055_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Kyle Lafferty (Rangers FC) &amp; Jasmin Handanovič (NK Maribor)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Kyle Lafferty (Rangers FC) &amp; Jasmin Handanovič (NK Maribor)</div></div></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/photo.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/80/54/1668054_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Ally McCoist (Rangers FC)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Ally McCoist (Rangers FC)</div></div></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/photo.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/80/22/1668022_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Aleksander Rajčevič (NK Maribor) &amp; Kyle Lafferty (Rangers FC)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Aleksander Rajčevič (NK Maribor) &amp; Kyle Lafferty (Rangers FC)</div></div></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/photo.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/Comp_Matches/01/66/80/24/1668024_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Juan Ortiz (Rangers FC) &amp; Jasmin Handanovič (NK Maribor)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Juan Ortiz (Rangers FC) &amp; Jasmin Handanovič (NK Maribor)</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/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/photos/photo.html">Altre foto</a><div class="endMore fl"> </div></div><div class="jc-pgstat"><span class="jc-pgstat-newsSlidePhotoUel">1</span> di 10</div></div><!--googleon:index--> </div> </div> </div> </div><div class="row "><div class="box "><div class="bH"><!--googleoff:index--><h3>Squadra </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff:snippet--><div class="jTabs tabs "><ul class="menu"><li class="selected"><a href="#ui-tabs-"><span>Fase di qualificazione </span> </a> </li><li class="last "><span>Fase finale </span></li> </ul><div id="ui-tabs-"><div id="SquadList"><div id="gk_df"><div id="gkp"><h2 class="medTitle">Portieri</h2><table class="sortTable"><tr><th><abbr title="Numero">No.</abbr></th><th class="l">Nome</th><th><abbr title="Giocate">G</abbr></th><th><abbr title="Gol">G</abbr></th></tr><tr class="player 48714"><td class="number">1</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=48714/index.html" title="McGregor">Allan McGregor</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 41181"><td class="number">25</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=41181/index.html" title="N. Alexander">Neil Alexander</a></td><td class="number">0</td><td class="number">0</td></tr><tr class="player 106834"><td class="number">30</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=106834/index.html" title="Gallacher">Scott Gallacher</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 1906282"><td class="number">31</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=1906282/index.html" title="Adam" class="plInB">Grant Adam</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 250039431"><td class="number">51</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250039431/index.html" title="Currie" class="plInB">Blair Currie</a></td><td class="number">-</td><td class="number">-</td></tr></table></div><div id="def"><h2 class="medTitle">Difensori</h2><table class="sortTable"><tr><th><abbr title="Numero">No.</abbr></th><th class="l">Nome</th><th><abbr title="Giocate">G</abbr></th><th><abbr title="Gol">G</abbr></th></tr><tr class="player 250029887"><td class="number">28</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250029887/index.html" title="Kerkar">Salim Kerkar</a></td><td class="number">0</td><td class="number">0</td></tr><tr class="player 70449"><td class="number">2</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=70449/index.html" title="Goian">Dorin Goian</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 45517"><td class="number">3</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=45517/index.html" title="Weir">David Weir</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 98966"><td class="number">4</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=98966/index.html" title="Broadfoot">Kirk Broadfoot</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 56266"><td class="number">5</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=56266/index.html" title="Papac">Saša Papac</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 103104"><td class="number">12</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=103104/index.html" title="Wallace">Lee Wallace</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 68798"><td class="number">16</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=68798/index.html" title="Whittaker">Steven Whittaker</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 91422"><td class="number">18</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=91422/index.html" title="Bocanegra">Carlos Bocanegra</a></td><td class="number">2</td><td class="number">1</td></tr><tr class="player 1907883"><td class="number">22</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=1907883/index.html" title="Bartley">Kyle Bartley</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 98054"><td class="number">23</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=98054/index.html" title="McMillan">Jordan McMillan</a></td><td class="number">0</td><td class="number">0</td></tr><tr class="player 250008049"><td class="number">24</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250008049/index.html" title="Bougherra">Madjid Bougherra</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 107857"><td class="number">32</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=107857/index.html" title="Perry" class="plInB">Ross Perry</a></td><td class="number">1</td><td class="number">0</td></tr><tr class="player 250002308"><td class="number">36</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250002308/index.html" title="Cole" class="plInB">Darren Cole</a></td><td class="number">-</td><td class="number">-</td></tr></table></div></div><div id="mid"><h2 class="medTitle">Centrocampisti</h2><table class="sortTable"><tr><th><abbr title="Numero">No.</abbr></th><th class="l">Nome</th><th><abbr title="Giocate">G</abbr></th><th><abbr title="Gol">G</abbr></th></tr><tr class="player 29392"><td class="number">6</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=29392/index.html" title="McCulloch">Lee McCulloch</a></td><td class="number">1</td><td class="number">0</td></tr><tr class="player 250008045"><td class="number">7</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250008045/index.html" title="Edu">Maurice Edu</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 62176"><td class="number">8</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=62176/index.html" title="Davis">Steven Davis</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 1906287"><td class="number">10</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=1906287/index.html" title="Fleck" class="plInB">John Fleck</a></td><td class="number">0</td><td class="number">0</td></tr><tr class="player 250038930"><td class="number">17</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250038930/index.html" title="Juanma">Juanma</a></td><td class="number">2</td><td class="number">1</td></tr><tr class="player 1906294"><td class="number">26</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=1906294/index.html" title="Ness" class="plInB">Jamie Ness</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 1909873"><td class="number">27</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=1909873/index.html" title="Wylde" class="plInB">Gregg Wylde</a></td><td class="number">1</td><td class="number">0</td></tr><tr class="player 1907208"><td class="number">33</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=1907208/index.html" title="Bendiksen">Thomas Bendiksen</a></td><td class="number">0</td><td class="number">0</td></tr><tr class="player 250002306"><td class="number">35</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250002306/index.html" title="Hutton" class="plInB">Kyle Hutton</a></td><td class="number">0</td><td class="number">0</td></tr><tr class="player 250005082"><td class="number">39</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250005082/index.html" title="Dick" class="plInB">Gordon Dick</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 250022276"><td class="number">41</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250022276/index.html" title="McCabe" class="plInB">Rhys McCabe</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 250002311"><td class="number">42</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250002311/index.html" title="K. Naismith" class="plInB">Kal Naismith</a></td><td class="number">-</td><td class="number">-</td></tr></table></div><div id="stk"><h2 class="medTitle">Attaccanti</h2><table class="sortTable"><tr><th><abbr title="Numero">No.</abbr></th><th class="l">Nome</th><th><abbr title="Giocate">G</abbr></th><th><abbr title="Gol">G</abbr></th></tr><tr class="player 74875"><td class="number">9</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=74875/index.html" title="Jelavić">Nikica Jelavić</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 92995"><td class="number">11</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=92995/index.html" title="Lafferty">Kyle Lafferty</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 93682"><td class="number">14</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=93682/index.html" title="S. Naismith">Steven Naismith</a></td><td class="number">1</td><td class="number">0</td></tr><tr class="player 30686"><td class="number">15</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=30686/index.html" title="Healy">David Healy</a></td><td class="number">1</td><td class="number">0</td></tr><tr class="player 250038929"><td class="number">19</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250038929/index.html" title="Beattie">James Beattie</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 102491"><td class="number">34</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=102491/index.html" title="Little">Andrew Little</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 250022327"><td class="number">38</td><td class="playername l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250022327/index.html" title="Hemmings" class="plInB">Kane Hemmings</a></td><td class="number">-</td><td class="number">-</td></tr></table></div></div><div class="row c"><h2 class="medTitle">Allenatore: Ally McCoist (SCO)</h2></div><div class="row"><div class="plListB"><dl class="first"><dd><span class="dt">: </span>Giocatore lista B</dd></dl></div></div><div class="row"><div class="innGrid_3 fl innerText">Banca dati della competizione attuale</div><div class="innGrid_3 r fr innerText">Ultimo aggiornamento: 06/10/2011 15:25 CET</div></div> </div></div><!--googleon:snippet--> </div><div class="bF"> </div> </div> </div> </div><div class="grid_4 "><div class="row "><div class="row "><div style="display:none;" class="box jcTrophyCabinet"><div class="bH"><!--googleoff:index--><h3>Bacheca dei trofei </h3><!--googleon:index--> </div><div class="bC"> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="box ADBox "><div class="bH"><!--googleoff:index--><!--googleon:index--> </div><div class="bC"><div><!-- begin ad tag (tile=1) --><script type="text/javascript">if (typeof ord=='undefined') {ord=Math.random()*10000000000000000;}var AD_uel_section_mpu_mpu_top_1='https://web.archive.org/web/20111028014639/http://ad.ch.doubleclick.net/adj/uel.italian/section_mpu;pos=mpu_top;tile=1;sect=;kw=;dcopt=ist;sz=300x250;ord=' + ord + '?'; addADLinkScript(AD_uel_section_mpu_mpu_top_1); </script><noscript><p><a href="https://web.archive.org/web/20111028014639/http://ad.ch.doubleclick.net/jump/uel.italian/section_mpu;pos=mpu_top;tile=1;sect=;kw=;sz=300x250;ord=123456789" onclick="window.open(this.href); return false;"><img src="https://web.archive.org/web/20111028014639im_/http://ad.ch.doubleclick.net/ad/uel.italian/section_mpu;pos=mpu_top;tile=1;sect=;kw=;sz=300x250;ord=123456789" width="300" height="250" alt=""/></a></p></noscript><!-- End ad tag -->&nbsp;</div> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box box standings hide "><div class="bH"><!--googleoff:index--><h3>Classifiche </h3> <!--googleon:index--> </div><div class="bC"> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box box matches"><div class="bH"><!--googleoff:index--><h3>Partite </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff: all--><script type="text/javascript">(function($,win){ $(document).ready(function(){ var d3=win.Deltatre.Uefacom; window.Deltatre.Uefacom.MatchLinkRules={"CupRules":{"New":[1,14],"Old":[9,17,13,24,23,28,25,101,5,38,27],"Old2":[3,22,18,39]},"Rules":{"New":{"mc":"/[compfolder]/season=[season]/matches/live/index.html?day=[day]&session=[session]&match=[match]","pg":"/[compfolder]/season=[season]/matches/live/day=[day]/session=[session]/match=[match]/index.html","pm":"/[compfolder]/season=[season]/matches/round=[round]/match=[match]/index.html"},"Old":{"mc":"/[compfolder]/season=[season]/matches/live/day=[day]/session=[session]/match=[match]/matchcenterlight/index.html","pg":"/[compfolder]/season=[season]/matches/round=[round]/match=[match]/index.html"},"Old2":{"mc":"/[compfolder]/matches/season=[season]/live/day=[day]/session=[session]/match=[match]/matchcenterlight/index.html","pg":"/[compfolder]/matches/season=[season]/round=[round]/match=[match]/index.html"}},"Matches":[{"idMatch":2007324,"rule":0},{"idMatch":2007325,"rule":0},{"idMatch":2007326,"rule":0},{"idMatch":2007327,"rule":0},{"idMatch":2007328,"rule":0},{"idMatch":2007329,"rule":0},{"idMatch":2007330,"rule":0},{"idMatch":2007331,"rule":0},{"idMatch":2007332,"rule":0},{"idMatch":2007333,"rule":0},{"idMatch":2007334,"rule":0},{"idMatch":2007335,"rule":0},{"idMatch":2007336,"rule":0},{"idMatch":2007337,"rule":0},{"idMatch":2007338,"rule":0},{"idMatch":2007339,"rule":0},{"idMatch":2007340,"rule":0},{"idMatch":2007341,"rule":0},{"idMatch":2007342,"rule":0},{"idMatch":2007343,"rule":0},{"idMatch":2007344,"rule":0},{"idMatch":2007345,"rule":0},{"idMatch":2007346,"rule":0},{"idMatch":2007347,"rule":0},{"idMatch":2008269,"rule":0},{"idMatch":2008270,"rule":0},{"idMatch":2008271,"rule":0},{"idMatch":2008272,"rule":0},{"idMatch":2008273,"rule":0},{"idMatch":2008274,"rule":0},{"idMatch":2008275,"rule":0},{"idMatch":2008276,"rule":0},{"idMatch":2008277,"rule":0},{"idMatch":2008278,"rule":0},{"idMatch":2003653,"rule":0},{"idMatch":2003654,"rule":0}]}; var handler = new d3.MatchHandler({ idcup:14, season:2012, liveUrl:'/live/matchcentre/year=2011/month=9/day=15/match=[match]/_match.html', liveJson:'/live/match-centre/livescores/year=2011/month=9/day=15/match=[match]/livescore.json', mdUrl:'/library/matches/idcup=14/season=2012/fixtures/day=[day]/session=[session]/_matchesbydate.html', wrapperSelector:'.matchlastnext', date: [2011,9,15] }); handler.CONFIG.idTeam=50121; handler.CONFIG.lastNext=true; }); })(jQuery, window);</script><!--googleon: all--><div class="innerText matchlastnext"><div class="date fl"><div>gio</div><div class="day">25</div><div>ago</div></div><div class="fl last"><div class="info l">Ultimo risultato</div><div class="info l"><h2><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000271/match=2007254/index.html">Maribor</a> (<abbr title="In casa">C</abbr>)</h2></div><div class="info l b"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000271/match=2007254/index.html">1-1</a></div></div></div><div class="more innerText clearboth"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/matches/index.html">Altre partite</a></div> <h3 class="medTitle btop">Ultimi risultati in UEFA Europa League</h3><div class="formguide"><ul><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000271/match=2007217/index.html"><span class="tooltip downRightSmall left_-24 top_-70"><span class="top">&nbsp;</span><span class="ctn c">18/08/2011<br/>Maribor&nbsp;2<br/>Rangers&nbsp;1</span><span class="btm">&nbsp;</span></span>S</a></li><li><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000271/match=2007254/index.html"><span class="tooltip downRightSmall left_-24 top_-70"><span class="top">&nbsp;</span><span class="ctn c">25/08/2011<br/>Rangers&nbsp;1<br/>Maribor&nbsp;1</span><span class="btm">&nbsp;</span></span>P</a></li></ul></div><div class="footnote"><div class="fl">Orari CET</div><div class="fr lupdate">Ultimo aggiornamento: 15/09/2011 09:10 CET</div></div> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box box statistics"><div class="bH"><!--googleoff:index--><h3>Statistiche </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff:snippet--><div class="jTabs tabs " id="stats"><ul class="menu"><li class="pos1_sel1 selected"><a href="#ui-tabs-stats"><span>Fase di qualificazione </span> </a> </li><li class="pos2_sel1 last "><span>Fase finale </span></li> </ul><div id="ui-tabs-stats"><div class="container"><h3 class="medTitle">Migliori marcatori</h3><table class="statplayer"><thead><tr><th class="l">Giocatore</th><th>Gol</th><th>G</th></tr></thead><tbody><tr><td class="l player"><img height="27" width="27" alt="Juanma" title="Juanma" src="https://web.archive.org/web/20111028014639im_/http://img.uefa.com/imgml/TP/players/14/2012/27x27/250038930.jpg"/><span class="limg nozoom"><a title="Juanma" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=250038930/index.html">Juanma</a></span></td><td class="value">1</td><td class="value">2</td></tr><tr><td class="l player"><img height="27" width="27" alt="Carlos Bocanegra" title="Carlos Bocanegra" src="https://web.archive.org/web/20111028014639im_/http://img.uefa.com/imgml/TP/players/14/2012/27x27/91422.jpg"/><span class="limg nozoom"><a title="Carlos Bocanegra" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/player=91422/index.html">Carlos Bocanegra</a></span></td><td class="value">1</td><td class="value">2</td></tr></tbody></table><div class="more innerText"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/statistics/round=2000268/clubs/index.html">Altre statistiche club</a></div></div><div class="footnote"><div class="lupdate">Ultimo aggiornamento: 27/08/2011 11:09 CET</div></div> </div></div><!--googleon:snippet--> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box statistics"><div class="bH"><!--googleoff:index--><h3>Record nelle competizioni UEFA </h3> <!--googleon:index--> </div><div class="bC"><table><thead><tr><th colspan="6">Stagioni recenti</th></tr><tr><th class="l w50">Stagione </th><th class="l w164">Fase</th><th class="c w24"><abbr title="Giocate">G</abbr></th><th class="c w24"><abbr title="Vittoria">V</abbr></th><th class="c w24"><abbr title="Pareggio">P</abbr></th><th class="c"><abbr title="Sconfitta">S</abbr></th></tr></thead><tbody><tr><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2011/index.html">2010/11</a></td><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2011/clubs/club=50121/matches/index.html">Ottavi di finale</a></td><td class="c">4</td><td class="c">0</td><td class="c">3</td><td class="c">1</td></tr><tr><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2008/index.html">2007/08</a></td><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2008/clubs/club=50121/matches/index.html">Finale</a></td><td class="c">9</td><td class="c">2</td><td class="c">5</td><td class="c">2</td></tr><tr><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2006/index.html">2006/07</a></td><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2006/clubs/club=50121/matches/index.html">Ottavi di finale</a></td><td class="c">10</td><td class="c">5</td><td class="c">3</td><td class="c">2</td></tr><tr><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2004/index.html">2004/05</a></td><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2004/clubs/club=50121/matches/index.html">Fase a gironi</a></td><td class="c">6</td><td class="c">3</td><td class="c">0</td><td class="c">3</td></tr><tr class="noborder"><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2002/index.html">2002/03</a></td><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2002/clubs/club=50121/matches/index.html">Primo turno</a></td><td class="c">2</td><td class="c">1</td><td class="c">0</td><td class="c">1</td></tr></tbody></table><table class="t10"><thead><tr><th class="l w217">Competizione</th><th class="c w24"><abbr title="Giocate">G</abbr></th><th class="c w24"><abbr title="Vittoria">V</abbr></th><th class="c w24"><abbr title="Pareggio">P</abbr></th><th class="c"><abbr title="Sconfitta">S</abbr></th></tr></thead><tbody><tr><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefachampionsleague/history/index.html">UEFA Champions League</a></td><td class="c">161</td><td class="c">62</td><td class="c">40</td><td class="c">59</td></tr><tr><td class="l">Coppa delle Coppe</td><td class="c">54</td><td class="c">27</td><td class="c">11</td><td class="c">16</td></tr><tr class="noborder"><td class="l"><a href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/history/index.html">UEFA Europa League</a></td><td class="c">76</td><td class="c">31</td><td class="c">23</td><td class="c">22</td></tr></tbody></table><div class="footnote"><div class="fl">Qualificazioni incluse</div></div><div class="footnote"><div class="lupdate">Ultimo aggiornamento: 26/08/2011 01:19 CET</div></div> </div><div class="bF"> </div> </div> </div> </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/20111028014639/http://it.uefa.com/index.html">UEFA.com</a></li><li>&nbsp;&gt;&nbsp;<a title="UEFA Europa League" class="bcLink" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/index.html">UEFA Europa League</a></li><li>&nbsp;&gt;&nbsp;<a title="2012" class="bcLink" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/index.html">2012</a></li><li>&nbsp;&gt;&nbsp;<a title="Club" class="bcLink" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/index.html">Club</a></li><li>&nbsp;&gt;&nbsp;<a title="Rangers" class="bcLink" href="/web/20111028014639/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/index.html">Rangers</a></li></ol><span class="closer fl">&nbsp;</span><div class="feedBack fr"><a href="/web/20111028014639/http://it.uefa.com/community/feedback/index.html">Mandaci il tuo Feedback</a></div></div><!--googleon:snippet--> </div><div class="d3cmsFooter"><!--googleoff: all--><div class="d3cmsCFooter"><div class="competition fl"><span class="footerLbl">Competizioni</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/20111028014639/http://it.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/20111028014639/http://it.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/20111028014639/http://it.uefa.com/uefasupercup/index.html" title="Supercoppa UEFA">Supercoppa UEFA</a></li></ul> </div><div class="competitionlist fl"><span>- Nazionali - </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/20111028014639/http://it.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/20111028014639/http://it.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/20111028014639/http://it.uefa.com/worldcup/index.html" title="Coppa del Mondo">Coppa del Mondo</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/under21/index.html" title="Europei Under 21">Europei Under 21</a></li></ul><span>- Giovani/Dilettanti - </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/20111028014639/http://it.uefa.com/under19/index.html" title="Europeo Under 19">Europeo 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/20111028014639/http://it.uefa.com/under17/index.html" title="Europeo Under 17">Europeo 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/20111028014639/http://it.uefa.com/regionscup/index.html" title="Coppa della Regioni">Coppa della Regioni</a></li></ul> </div><div class="competitionlist fl"><span><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/women/index.html" title="- Calcio femminile -">- Calcio femminile - </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/20111028014639/http://it.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/20111028014639/http://it.uefa.com/womensworldcup/index.html" title="Mondiali femminili">Mondiali femminili</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.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/20111028014639/http://it.uefa.com/womensunder19/index.html" title="Europeo U19 femminile">Europeo U19 femminile</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/womensunder17/index.html" title="Under 17 Femminile">Under 17 Femminile</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/20111028014639/http://it.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/20111028014639/http://it.uefa.com/futsaleuro/index.html" title="Europeo futsal">Europeo futsal</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/futsalworldcup/index.html" title="Mondiali FIFA futsal">Mondiali FIFA futsal</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/futsalcup/index.html" title="Coppa UEFA futsal">Coppa UEFA futsal</a></li></ul> </div></div><div class="aboutuefa fl"><span class="footerLbl">La 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/20111028014639/http://it.uefa.com/uefa/news/index.html" title="Notizie">Notizie</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/uefa/aboutuefa/organisation/president/index.html" title="Presidente">Presidente</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/uefa/library/_redirect_calendar.html" title="Calendario">Calendario</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/uefa/aboutuefa/organisation/job/index.html" title="Lavoro">Lavoro</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/uefa/mediaservices/index.html" title="Servizi per i Media">Servizi per i Media</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/uefa/mediaservices/accreditation/index.html" title="Accrediti stampa">Accrediti stampa</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/uefa/events/videoarchive/index.html" title="Archivio video UEFA">Archivio video UEFA</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/uefa/events/tv/index.html" title="Ore di trasmissione bloccate">Ore di trasmissione bloccate</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/uefa/events/marketing/index.html" title="Vendita Diritti per i Media">Vendita Diritti per i Media</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/uefa/footballfirst/protectingthegame/antidoping/index.html" title="Antidoping">Antidoping</a></li></ul></div><div class="chnw fl"><div class="channel"><span class="footerLbl">Canali</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/20111028014639/http://it.uefa.com/news/index.html" title="Centro news">Centro 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/20111028014639/http://it.uefa.com/teamsandplayers/index.html" title="Squadre &amp; Giocatori">Squadre &amp; Giocatori</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/video/index.html" title="Video">Video</a></li></ul></div><div class="channel"><span class="footerLbl">Siti network 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/20111028014639/http://it.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="https://web.archive.org/web/20111028014639/http://twitter.com/uefacom_it" target="_blank" title="UEFA.com su Twitter">UEFA.com su 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/20111028014639/http://it.uefa.com/store/index.html" title="Negozio">Negozio</a></li></ul></div></div><div class="tlmyu fl"><div class="tools"><span class="footerLbl">Strumenti</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/20111028014639/http://it.uefa.com/news/rssfeeds/index.html" title="RSS feeds">RSS feeds</a></li></ul></div><div class="channel"><span class="footerLbl">Il mio 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/20111028014639/http://it.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/20111028014639/http://it.uefa.com/community/registration/index.html" title="Registrati">Registrati</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/community/mypage/profile.htmx" title="Il mio UEFA.com">Il mio UEFA.com</a></li></ul></div></div><div class="languages row"><span class="langLbl">Cambia lingua:</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/20111028014639/http://en.uefa.com/" title="Inglese">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/20111028014639/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/20111028014639/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/20111028014639/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/20111028014639/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/20111028014639/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/20111028014639/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/20111028014639/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/20111028014639/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/20111028014639/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/20111028014639/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/20111028014639/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 - Il sito ufficiale del calcio europeo" href="/web/20111028014639/http://it.uefa.com/index.html"> UEFA.com - Il sito ufficiale del calcio europeo</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/20111028014639/http://it.uefa.com/uefa/aboutuefa/organisation/contactuefa/index.html" title="Contattaci">Contattaci</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.uefa.com/uefa/faq/index.html" title="Aiuto / FAQ">Aiuto / 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/20111028014639/http://it.uefa.com/uefa/termsconditions.html" title="Termini e condizioni">Termini e condizioni</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111028014639/http://it.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/20111028014639/http://it.uefa.com/sitemap/index.html" title="Mappa del Sito">Mappa del Sito</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/20111028014639/http://m.uefa.com/it/" title="Versione mobile">Versione mobile</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/20111028014639/http://ac.uefa.com/it/" title="Versione accessibile">Versione accessibile</a></li></ul><ul class="disclaimer"><li>© 1998-2011 UEFA. Tutti i diritti riservati.</li><li>La parola UEFA EUROPA LEAGUE, il logo della UEFA Europa League e il trofeo della UEFA Europa League sono marchi registrati e/o copyright della UEFA. Tali trade mark non possono essere utilizzati in nessun modo per scopi commerciali. L'utilizzo di UEFA.com sta a significare l'accettazione dei Termini e Condizioni e delle Norme sulla Privacy.</li></ul></div><script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://web.archive.org/web/20111028014639/https://ssl." : "https://web.archive.org/web/20111028014639/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:"it.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/20111028014639/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 01:46:39 Oct 28, 2011 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 02:24:57 Nov 26, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.543 exclusion.robots: 0.03 exclusion.robots.policy: 0.018 esindex: 0.009 cdx.remote: 57.382 LoadShardBlock: 285.442 (3) PetaboxLoader3.datanode: 206.996 (4) PetaboxLoader3.resolve: 255.438 (2) load_resource: 270.31 -->

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