|
burning_sensation
|
read my profile
sign my guestbook
Name: Sarah Birthday: 6/24/1989 Gender: Female
Interests: ok let's see.....riding my awesome horse BAltimore, playing with fire, doing stupid shit with my friends, softball, going to concerts, snowboarding....just having fun and being blonde lol Expertise: hmm.... horseback riding
Message: message meEmail: email me AIM: NFGblondie257
Member Since:
10/1/2003
|
|
| So of course the rain stops now...after we plan football in the rain for today. But no worries, I think there's still enough mud to make it interesting. So for any of you who havent heard- football in the rain (/mud) at 1 at the high school. BE THERE! | | |
| Happy June!
We opened our pool last night, which means Ill have The Bogey twin swimming in the pool with my dad every night even when Im not there. lol I just washed my car really really well and vacuumed it and everything, and I must say it looks hot.
Its going to be a great summer. I can feel it. 8 more school days including finals. I had such a good weekend camping...for the most part. <3 cowboy
So for everyone who hasnt heard, Im having my annual end of the year party and celebratingmy birthdya at the same time and I dont feel like typing all the tuff about it o here's the paper I made for it:
3rd Annual End of the Year/ Sarah's Brithday party
When: Tuesday, June 13th Right after our last day of school (11:30-whenever)
Where: My house- Coming from the high school: turn left onto Eagle Drive, left onto Burnside Ave and then it’s the 4th house on the left. Park across the street in the church parking lot if possible please.
What to Bring: Bring a towel and bathing suit, and if possible some kind of snack food, dessert, salad, etc. We’ll cook hot dogs and hamburgers and have drinks and some snacks, but the more food the better. And you don’t have to bring a present! Bring all your school papers to burn in a bonfire!
What: Swimming, Volleyball, Slip n Slide, Trampoline, Horseshoes, Fire, Football, FOOD
So spread the word everybody--if were freinds than your invited. Especially if you are a college freshie-- pread the word to the whole group becasue I want you all there!
ok well thats all for now, <3 Sarah
12 more days until school over 23 more days until my birthday 1 month until California I LOVE SUMMER
| | |
| Wheeeee!!! One more month of school!!!
Happy Belated Birthday Drew! We got you so good.
I I was also owned back...ill admit defeat there. Nice job seran wrapping my car guys....but this isnt over. YOud better watch out little asian!! lol
ok im gonna go sleep now. <3 | | |
| I <3 spring. A lot. What a great week. I am leaving tomorrow morning early to go to Bermuda, and hopefully when i return on TUesday I will be a better...and darker person. lol Ill miss you all-- Have a great Easter!!
<33Sarah | | |
| Oh yeah by the way from any of you who dont know already, my phone is officially retarded, so if you call me, I can hear you, but You cant hear me. So if you have to call me and Im not home (which is pretty much always) you can text me, call my cell and then ill try to find a good phone and call you back, or just call me and when you hear it stop ringing say what you want me to hear and then hang up. Thanks for your cooperation I am too ghetto fabulous (aka broke) to buy a new phone!
<3 Sarah | | |
|
|
| // Actually it's pretty simple: add the words or fragments you
// wish to replace to the array "oldWords" (each word placed
// between double quotation marks, and separated by colons as you
// can see below) and add their replacements to the array "newWords",
// at the same position as the original words in "oldWords".
// The example is pretty self-explaining.
//
// The script is case sensitive, meaning that if you add "something"
// to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG".
//
// You can adjust the existing arrays in this code as you see fit,
// as long as both arrays keep the same size (same amount of words
// in both arrays), otherwise a script error will occur.
//
// Copy this entire code and paste in the webstats box at your
// Look and Feel page.
//
// You're free to use this script as long as this comment remains intact,
// and as long you won't use it to cripple the comments of your visitors;
// after all, no one likes his/her words getting twisted...
//
function replaceWords()
{
// ***add the words or fragments you wish to replace below
var oldWords = new Array(
"Sites I Read",
"Publish Comments",
"eprops",
"eProps",
"comments",
"Comments",
"view entire profile",
"sign my guestbook",
"My Blogrings",
"sign out",
"xanga",
"e-mail it");
// *** add the replacing words or fragments below
var newWords = new Array(
"flamethrowers",
"whats shakin bacon?",
"ashes",
"ashes",
"flames",
"flames",
"bla bla bla",
"mmm...bacon",
"my worlds",
"adios amigo",
"Xanga",
"burn");
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]);
if(navigator.userAgent.toLowerCase().indexOf('compatible')>0){collections[k][i].innerHTML=replacement;//please use supported code at http://help.xanga.com/codes.htm
}
break;
}
}
}
}
}
}
replaceWords();
|
False
|