|
themiserable
|
read my profile
sign my guestbook
Name: aiyla Country: United States State: California Birthday: 10/10/1988 Gender: Female
Interests: Jesus cant really be put in the catagory of "hobbies" but he is the most important thing in my life. music, photography, reading Weekly World News (that is the funniest magazine ever) watching movies.... those are some of my hobbies. i also hang out with Derek a lot, cause he's the best :) *muah*
(the miserable is actually supposed to be "LES MISERABLES" which is a great novel writen by Victor Hugo.it was later turned into a musical, and is now a movie.its a story of great misery, but also hope, mercy, and justice, so thats why i made it my user name) Expertise: acid washed jeans Occupation: Student Industry: Other
Message: message me
Member Since:
5/4/2003
|
|
| Hey! after the choir thing at L.J. Williams, monique, lavinia, staci, megan, and i went to Baja Fresh for lunch. although it was a little expensive it was really good.
HAHAHA! that one commercial that says, "Jim Costa, he's already cost ya" is so funny. | | |
| AHHHHHHH!!!!! today is my birthday. Im finally 16. GOSH! most of my friends are already 16, so becoming 16 is already old news, but its all good. my parents are gonna take me to The Olive Garden for lunch right now. I'm a first timer there. mmmm.... ive been waiting all my life to go.
Its also Rachels birthday today. happy Birthday, Rachel!
God Bless you all!
| | |
| my birthday is on sunday! yay!
my dad gave me the most awesome gift ever! you wanna know what he got me? he got a star in the Perseus constellation named after me! like on A Walk to Remember. lol. its so awesome. the certificate is really pretty and it came with these cool pamphlets with all the constellations. anyway.. i gotta go to school.
God Bless! | | |
| Each Coming Night
Will you say when I'm gone away "my lover came to me and we'd lay in rooms unfamiliar but until now"
Will you say to them when I'm gone "I loved your son for his sturdy arms we both learned to cradle then live without"
Will you say when I'm gone away your father's body was judgment day we both dove and rose to the riverside
Will you say to me when I'm gone "your face has faded but lingers on 'cause light strikes a deal with each coming night"
| | |
|
|
|
|
// author: Sean F http://www.ugly.com/seanmeister
//
// this script alphabetizes the Sites I read list on a
// Xanga user's home page
// copy and paste the code into the Website Stats section
// of the Xanga Look & Feel page
//
function sortsir(sir1, sir2){
return sir1[1] < sir2[1] ? -1 : sir1[1] == sir2[1] ? 0 : 1;
}
var sirpage = 0;
if (document.getElementById("sir")){
sirlist = document.getElementById("sir");
sirpage = 1;
} else {
ths=document.getElementsByTagName("th");
for (var thc=0; thc < ths.length; thc++){
if (ths[thc].innerHTML.toLowerCase() == "sites i read") {
sirlist = ths[thc].parentNode.nextSibling;
sirpage = 1;
break;
}
}
}
if (sirpage == 1){
sirsites = sirlist.getElementsByTagName("a");
newsir = new Array();
for (numsir = 0; numsir < sirsites.length; numsir++) {
if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 &&
sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) {
newsir[newsir.length] = [sirsites[numsir].innerHTML,
sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href];
newsir[newsir.length] = [sirsites[numsir].innerHTML, " " +
sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href];
}
}
newsir.sort(sortsir);
var sc = 0;
for (numsir = 0; numsir < sirsites.length; numsir++) {
if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 &&
sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) {
sirsites[numsir].innerHTML = newsir[sc][0];
sirsites[numsir].href = newsir[sc][2];
sc++;
}
}}
//-->
|
|