--» THINGS Y'ALL SHUD KNOW
KNOW ME AS: NAME
X OR Y: BOY/GIRL
HOME SWEET HOME: CITY/STATE
CURRENTLY AT: SCHOOL/PLACE OF WORK
STATUS: SINGLE/TAKEN
SEND ME PRESENTS ON: BIRTHDAY
KARAOKE : FAVORITE SONG
BORED?: HOLLA ME HERE
INTERESTS: WHAT YOU LIKE TO DO

--» CHAT HERE
ADD CHATTERBOX CODE HERE - FOR CODES VISIT FLOOBLE.COM

--» CLIKKABLEZ
Xanga
YOUR PLACE
Look & Feel
SUBSCRIBE 2 ME
MY SUBBIEZ
SIGN ME IN
LOG ME OUT

--» CUSTOM MODULE
"They Heard I Was Good, They Wanna See If It's True......" -Cassie

--» CREDITS
Thank you AngelicLayouts for making my site look damn heavenly! Visit the site to get ur Xanga lookin this damn goood!!

Image hosted by TinyPic.com
KrazyButKool09
read my profile
sign my guestbook

Visit KrazyButKool09's Xanga Site!

Name: Jaumonica
Country: United States
State: Missouri
Metro: Kansas City
Birthday: 10/3/1990
Gender: Female


Interests: BOWWOW, otha cute boyz,blue playing, flirting whatever!
Expertise: boyz, books, boyz, shoes. Did I say boyz?
Occupation: Student
Industry: Education/Research


Message: message meEmail: email me
Website: visit my website
AIM: JShaebae
Yahoo: bowwows_hunnie_09


Member Since: 5/26/2005

SubscriptionsSites I Read
soraroks
shortcake0920
alibaba09
livelifepurposely
StillJessiesGirl
DreLovesChiroko
Amor_4_Musica
crazEsexEcool
XxLove_Is_MY_SUICIDE666xX
dori_tha_princess_of_09
ShortyByNature08
omari_s_baby_girl
SerenitySpeaks
XfreshXazimizX
Lashay_May
Sw33tND3vious
lilwhitt_11
Joyful09
celebrity_banners
TheHyperballad
x_Xangel_of_deathX_x
x_XHagane_No_RenkinjsushiX_x
punkrockers_siren
lcpa_gurl09
mizjewelie
DIzmAmI2cut3
Spudboy2222
username
ghetto_helper
ZachariClark
i_heart_icons_and_quotes
contortion_artist

Blogrings
Bowwow Luva's
previous - random - next

***LuVin_mY_mAN_bOwWoW***
previous - random - next

~bOwwOw~
previous - random - next

~* BoWwoW UnLeaSheD~*
previous - random - next

!!!Teenagers' share!!!
previous - random - next

» itz that...Lïn¢ølñ K®êw «
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Saturday, July 29, 2006

On3 mOr3 dAy Of SuMm3r ScHoOl!!!


Saturday, July 22, 2006

CaN sOmEbOdI pLeAs3 cOmMeNt!!!!! LeAv3 pRoPz Or SuMtHiN!!!!! pLeAs3!!!


Thursday, July 20, 2006

Hey u guys........... yeah guess wat. all the high schoolers get their 80 dollars for the first summer school session... i'm think im going to go shopping


Wednesday, July 19, 2006

dang. July is not a good month for updating! well, lets see...... i went swimming a lot and now i'm nicly toasted. ok, skip that.... I AM BLACK AS HELL!!!!!!!!!!!!!!!!! Omg, i can't wait till i get my winter complexion back!!!!


Friday, July 14, 2006

Ok... haven't updated in a minute..... lets see.... nothing much going on, just um........ about to quit my job. oh yeah, i saw pirates of the carribean. but i went with damon so we really didn't watch the movie. lol. u know how that goes........... and that's about it. COMMENT!!!



Next 5 >>



Counters
Counters
Counters
Cursors by Xquizit_442
COME iN - LOOK & FEEL - YOUR PLACE - LEAVE - ADD ME - MAiN - SUBS - MY BUDDY - MEE
/* Falling Picture *1 picture* Original from http://black.demons.to/ fixed to work in XANGA by xanga.com/dorischu */ st= ; change=''; var no = 10; // number of picture appear var speed = 50; // smaller value will move more faster var falling = "http://img152.exs.cx/img152/2559/xo62gd.gif"; // image URL var ns4up = (document.layers) ? 1 : 0; var ie4up = (document.all) ? 1 : 0; var dx, xp, yp; var am, stx, sty; var i, doc_width = 600, doc_height = 800; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); for (i = 0; i < no; ++ i) { dx[i] = 0; xp[i] = Math.random()*(doc_width-50); yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); if (ns4up) { if (i == 0) { document.write(""); } else { document.write(""); } } else if (ie4up) { if (i == 0) { document.write("
"); } else { document.write("
"); } } } function snowNS() { for (i = 0; i < no; ++ i) { yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]; document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]); } st("snowNS()", speed); } function snowIE() { for (i = 0; i < no; ++ i) { yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7+ Math.random(); doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; //You May change to 1550 or bigger number to let the image fall until down } dx[i] += stx[i]; document.all["dot"+i].style.pixelTop = yp[i]; document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } st("snowIE()", speed); } if (ns4up) { snowNS(); } else if (ie4up) { snowIE(); }
-