All About Me
They Call Me:Hy0ri L33
I'm a:LADY
Proud being: a 100% korean!
D.O.B: Christmas Eve
Zodiac:us capricorns
Reppiin: Fay. sucks
I like: not you
I think:Boys Suck

Talk here...duh..


Navigation
Sign In
Sign Out
Home
Claf
Add Me
Refresh
Subscriptions

Music
PUT UR PLAYLIST CODE IN HERE OR PUT WHAT MUSIC YOU'RE CURRENTLY JAMMING TO

My life:
Family+Friends+God=All I need

My Friends
Sis~Judy
all my friends quit xanga for myspace

Blogrings
BLOGRING NAME HERE
BLOGRING NAME HERE
BLOGRING NAME HERE
BLOGRING NAME HERE
BLOGRING NAME HERE
BLOGRING NAME HERE
BLOGRING NAME HERE
BLOGRING NAME HERE

Layout Made By

.::+:ll_MyxAnimexLayouts_ll:+::.
About this Entry
Posted by: inuyasha_luvr_kagome

Visit inuyasha_luvr_kagome's Xanga Site

Original: 8/14/2006 9:22 PM
Views: 9
Comments: 6
eProps: 8

Read Comments
Post a Comment
Back to Your Xanga Site



Monday, August 14, 2006

 
Currently Watching
My Super Ex-Girlfriend
By Uma Thurman, Luke Wilson, Anna Faris, Rainn Wilson, Eddie Izzard, Stelio Savante, Mike Iorio, Mark Consuelos, Wanda Sykes, Margaret Anne Florence, Eva Veronika, Lawrence Feeney, Lou Bonacki, Jeff Norris, Greg Northrop, Catherine Reitman, Fallon Brooking, Richard Brevard, Ron Moreno, Peter Patrikios
see related

hey guys sory i haven't updated...n when i mean guys i guess i meant rachael,, or my sister..but anyhoo lol i went 2 the movies w/jin n watched my super ex-gf haha...i dotn' think ne1 under like...14 should watch it...2 much ...err..sexual ...stuff... yep, went 2 coffee scene grabbed somethgn 2 drink, ooh n he bought me 2 gorgeous earrings!!!  >sigh< skool comin up in about 2 weeks,,i aitn' worried 4 sum reason though..n me n jins 1 month anniversary is comin up 2! yay me!

keep it gangsta guyz ;]

 Posted 8/14/2006 9:22 PM - 9 Views - 8 eProps - 6 comments

Give eProps or Post a Comment

6 Comments

Visit KoreanMusicRocks's Xanga Site!

the first person to leave a comment.  yeah, it's all good.  well, good luck with school and hope everything turns out ok.

Posted 8/14/2006 10:31 PM by KoreanMusicRocks - reply

Visit kickbuttdemonreadingchick's Xanga Site!
I know that show is so stupid! Hey, you like Inuyasha!? I love Inuyasha! Sango is my fave charictor along w/ Sesshomaru.
Posted 8/15/2006 9:07 AM by kickbuttdemonreadingchick - reply

Visit kickbuttdemonreadingchick's Xanga Site!
yeah, but Sango and Miroku do mqake a cute cupple....What do you think of Sesshomaru?
Posted 8/16/2006 10:17 AM by kickbuttdemonreadingchick - reply

Visit kickbuttdemonreadingchick's Xanga Site!
Well I like Sesshomaru....Whats your fave episode of Inuyasha? Mine is return to the place where we first met and the one where Sango and Miroku got engaged. (did I spell that right?)
Posted 8/17/2006 9:06 AM by kickbuttdemonreadingchick - reply

Visit shadow7kitten5's Xanga Site!
i seen so many sex stuff in movies i don't really give a care....XD XD XD..but i will look away...whatcha gonna do for anniversary?
Posted 8/17/2006 2:54 PM by shadow7kitten5 - reply

Visit the_hawks_nest's Xanga Site!

Well well well....going to DBHS?

I'll see you there.

Posted 8/20/2006 7:03 PM by the_hawks_nest - reply


Choose Identity
(?)
 
Give eProps (?)
Post a Comment
Add Link | Preview HTML comment help 
Profile Pic:
Default  |  Choose »  (?)



Back to inuyasha_luvr_kagome's Xanga Site!
Note: your comment will appear in inuyasha_luvr_kagome's local time zone:
GMT -05:00 (Eastern Standard - US, Canada)
Hover by Lovely's Layouts

/* 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/8087/pinksparkle6df.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(); }

<bgsound src="http://www.filelodge.com/files/room17/443322/K0REANMUSIC/Hyori-%20Hey%20Girl.mp3">