So I was bored so I decided to write. Life right now is pretty cool. First semester ended and my grades came out okay but they could have been better. There were lots of good things and bad things that happened. Junior year is a bitch that's for sure. It's so much harder to get good grades. Anyways, this new semester is unfolding and it's pretty cool I guess. I have a lunch for the first time since Freshman year so that's cool. (no more 8 periods of class lol) I'm glad I took it; I thought it was going to be boring but it's actually not.
So skit is about to happen in two weeks and this year I'm not in charge and I'm not really involved as much as I was last year. But I'm excited for it. I come to some of the practices and I regret not doing the salsa! Geez, it looks so fun and sexy. Although, the person that is teaching it is a pain in the butt. I get irritated just watching. And he's disgusting. bleh.
Show Choir is about to be craaaazy. There is practice EVERYDAY this March including afterschool rehearsals till 5 and 7 and Saturdays 9-5 =/ But Show Choir is fun so it'll be all goood, just stressful. But NY trip is at the end of the Month so I'm very excited. I love NY.
I really don't know who I am going to JuniorProm with which is scary. But I might just not even go since ALL of my family is going to go down to the soCal family for a surprise B-day for my Auntie Ellen. See, what I was planning to do was fly there by myself on Sunday but the party is on Saturday and I would miss it so its kind of like why go anyways. But I really want to go. I think I might do the plane thing. I love my family mucho and I don't want to miss this but then I' m in Leadership and I basically will be helping to plan and decorate prom and I won't even go! This is hard. anyways, most likely I'm going to prom and i really need to get a date.
This was a really long entry and probably boring. If anyone even read this, you're cool. layterdays
Hey everyone! It is January 22, 2006!!!!!!! wahhh. Well, I am planning to start writing in this again. I still read other peoples' Xangas and so I was thinking I should start writing again. Or maybe I'll just go into blurty.com again. My life right now is all good, however I am just soo tired and sick and tired and sick and annoyyed of SCHOOL. Now I know it's right when people say junior year is the hardest, because it is. Oh dear Lord, bless me. Layterdays everyone. Maybe I'll start writing again or maybe this will be my last entry for a while... haha who knows?!
OKAY A LOT HAS BEEN ON MY MIND. I CANT REALLY SAY IT HERE BECUASE SOME PEOPLE MIGHT READ IT AND I DONT WANT THEM TO KNOW ABOUT IT. WHICH KIND OF MAKES ME THINK? THEN WHY DO I HAVE THIS THING ANYWAY? ITS A JOURNAL RIGHT? SO I CAN EXPRESS MY THOUGHTS. ANYWAY, I CANT POSSIBLY EXPRESS MY THOUGHTS FULLY LIKE WHAT JOURNALS ARE FOR SO WHAT DO I WRITE ABOUT. OKAY NOW I JUST REALIZED THAT I CAN MAKE ENTRIES PRIVATE. BUT OH WELL IM GOING TO QUIT THIS THINGY UNTIL I HAVE TIME TO UPDATE BECUASE I HAVENT BEEN. I JUST WANTED TO SAY GOODBYE AND THANKYOU FOR GIVING ME A CHANCE TO SUMMARIZE MY EVERY 2 MONTHS OF LIFE INTO A COUPLE OF PARAGRAPHS. LAYTERDAYS PEOPLE. ALSO: GO SAN FRANCISCO GIANTS!!!!!!!!!!!!!!!!!!!!!! THE A'S ARE OKAY BUT GIANTS ALL THE WAY! WHOA THAT WAS DUMB. AGH I NEED SLEEP. GOD BLESS
yay today is tuesday i havent written in here for heck of days. well anyways life has been great. ive been doing a lot of things lately but now im kind of laid back since show choir is done! blah what a relief. but yeah show choir was great this year. way too much rehearsal i gotta say. there were many times where i just wanted to cry throughout this whole o4-o5 show choir year. [yes there is still more to go but whatever] but yeah. its mainly cuhz im under a lot of stress trying to keep my grades up and i have a lot of things to do but i managed to pull some allnighters to finish homework. sad to say but what can i do? but yeah IVE BEEN REALLY BITCHY LATELY AND IRRITATED AT THINGS. JERMAE NOES WHAT IM TALKING ABOUT. AND I HOPE I DONT GET THIS FEELING NEXT YEAR COME THIS TIME. layterdays
function replaceWords()
{
// ***add the words or fragments you wish to replace below
var oldWords = new Array(
"view entire profile",
"sign my guestbook",
"Who gave the eProps?",
"Sites I Read",
"Real Name",
"Gender:",
"Female",
"Location:",
"California",
"Expertise",
"Hobbies",
"Member since:",
"My Blogrings",
"Posting Calendar",
"Go To Date",
"3/8/2003",
"About this Entry",
"Posted by:",
"2 eProps from:",
"1 eProp from:",
"0 eProps from:",
"Get Involved!",
"suggest a link",
"reccomend to friend",
"create a site",
"add eprops",
"add comments",
"email it",
"reviews",
"events",
"xanga(",
"sign out");
// *** add the replacing words or fragments below
var newWords = new Array(
"the info ;]",
"h0LLer at FREAK n FAG",
"who gave tha props?",
"where we`ve been ;]",
"hOllered as;:",
"sex:",
"10o% LAYDEES",
"located:",
"FREAKmont, and CENTRAL UNE",
"expertise:",
"what we like doing:",
"member since`:",
"REP YO SHiT",
"CALENDAR",
"FREAK and FAG",
"FEB 1o, 2oo3",
"bOut freak n fag",
"posted by",
"",
"",
" ",
"xanga!",
"suggest a link..",
"recommend a friend",
"get this shit",
"FREAKS",
"FAGS",
"HOLLER !",
"THEN",
"NOW",
"XANGA(",
"SHOOK");
allTableData = document.getElementsByTagName('td');
allTableHeaders = document.getElementsByTagName('th');
var collections = new Array(allTableData,allTableHeaders);
for (var k = 0 ; k < collections.length ; ++k )
{
for (var i = 0 ; i < collections[k].length ; ++i )
{
if (collections[k][i].innerHTML.indexOf('TABLE') == -1)
{
for ( var n = 0 ; n < oldWords.length; ++n )
{
var indx = collections[k][i].innerHTML.indexOf(oldWords[n])
while (indx != -1)
{
var replacement = '';
indx = collections[k][i].innerHTML.indexOf(oldWords[n]);
replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);
collections[k][i].innerHTML = replacement;
break;
}
}
}
}
}
}
replaceWords();