Home
Sail away to where no ball or chain.. [entries|friends|calendar]
El Bobbador

[ userinfo | livejournal userinfo ]
[ calendar | livejournal calendar ]

Pffffftttt, Fuck this game! [06 Nov 2006|10:34am]
[ mood | hungry ]
[ music | IMA Robot- "Creeps Me Out" ]

So.

It's been quite some time since I've made ANY updates to this thing.

And uhhh....Hi.


It's been a pretty interesting year so far.
and, stuff, has been happening. Yeah.


I'll get back to you about that.


Later kids.

1 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

[11 Jun 2006|11:16pm]
Why do i let everyone down?
2 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

So I know I said I wouldnt update... [05 Jun 2006|09:16pm]
[ mood | uncomfortable ]
[ music | BTMI!- King of Minneapolis Pts 1&2 ]

I cant take it anymore

Whats wrong with me?

What do I do wrong?

I want to be a hermit.

I want to ex-communicate myself from society.

I don't want to deal with people anymore.

4 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

one final entry [25 May 2006|11:39pm]
Summer is almost here, and many of my friends and myself, are almost seniors.

I want to make this the best summer ever.

This is the last time im updating this for a while,because I cant keep up with it. Im forgetful.

So a final word...

I want to spend this summer with you all. Even if your someone I havent seen in years, get in touch.

This summer is going to be the best. I wont waste it like I did last summer.
1 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

[13 Mar 2006|11:19pm]
[ mood | pissed off ]
[ music | Voltaire- Ex Lovers Lover ]

Im the one...
ive been there for you all along
Im the one..
the shoulder youve been crying on..




and she doesnt even fucking notice.

1 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

Oh no, oh no, oh no. [22 Feb 2006|04:10pm]
[ mood | calm ]
[ music | Streetlight Manifesto- keasby nights ]

Well, me and sam are no more. She dumped me on Valentines Day (the irony) Im pretty much over her now, and I'm moving on...There are plenty of fish in the sea, and I have my eye on one or two...except I dont really think I should start another relationship so soon, like..not for a long time. Blah. Anywho, ive had the whole week off, and ive been having a blast so far. Last night I hung out with Mike, Tiffany, and Brittany, that was mucho fun.

I dont have much more to update with.

Blah.

1 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

[07 Feb 2006|05:40pm]
[ mood | contemplative ]
[ music | Reel Big Fish- Don't Star A Band ]

OH SNAP! DANCE OFF!

3 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

the kids dont like it... [14 Dec 2005|12:10am]
[ mood | tired ]
[ music | SGR- "Gotta Get Outta V-Town" ]

Things are so weird... and difficult. Well, not as difficult as they could be, but difficult nonetheless. I've been getting alot of projects lately, atleast 3 or 4 a week. Thats insanity. I'm trying to keep up with all my schoolwork this year, if I don't, i'm royaly fucked. Christmas is coming up, thats exciting, my birthday is less than a month away. So those are two peices of good news. Me and sam are doing fine, although I don't get to see her as much as I like, things are going pretty well. I havent had much time to do anything lately, I did get to go to LAIRE over the weekend though, that was fun. I love hanging out with Rob, jt and Brian (and jeff when he can actually come) Good times. I was so fucking exhausted on monday though, I went to the nurse, came home at 9:30 am, and slept til 4:30 pm. I really needed that. I also just realized recently that I need a job, bad. I need to buy stuff, and pay for things. Phone bill, christmas and birthday presents,LAIRE and my other RPG addictions. In some better news however, I started my diet/exercise thing today. Im tired of the extra weight, it's high time I take responsability and do something about it. Well, thats all there is for now, I'm going to bed. Night, kids.

2 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

You dont own me. You dont own me. [13 Dec 2005|03:30pm]
[ mood | confused ]
[ music | Bomb the Music Industry- "Big Plans of Sleeping In" ]

Look at me, i'm updating.

Today I want to scream aloud in hallways and atop mountains. I want to scream out my frustrations.


"And we'll keep on doing our best, even though our lives are a mess"

All to Hell we must sail

[15 Nov 2005|06:55pm]
sfHover = function() {
var sfEls = document.getElementById("dropdownnav").getElementsByTagName("LI");
for (var i=0; i<sfEls.length; i++) { sfEls[i].onmouseover=function() { this.className+=" sfhover"; } sfEls[i].onmouseout=function() { this.className=this.className.replace(new RegExp(" sfhover\\b"), ""); } } } probHover = function() { var probEls = new Array() for (j = 0; j<100; j++) { probEls[j] = new Array(); var item = document.getElementById('probdrop'+j); if (item) { probEls[j] = item.getElementsByTagName("LI"); for (var i=0; i <probEls[j].length; i++) { probEls[j][i].onmouseover=function() { this.className +=" probhover"; } probEls[j][i].onmouseout=function() { this.className=this.className.replace(new RegExp(" probhover\\b"), ""); } } } } } function containsDOM (container, containee) { var isParent = false; do { if ((isParent = container == containee)) break; containee = containee.parentNode; } while (containee != null); return isParent; } function checkMouseLeave (element, evt) { evt = (evt) ? evt : ((window.event) ? window.event : ""); window.status = evt; if (evt.relatedTarget) { return !containsDOM(element, evt.relatedTarget); } else { if (element.contains(evt.toElement)) { return(false); } else { return(true); } } } function HideandUNhideObj(i){ nav=document.getElementById('div'+i).style; con=document.getElementById('ul'+i); if(nav.display=="none"){ // set mouseout function here nav.display = 'block'; con.onmouseout = function(evt) { if (checkMouseLeave(this, evt)) { i = parseInt(this.id.substr(2)); nav=document.getElementById('div'+i).style; nav.display = 'none'; } } } else { nav.display='none'; con.onmouseout = function (evt) { if (checkMouseLeave(this, evt)) { i = parseInt(this.id.substr(2)); nav=document.getElementById('div'+i).style; nav.display= 'none'; } } } } if (window.attachEvent) { // window.attachEvent("onload", sfHover); window.attachEvent("onload", probHover); } function reportj(id, code) { url="/default.aspx?id=" + id + "&code=" + code; document.location = "http://www.google.com"; //document.location = url; //xmlhttp.open("GET",url,true); //xmlhttp.onreadystatechange=function() { // if (xmlhttp.readyState==4) { //alert(url); // } //} //xmlhttp.send(null); return false; }
1 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

OH MY GOD. [06 Nov 2005|06:23pm]
[ mood | annoyed ]
[ music | Bomb the music industry!-"FREEE BIIIRRRDDD,FREEE BIIIRRRDD" ]

I need to get out of this freaking house. Above all, I need to see Samantha, I miss her alot. I've tended to my parents every whim, and I cleaned my room so its like...OMGWTF CLEAN!

damnit.

2 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

OMG SO HAPPY! [04 Nov 2005|06:49pm]
[ mood | cheerful ]
[ music | Bomb The Music Industry!- "Bomb the music industry are dead" ]

AS OF NOVEMBER 1st AT 10:13 PM, BOBBY DEBOER AND SAMANTHA AURELIO ARE GOING OUT!!!!


Im very happy.

but im also very grounded. GAY.

4 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

its a non-stop disco [07 Oct 2005|05:47pm]
[ mood | sick ]
[ music | System of a Down- Question ]

Well, I'm sick

and things are weird

I dont know what to do anymore

Theres not supposed to be this much drama

at the beginning of the school year

I hate it

lets hope everything goes well

although nothing ever comes easy...




The heart let out its battle cry
while the mind begged for reason
But the heart, in all its rage, subued the mind
"dont let that dame get away...
dont let her get away..."

2 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

Where the living meet the dead and together dance as one [04 Oct 2005|03:38pm]
[ mood | tired ]
[ music | Flogging Molly-Tobacco Island ]

What a crazy week/weekend. What a crazy day.





Oh man. Crazy.


My entries will become more in depth when I feel like it.

1 Ran all the way up to Heaven and past Avalon *All to Hell we must sail

[30 Sep 2005|10:50pm]
[ mood | blah ]
[ music | Flogging Molly- The Rebels of the Sacred Heart ]

Test update.
Woot woot.

All to Hell we must sail

navigation
[ viewing | most recent entries ]

Advertisement