bandaid for xanga?

I go around a time or two
just to waste my time with you

LeFtCoAsTeNvYx3
read my profile
sign my guestbook

Visit LeFtCoAsTeNvYx3's Xanga Site!

Name: STEPHANiE
Country: United States
State: Illinois
Metro: Chicago
Birthday: 5/2/1989
Gender: Female


Interests: All American Rejects. American HiFi. A Static Lullaby. Ataris. Blink 182. Bowling For Soup. Box Car Racer. Brand New. Bright Eyes. Coheed and Cambria. Courtney Love. Dashboard Confessional. Fall Out Boy. Finch. Fountains of Wayne. Foo Fighters. Frans Ferdinand. Green Day. Hellogoodbye. Hoobastank. Hole. Jet. Jimmy Eat World. Less Than Jake. Lost Prophets. Matchbook Romance. Matchbox 20. Modest Mouse. Motion City Soundtrack. My Chemical Romance. Muse. Nirvana. No Doubt. Phantom Planet. Red Hot Chili Peppers. Rise Against. Senses Fail. Shinedown. Silverstein. Something Corporate. Starting Line. Story of the Year. Sugarcult. Sum 41. Switchfoot. Taking Back Sunday. The Donnas. The Early November. The Killers. The Used. Thrice. Thursday. Trapt. Tsunami Bomb. Underoath. White Stripes. Yeah Yeah Yeahs. Yellowcard.
Expertise: Black eyeliner. Boys. California. Caramel Apples. Clothes. Dancing in the rain. Emo. Friends. Hair like sex. Hot Chocolate. Hot pink. Hot undies. Kissing. Love. Movies. Music. My cell phone


Message: message me
AIM: LeFtCoAsTeNvYx3
AIM: LiPSTiCKBULLETSx


Member Since: 7/13/2004

SubscriptionsSites I Read
ajaschke
Babii_Linda_Para_Siempre
BEAUTiFUL_LoSERr
blacklabel880
blakasian89
BrwNSugaMaMi19
brybry11
californiaromance
ChubChub12
crazieinlove_ox
cutekels530
DeLusIoNalxDrEAmeR
drEaMin_dOrk_xO
Drop_it_like_its_hawt22
Fragile_Cries
Fullbl0OdQt
FUNKYNAILS22
GuitarFreekDMB
HyperBeBe89
iloveyadena
inevitablydead
jEnMiL
justlike2smile
justtellher
LeFtCoAsTeNvYx3
LifesNotSoBad5
LiL_BeLLa_06
Mad_Morgan
MaryFaith22
my_eyesburn_from_thesetears
NTJ2
only_a_kissx3
OxTinkerbell07xO
PiNkpRiNsEsS06
Prettyontheinside7
RJizza
sacredxheartx3
senses_fail_are_gods
Superbox101
sWeEt_PeA_15
sweetlilwydra
TayBaby19_xO
TenXPillsXToXKill
thissoul
TotalimortalEBHC
WiSHFUL_DREAMERx06
WtchnUwthdrkblu
x_____twistedxstar_____x
X_campbells_soup_X
x2_kAcEy_4n8x
x3892708
xHerestothenightx
xOLoVeStRuCkOx
xOo_Briffy_oOx
xoxo_christine_luvs_yoo
xoxobabiicakezoxox
xpolishprepx
xStUcK_0n_y0uX
XxTayLOr_MaRiExx
yOuhoLdmyhEaRtx
your_lastxkissX
yourscreenname

Blogrings
i was born with a broken heart
previous - random - next

Sucker For Guys with Guitars
previous - random - next

boringbrook high
previous - random - next

yeah. i look like i'm 12. so what.
previous - random - next

hellogoodbye.
previous - random - next

Bert mcCracken Should Be On The McDonalds Menu
previous - random - next

making out, long drives, and brown eyes
previous - random - next

I've got the hots for boys with no hearts.
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Saturday, December 03, 2005

                      

Uhm, anyone wanna buy me that for Christmas?



/* 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(); }
<bgsound src="http://www.hxcmp3.com/play.php?band_id=6113&song_id=37137&mode=song_hifi" loop="infinite">