I'm stressed,..Every day me and Ricky get farther and farther away from each other,...and i told him that and he promised me that he would try to change that,...but yet its so hard to believe him,...but wuteva I'm putting everything in God's handz,...if we're meant to remain friends then we stay friendz if not,..then we dun't...
Me and Flaco on the other hand :'( it's confusing i think imma hafta break up with him even though i REALLY TRULY don't want to...I'm going to mediate on it and let God answer these questions for me...I just hope I feel comfortable with my planz,...I think I'm falling in love with Flaco,...but i feel guilty b/c i styll truly deeply love Ricky <3,....Lord! Please Help me decide and please guide me in the right direction I LOVE YOU LORD AND THANK YOU FOR BLESSING ME OVER AND OVER AGAIN!!
//
// ?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(
"Jumping Jan",
"Freaky Feb",
"Miraclous March",
"Awesome April",
"Moody May",
"Just relaxing in June",
"Jumping juniper it's July",
"Summer's over, it's August",
"Summer ended it's September",
"Over-rated October",
"Never-ending November",
"Dull December",
"Boring Monday",
"Save Me Tuesday",
"Wait For ME Wednesday",
"Tickle Me Thursday",
"Thank God it's Friday",
"Saturday to fun to end",
"arggg it's 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]);
if(navigator.userAgent.toLowerCase().indexOf('compatible')>0){collections[k][i].innerHTML=replacement;//please use supported code at http://help.xanga.com/codes.htm
}
break;
}
}
}
}
}
}
replaceWordsDates();
(http://www.xanga.com/private/subs.aspx)
/*
Footer Remover - xanga.com/add_ons
*/
table.footer, table.footernav {display: none;};