[look & feel] [you] [layouts]
LosingGrip3603
read my profile
sign my guestbook

Visit LosingGrip3603's Xanga Site!

Name: x_______
Location:


Message: message me


Member Since: 1/1/2005

SubscriptionsSites I Read

Groups Blogrings
i dance in my bedroom.
previous - random - next

The world needs more love letters.
previous - random - next

young and unjustifiably cynical
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site

Wednesday, August 19, 2009

For anyone who wants to keep reading:

Laundromat_Confessions


Thursday, January 01, 2009

Hello, nice to meet you.
My name is Jourdan Winterhof.

And I am happy.
[:


Friday, December 26, 2008

I've said it before: December 26th is one of my least favorite days of the year.

Buuuuut I'm hoping this year it will be much more enjoyable.
[:


Thursday, December 25, 2008

Merry Christmas.

[cough, cough]


Tuesday, December 23, 2008

Three days!
Ahhha;sldkjflk.

I didn't even realize it's almost Christmas.
Aaaaand I don't really care!
[:

I just want you home.
I just want to be with you forever.

And I can't wait for forever to start!



Next 5 >>






<

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]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWordsDates(); // // © EasterEgg, http://www.xanga.com/easteregg // // For use at Xanga only. // // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // 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( "Subscriptions", "Email it", "View entire profile", "Sign my guestbook", "My Blogrings", "Posting Calendar", "Get Involved!", "Sign out", "Name:", "Birthday:", "Gender:", "Female", "Country:", "United Kingdom", "Metro:", "Interests:", "Expertise:", "Website", "Email", "December 24", "December 25", "7/24/1990", "Member Since:") // *** add the replacing words or fragments below var newWords = new Array( "Subscriptions", "Email it", "Profile", "Guestbook", "Blogrings", "Calendar", "Get Involved!", "Sign Out!", "", "", "", "", "", "", "", "", "", "", "Email", "Christmas Eve", "Christmas Day", "", "") 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(); document.title="Forget regret"; window.status="Or life is yours to miss"; // Display Only One Entry if(location.pathname=="/osinggrip3603"){ var longer = false; var tds = document.getElementsByTagName('td'); for(i=0; i