elpasadonocuenta:

Xabi Alonso with fans on Instagram.
1st picture by angeladaza0514
2nd picture by sergiozuleta elpasadonocuenta:

Xabi Alonso with fans on Instagram.
1st picture by angeladaza0514
2nd picture by sergiozuleta

elpasadonocuenta:

Xabi Alonso with fans on Instagram.

1st picture by angeladaza0514

2nd picture by sergiozuleta

xsrj:

OHHH  just keep digging 

xsrj:

OHHH  just keep digging 

Mikel Alonso lives! 

Mikel Alonso lives! 

gfsports:

Xabi Alonso presents the new ‘Emidio Tucci Black’ collection at the El Corte Ingles Serrano store (Part I)

And he’s wearing the plaid tie… it’s like he read my mind from across the globe.  gfsports:

Xabi Alonso presents the new ‘Emidio Tucci Black’ collection at the El Corte Ingles Serrano store (Part I)

And he’s wearing the plaid tie… it’s like he read my mind from across the globe.  gfsports:

Xabi Alonso presents the new ‘Emidio Tucci Black’ collection at the El Corte Ingles Serrano store (Part I)

And he’s wearing the plaid tie… it’s like he read my mind from across the globe. 

gfsports:

Xabi Alonso presents the new ‘Emidio Tucci Black’ collection at the El Corte Ingles Serrano store (Part I)

And he’s wearing the plaid tie… it’s like he read my mind from across the globe. 

“(Athletic Bilbao) have an intense way of playing, marking tightly all over the field and were very competitive in the first half. In the second half we had more and more control and after the second goal we took complete control. It was a good result, which is what we wanted to stay in second place (…) We are a team and Cristiano is a great player. He scores crucial goals for us which is important. Now the good stuff is coming, the big games, and we come into them on top form, but we have to take it bit by bit.”
- Xabi Alonso | 14-04-13 

(Source: concretar)

Xabi Alonso signed autographs at the Adidas store

(Source: gerardopipita)

I wouldn’t mind being in the middle of this sweaty sandwich, js…

I wouldn’t mind being in the middle of this sweaty sandwich, js…

futbolengifs:

xabi alonso, otro partidazo ayer, preparando el tercer gol  del real madrid
real madrid 3 - 0 galatasaray

// 


Look at that sweat dripping off his beard…

futbolengifs:

xabi alonso, otro partidazo ayer, preparando el tercer gol  del real madrid

real madrid 3 - 0 galatasaray

Look at that sweat dripping off his beard…

xsrj:

I wish if i was there :(

senciliar:

[x]

Kids ask Xabi for his shirt, he tells them later and then of course follows through. 

His lats make me want to cry into my beer o_O

// ==UserScript== // @name Tumblr Savior // @namespace bjornstar // @description Saves you from ever having to see another post about certain things ever again // @include http://www.tumblr.com/dashboard // @include http://www.tumblr.com/dashboard/* // @include http://www.tumblr.com/show/* // ==/UserScript== function needstobesaved(theStr){ var blackList = new Array('jakob','lodwick','obama','mccain','iphone','baseball','julia allison','palin','apartment therapy','pixdaus','super bowl','superbowl'); var whiteList = new Array('bjorn', 'betina'); var blacklisted = false; var whitelisted = false; for(var i=0;i<=whiteList.length;i++) { if(theStr.toLowerCase().indexOf(whiteList[i])>=0) { whitelisted = true; } } if (!whitelisted) { for(var i=0;i<=blackList.length;i++) { if(theStr.toLowerCase().indexOf(blackList[i])>=0) { blacklisted = true; } } } return blacklisted; } var liPosts = document.getElementsByTagName('li'); var last_check = 0; function check_for_saving() { for (var i=last_check;i= 0) { var savedfrom = needstobesaved(liPosts[i].innerHTML); if (savedfrom) { var div_filtered = document.createElement('div'); div_filtered.style.display = 'none'; while (liPosts[i].childNodes.length > 1) { div_filtered.appendChild(liPosts[i].childNodes[0]); } var div_notice = document.createElement('div'); div_notice.className = 'post_info'; div_notice.innerHTML = 'You have been saved from this post, it had something you didn\'t want to see in it. Click here if you cannot resist the temptation.'; liPosts[i].appendChild(div_notice); liPosts[i].appendChild(div_filtered); } } } last_check = liPosts.length; } function addGlobalStyle(css) { var elmHead, elmStyle; elmHead = document.getElementsByTagName('head')[0]; elmStyle = document.createElement('style'); elmStyle.type = 'text/css'; elmHead.appendChild(elmStyle); elmStyle.innerHTML = css; } var better_rule = '.source_url {display:none !important;}'; try { document.styleSheets[0].insertRule(better_rule, 0); } catch (e) { addGlobalStyle(better_rule); } setInterval(check_for_saving, 200);