[Flash 9 is required to listen to audio.]

youtubersunited:

ninjalim:

WANT. WANT. WANT!

=OOOOOO AHHHHHHHHHHH!!!
∞ Permalink   -   116 notes   -  Reblog
naarniaa:

bb333444555666777:

k

Reminds me of the lion king The sun looks the same
∞ Permalink   -   567 notes   -  Reblog
naarniaa:

r3lati0nshits:

omg.. .__. touched my heart

how could you not even smile
naarniaa:

m-ild:

WOAH

That’s a meal and a half right there
Justin drew himself during the bigFM radio interview

 “I…like you”
swaggieald:

Aww <3 I ADORE MILEY!! My twitter: @MaryoOm_AlD < I Follow back everyone!! Since I don’t know how to do it in tumblr. :$
∞ Permalink   -   33 notes   -  Reblog
∞ Permalink   -   152 notes   -  Reblog
// ==UserScript== // @name Justin Bieber (Post Icons for tumblr) // @namespace http://userstyles.org // @description Justin Bieber (Post Icons for tumblr) enjoy! <3 // @author xallthestars // @homepage http://userstyles.org/styles/47871 // @include http://www.tumblr.com/* // @run-at document-start // ==/UserScript== (function() { var css = "ol#posts li.post.new_post {\n\n\n\nbackground: #ffffff url('http://oi53.tinypic.com/sghdsy.jpg') center center no-repeat;}\n\n\n\n\n\n\n\nimg[src*=\"http://assets.tumblr.com/images/new_post_icons_no_labels.png\"]{\n\n\n\n width:0;\n\n\n\n height:100px;\n\n\n\n padding-right:250px;\n\n\n\n opacity: 0;}"; if (typeof GM_addStyle != "undefined") { GM_addStyle(css); } else if (typeof PRO_addStyle != "undefined") { PRO_addStyle(css); } else if (typeof addStyle != "undefined") { addStyle(css); } else { var heads = document.getElementsByTagName("head"); if (heads.length > 0) { var node = document.createElement("style"); node.type = "text/css"; node.appendChild(document.createTextNode(css)); heads[0].appendChild(node); } } })();