strababypnay
read my profile
sign my guestbook

Visit strababypnay's Xanga Site!

Country: United States
State: New York
Birthday: 10/20/1989
Gender: Female


Interests: #1- V- BALL #2- B-BALL #3- THAT'S BOUT IT UNLESS U WANNA GIMME SUM TA THINK BOUTZ....
Expertise: #1- FLIRTING #2- LOVIN MA MAN #3- CHEERLEADING #4- MODELING #5- HATIN PLAYA'S


Message: message meEmail: email me
Website: visit my website


Member Since: 6/6/2003

SubscriptionsSites I Read
xbaybi3xmariex
kakakdatTickles
ViEtBaLLaBabE
xCaliburx
K_MarT_Killa
tadothug
xJadeXMorbidx
SamanthaJamorski
kitnoangel133
LilQt0o
qiqqlezx
cRaZyNFGfReAk89
BrOokLyn_MaryGrace
qUeEnZ_rOcKeR
nydesibrat02
GeNiO_pAtHoS
MizShOrtahy
sun_sh0werz
NyCzBabii1
YAnJoHn
Lil_Ole_MeE
Sk8FreaK666
TrojanMan3216
DiSxwEiRdxPn0y
CHU_DOIN_NICA
yungpusokopnoi
xXsWtPnAyYaNcHiEXx
Biker_Boi_11426
moonlight_kisses
skip2mylou47
isangmahal5
FoXy_12oXy
o0FLPidol0o
Mr_Brozik
biggie01
markie_mark
LiL_HoMieE01
x0roxzy0x
burningtreeprojekt

Blogrings
~~+ FLP +~~
previous - random - next

** >>flip pryde<< **
previous - random - next

-Barkada-
previous - random - next

SeXxY Filipinas
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Monday, September 29, 2003

alright alright...... hmmm i could update like b4 buht ima do it now okie!...

happy 2 month anniversary..... cookie and strawberry!... est.7.25.03 =]]





muahz!!!


okei okei okei................ i bored.... ma life sux... the only thing that i love in ma life is ma baby cookie!!! hmmmm family problemz guys.... geeze!

tears tears...


Tuesday, September 23, 2003

i love my strawberry foreal......cant live w/o chu marie!!!! even im far from ya im olweyz here for yah i love you so much strawberry!!!!

-cookie-


Wednesday, September 17, 2003

 

dang havent wrote in this shyt in a long fuckin ass tyme niggas! welll i liked talked to ma b/f eugene for like 4 hours in the phone damn... omg eugene proposed to meeh so i'm like ingaged to him yay!


Monday, September 08, 2003

hmmmm okie skoO started todai.... and i had such a good time it whuznt even funnay....as of course i became very popular in just like 1 dei.... tehehe... buht o wellpz... well i can't tlak alot in da internet as i used too buht ummm i just wanna sey i love u eugene..... and i miss u soooo much......... and pweaze plpz take care huns....../


okie to ronnie u wanna noe ma address it's ummm i can't sey... maparents gunna find out.....i'll c if i can give it to u tho mkai....

baiz love u all



Next 5 >>

script language="javascript"> // Flooble.com's Animated Text script. Will animate a specified // bit of text (determined by the ID of containing tag) by // highlighting it with specified color one character at a time // in a moving pattern. // // Summary of use: // call animate(tagID, color); where "tagID" is the ID // of the tag that contains text to be animated, // and "color" is the color to use to highlight the text with. // // For more information, and detailed instructions, see // http://www.flooble.com/scripts/animate.php // // Copyright (c) 2002 by Animus Pactum Consulting Inc. // This script comes with no warranties whatsoever. // Animus Pactum Consulting will not be responsible // for any damages resulting from its use. var ie4 = false; if(document.all) { ie4 = true; } function setContent(name, value) { var d; if (ie4) { d = document.all[name]; } else { d = document.getElementById(name); } d.innerHTML = value; } function getContent(name) { var d; if (ie4) { d = document.all[name]; } else { d = document.getElementById(name); } return d.innerHTML; } function setColor(name, value) { var d; if (ie4) { d = document.all[name]; } else { d = document.getElementById(name); } d.style.color = value; } function getColor(name) { var d; if (ie4) { d = document.all[name]; } else { d = document.getElementById(name); } return d.style.color; } function animate(name, col) { var value = getContent(name); if (value.indexOf('= 0) { return; } var length = 0; var str = ''; var ch; var token = ''; var htmltag = false; for (i = 0; i < value.length; i++) { ch = value.substring(i, i+1); if (i < value.length - 1) { nextch = value.substring(i+1, i+2); } else { nextch = ' '; } token += ch; if (ch == '<' && '/aAbBpPhHiIoOuUlLtT'.indexOf(nextch) >= 0) { htmltag = true; } if (ch == '>' && htmltag) { htmltag = false; } if (!htmltag && ch.charCodeAt(0) > 30 && ch != ' ' && ch != '\n') { str += '' + token + ''; token = ''; length++; } } setContent(name, str); command = 'animateloop(\'' + name + '\', ' + length + ', 0, 1, \'' + col + '\')'; (command , 100); } function animateloop(name, length, ind, delta, col) { var next = ind + delta; if (next >= length) { delta = delta * -1; next = ind + delta; } if (next < 0) { delta = delta * -1; next = ind + delta; } setColor(name + '_' + ind, getColor(name + '_' + next)); setColor(name + '_' + next, col); command = 'animateloop(\'' + name + '\', ' + length + ', ' + next + ', ' + delta + ', \'' + col + '\')'; (command , 100); }