Country:United States State:Virginia Metro:Virginia Beach Birthday:5/21/1987 Gender:Female
Interests:Lipgloss[Vicki S. Sweet talk],Code Red,Ecko Red,Babyphat,Flavs[air force 1s],Tims,Overlays[ova da nails],John Legend,INOJ,Aaliyah,Jada Kiss,Mike Epps,Sinay Lathan, Morris Chestnut,Scary Movies,Geminis & Taureses[?idk],Strawberry Bubblicious,Boy Shorts[laced],Jays,Oprah,Montel,Makin dat scratch,Relaxin,Family Moments,Slow Jams,Fitteds,SpongeBob,Buffalo Wings,Firecracker[popsicles],Watermelon Jolly Rancher Lollipops, and puppies!!! Expertise:Sometimes I feel discriminated against, but it does not make me angry. It merely astonishes me. How can anyone deny themselves the pleasure of my company? It's beyond me.
--Zora Neal Hurston Occupation:Marketing Industry:Business
ay yall whats good...i've been on the run!! preparin for big things...the list is crazy!! prom, graduation, summer jobs!!! and then NSU..got start stackin dat chedda!! but yea get at me and keep in touch hit me up on my otha xanga..reddbonemamii..or myspace...or juss hit me up on hotmail @ reddsunshyne!! i'm still gonna be here yall...
i'm bout to start washin clothes and packin for DA BurG!!...after packin i gotta head out to my class with crazy ass Raven and Lauren!! then i can go home and make that 1hr 30min drive w/ my Suga Bear!!
i gotta find a prom dress while i'm bull shittin...i saw this really pretty white one last night.. is was gorgeous...oh so lovely!!
ay yall whats good.. today was madd chill and crazy rain..thats the whole day for ya..
me nika and lashanda were talkin bout when we were gonna have our parties for the year...ne and nika wanna have ours after prom..that should be hott cus thats when everyone is lookin for sumwhere to go..word word..but lashanda wants to have hers on june 4th which is peace ..i'm sayin....like few weeks after ours..its all good..
well i gotta go to class tonight..with lauren my buddie ol pal..can't wait
function replaceWords()
{
// ***add the words or fragments you wish to replace below
var oldWords = new Array(
"Subscriptions",
"Publish Comments",
"add eProps",
"eprop",
"eProps",
"add comments",
"comment",
"comments",
"email it",
"view entire profile",
"sign my guestbook",
"My Blogrings",
"Posting Calendar",
"Get Involved!",
"sign out",
"Name:",
"Birthday:",
"Gender:",
"State:",
"Country:",
"Interests:",
"Expertise:",
"Website",
"Email",
"Member since:");
// *** add the replacing words or fragments below
var newWords = new Array(
"My Focusezd Ones",
"LeAvE Notes",
"PrOp Me",
"prOpS",
"prOpS",
"aDd NoTe",
"NoTe",
"NoTeS",
"GeT Focusezd",
"PeeP mY sHyT",
"SiGn mY gUeStBoOk",
"||Focusezd Rings||",
"THe DaTes",
"FoLLow Me",
"HOLLER!!",
"KnOwN As:",
"1st BrEaTh:",
"DaDDieS Lil:",
"Holdin Down DA:",
"Country:",
"WhAT i LiKe ta DO:",
"Im GOOd at:",
"Website",
"GeT @ mE",
"LeTtin yaLL kno SInCe:");
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();