spontaneousdaydreamer:

Omg. I know what I’m doing this summer :P

walkintothedarkness:

nikkkolwtr:

Mine definitly was while reading this.

woah..

walkintothedarkness:

nikkkolwtr:

Mine definitly was while reading this.

woah..

Anonymous
asks:
Have you done tumblrdatinggame(.)com yet?

Its not for me.

ohmyloki:

What Loki was really looking for.

alex-sassskarth:

Just do it.

alex-sassskarth:

Just do it.

DM doll’s for MT

Someone should make stripper versions of the band. Ramsay’s Hips need to make a come back in this.

Does anyone know where to get a cutout of Sidney Crosby standing up?

Not bent over but standing up, I need to find one and would like any help given.

vampyrebytes:

I love the quote from Liz Feldman…”Personally, I am very excited about ‘gay marriage’, or as I like to call it, ‘marriage’.”

vampyrebytes:

I love the quote from Liz Feldman…”Personally, I am very excited about ‘gay marriage’, or as I like to call it, ‘marriage’.”

When playing against Sidney Crosby

wheninphilly:

                                               

Luongo is the better goalie, he should be in the net.

believeinblue3:

I can’t imagine this team without Luongo…

// ==UserScript== // @name Frank Iero Riding Your Tumblr Dashboard // @description See Frank Iero riding on your Tumblr Dashboard! // @include http://*tumblr.com/dashboard* // @exclude view-source:www.tumblr.com/dashboard* // @version 1 // ==/UserScript== var frank = document.createElement("div"); var new_post_icons = document.getElementById('new_post_icons'); var userWidth = document.body.clientWidth; //calculate dist from browser edge to content edge userWidth -= 899; //899 px is the width of the Tumblr dashboard userWidth /= 2; //since the dashboard is centered, dividing by two gives you edge-to-edge dist //place frank away from content edge var frankSeat = userWidth + 580; //alert("Distance from edge is " + userWidth + " pixels."); //used for debugging //define frank as an HTML element and give the HTML code frank.innerHTML = '
' + '' + 'Post a video' + '' + '
'; //insert Frank before the first element in the body of the page document.body.insertBefore(frank, document.body.firstChild);