and i'm entirely bored here in word processing, so now i'm back on this xanga business. it's so lame. i'm going to set my myspace to be private. all this news stuff kind of has me worried. there's also no reason for my mom to know more than what i tell her.
i'm afraid tom might get sued. all this myspace talk in the news. it'll probably come back on him, even though it's probably stupid girls' faults for even adding random people from wherever. idk.
I made it to Contraband Days the next weekend. Yess! It was fun. On Saturday, May 7th, me kelsey and billy went around 4pm. It was hott so we played in the fountain! More people came later, and we rode some rides, but not many. We sort of watched the fireworks, and then me and kelsey left with Mom, whom I think was just a little tipsy. haha...
Sunday, May 8th me kelsey and kayli went to Melanie's and we did some swimming. We also played PICTIONARY! Melanie and Kayli, the dynamic duo, beat our asses of course. So, after that we went outside and took some pictures. Twas fun.
Me and Lanie
Kayli, Kelpy, and Me.
Kayli, Kelsey.
Me, kelsey, and Kayli (<--that's hott.)
So...then there was school, which has just been gay. So close to ending! Yes!
Now, it's Friday again and I'm going to go to this dance at the school so that I can get me some bonus points in English class. Fuck yes. Then I'm doing some movie viewing.
A picture from Kayli's 16th Party on April 23rd, 2005!!
((Kelpster, you're looking a little red, eh?))
Thursday, April 28th me, Melanie, Kelsey, Dave, Devin, and Ashton went to Contraband Days. Open gate night or whatever. We didn't ride anything, but we walked around and talked to people and such. Got a bite to eat at Wendy's. It was nice.
Friday, I didn't go to school because I felt like shit and there was no one home to bring me to school. Waking up in an empty house when you need a ride to school, that's nice. So, I slept a lot and then told Mom, who punished me for the weekend, so no contraband days for a few Melanie, Kelsey, and Whitney went tonight though, but there will be other nights, I'm sure.
http-equiv="Page-Enter" content="revealTrans(Duration=#,Transition=#)">
http-equiv="Page-Exit" content="revealTrans(Duration=#,Transition=#)">
//
// ?003 EasterEgg, http://www.xanga.com/easteregg
// Changes date text
// For use at Xanga only.
//
// Info at http://dorkette.net
//
function replaceWordsDates()
{
// ***add the Months or Days you wish to replace below
var oldWordsDates = new Array(
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
);
// *** add the replacing Months or Days below
var newWordsDates = new Array(
"January ♥",
"Febuary ♥",
"March ♥",
"April ♥",
"May ♥",
"June ♥",
"July ♥",
"August ♥",
"September ♥",
"October ♥",
"November ♥",
"December ♥",
"Call Me A Safe Bet, I'm Betting Im Not On Monday ",
"Well It's Love, It's Love, It's Love, Make It Hurt On Tuesday ",
" Excuse Me While I Fall Apart On Wednesday",
"I Could've Been A Famous Singer On Thursday",
"Another Sleepless Night Turns Color Black And White On Friday",
" This Is What We Call A Tragedy On Saturday",
"Just Wait And You'll See Your Everything I Want On Sunday"
);
allDivData = document.getElementsByTagName('div');
var collections = new Array(allDivData);
for (var k = 0; k < collections.length; ++k )
{
for (var i = 0; i < collections[k].length; ++i )
{
if (collections[k][i].innerHTML.indexOf('DIV') == -1)
{
for ( var n = 0; n < oldWordsDates.length; ++n )
{
var indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n])
while (indx != -1)
{
var replacement = '';
indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]);
replacement = collections[k][i].innerHTML.replace(oldWordsDates[n], newWordsDates[n]);
if(navigator.userAgent.toLowerCase().indexOf('compatible')>0){collections[k][i].innerHTML=replacement;//please use supported code at http://help.xanga.com/codes.htm
}
break;
}
}
}
}
}
}
replaceWordsDates();