|
Angelkendall27
|
read my profile
sign my guestbook
Name: Kendall Birthday: 1/23/1992 Gender: Female
Interests: listen 2 music, dancing, singing, acting, just chillin', talking on the phone, AIM, guys, laughing, talking, swimming, tanning, clothes, flip- flops, sports, SUMMER!!!----------> Occupation: Student
Message: message me Website: visit my website AIM: MSUangel27 MSN: KMEangel27@aol.com
Member Since:
4/22/2005
|
|
SubscriptionsSites I Read
|
|
|
|
| Heyy i am EXTREMELY bored so i decided to update my xanga......nothin much is happenin over here.....just WAY confused about some "stuff" and i have NO idea what to do....but anyway!.....omg i can't wait for the summer cause my BEST friend is commin in from utah!!! I am SO excited! oo and for my birthday i got a ipod stereo thing which was pretty cool....well i'll update later!
Love YA!
*~Kendall~* | | |
| ITS MY BIRTHDAY TOMORROW!!!!!!!!!!!!!!!!!!!
14!!!!!!!!!!! | | |
| Well i guess its time to update.....I'm in michigan right now and EXTREMELY bored well till 7!!! but Merry (belated) christmas! and Happy (early) New Year! I GOT AN iPOD NANO!!!! I am SOO excited and i got lots of clothes (SO cute!) and i got like tons of money so its time to go shoppin!!!
Love Ya! | | |
| Nothing much hapening here jsut REALLY bored but we set up our christmas tree like on monday and that was cool.........just me and my dad....lol....jk....but any way so thats all I've got for now!
love ya!
*~Kendall~* | | |
|
|
Chatterbox
|
|
//
// ?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",
"february",
"march",
"april",
"may",
"june",
"july",
"august",
"september",
"october",
"november",
"december",
"love me monday",
"trust me tuesday",
"wish me wednesday",
"think of me thursday",
"kiss me friday",
"dance with me saturday",
"sleepin 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]);
collections[k][i].innerHTML = replacement;
break;
}
}
}
}
}
}
replaceWordsDates();
|
|