McConn's Xanga Site
McConn
read my profile
sign my guestbook

Visit McConn's Xanga Site!

Message: message me


Member Since: 3/16/2003

SubscriptionsSites I Read

Blogrings
[[NorThwEst HiGh]]
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Thursday, November 06, 2003

axn's Xanga Site


//Disable right click script III- By Renigade var message=""; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") site links:____come in___your xanga___subscribe my site___leave___ document.title=('. itz all bout willjem')



"Do not rebuke an older man harshly, but exhort him as if he were your father. Treat younger men as brothers, older women as mothers, and younger women as sisters, with absolute PURITY" Timothy 5:1-2 dCol='#999999';//date colour. fCol='#999999';//face colour. sCol='#999999';//seconds colour. mCol='#999999';//minutes colour. hCol='#999999';//hours colour. ClockHeight=35; ClockWidth=35; ClockFromMouseY=0; ClockFromMouseX=100; //Alter nothing below! Alignments will be lost! d=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"); m=new Array("AXN","LyFe","AXN","LyFe","AXN","LyFe","AXN","LyFe","AXN","LyFe","AXN","LyFe"); date=new Date(); day=date.getDate(); year=date.getYear(); if (year < 2000) year=year+1900; TodaysDate=" "+d[date.getDay()]+" "+m[date.getMonth()]+" "+day+" "+year; D=TodaysDate.split(''); H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); Face='1 2 3 4 5 6 7 8 9 10 11 12'; font='comic sans'; size=1; speed=0.6; ns=(document.layers); ie=(document.all); Face=Face.split(' '); n=Face.length; a=size*10; ymouse=0; xmouse=0; scrll=0; props=""; props2=""; Split=360/n; Dsplit=360/D.length; HandHeight=ClockHeight/4 HandWidth=ClockWidth/4 HandY=-7; HandX=-2.5; scrll=0; step=0.06; currStep=0; y=new Array();x=new Array();Y=new Array();X=new Array(); for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0} Dy=new Array();Dx=new Array();DY=new Array();DX=new Array(); for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0} if (ns){ for (i=0; i < D.length; i++) document.write('

'+props2+D[i]+'
'); for (i=0; i < n; i++) document.write('
'+props+Face[i]+'
'); for (i=0; i < S.length; i++) document.write('
'+S[i]+'
'); for (i=0; i < M.length; i++) document.write('
'+M[i]+'
'); for (i=0; i < H.length; i++) document.write('
'+H[i]+'
'); } if (ie){ document.write('
'); for (i=0; i < D.length; i++) document.write('
'+props2+D[i]+'
'); document.write('
'); document.write('
'); for (i=0; i < n; i++) document.write('
'+props+Face[i]+'
'); document.write('
'); document.write('
'); for (i=0; i < H.length; i++) document.write('
'+H[i]+'
'); document.write('
'); document.write('
'); for (i=0; i < M.length; i++) document.write('
'+M[i]+'
'); document.write('
') document.write('
'); for (i=0; i < S.length; i++) document.write('
'+S[i]+'
'); document.write('
') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i < n; i++){ var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style; F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll; F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180); } for (i=0; i < H.length; i++){ var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style; HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll; HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs); } for (i=0; i < M.length; i++){ var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style; ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll; ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min); } for (i=0; i < S.length; i++){ var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style; SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll; SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec); } for (i=0; i < D.length; i++){ var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style; DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll; DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180); } currStep-=step; } function Delay(){ scrll=(ns)?window.pageYOffset:0; Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed); Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed); for (i=1; i < D.length; i++){ Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed); Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed); } y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed); x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed); for (i=1; i < n; i++){ y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed); x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed); } ClockAndAssign(); setTimeout('Delay()',60); } if (ns||ie)window.onload=Delay; var rate = 75; // Increase amount(The degree of the transmutation) //////////////////////////////////////////////////////////////////// // Main routine var obj; // The object which event occured in var act = 0; // Flag during the action var elmH = 0; // Hue var elmS = 128; // Saturation var elmV = 255; // Value var clrOrg; // A color before the change var TimerID; // Timer ID if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) { Browser = true; } else { Browser = false; } if (Browser) { document.onmouseover = doRainbowAnchor; document.onmouseout = stopRainbowAnchor; } //============================================================================= // doRainbow // This function begins to change a color. //============================================================================= function doRainbow() { if (Browser && act != 1) { act = 1; obj = event.srcElement; clrOrg = obj.style.color; TimerID = setInterval("ChangeColor()",100); } } //============================================================================= // stopRainbow // This function stops to change a color. //============================================================================= function stopRainbow() { if (Browser && act != 0) { obj.style.color = clrOrg; clearInterval(TimerID); act = 0; } } //============================================================================= // doRainbowAnchor // This function begins to change a color. (of a anchor, automatically) //============================================================================= function doRainbowAnchor() { if (Browser && act != 1) { obj = event.srcElement; while (obj.tagName != 'A' && obj.tagName != 'BODY') { obj = obj.parentElement; if (obj.tagName == 'A' || obj.tagName == 'BODY') break; } if (obj.tagName == 'A' && obj.href != '') { act = 1; clrOrg = obj.style.color; TimerID = setInterval("ChangeColor()",100); } } } //============================================================================= // stopRainbowAnchor // This function stops to change a color. (of a anchor, automatically) //============================================================================= function stopRainbowAnchor() { if (Browser && act != 0) { if (obj.tagName == 'A') { obj.style.color = clrOrg; clearInterval(TimerID); act = 0; } } } //============================================================================= // Change Color // This function changes a color actually. //============================================================================= function ChangeColor() { obj.style.color = makeColor(); } //============================================================================= // makeColor // This function makes rainbow colors. //============================================================================= function makeColor() { // Don't you think Color Gamut to look like Rainbow? // HSVtoRGB if (elmS == 0) { elmR = elmV; elmG = elmV; elmB = elmV; } else { t1 = elmV; t2 = (255 - elmS) * elmV / 255; t3 = elmH % 60; t3 = (t1 - t2) * t3 / 60; if (elmH < 60) { elmR = t1; elmB = t2; elmG = t2 + t3; } else if (elmH < 120) { elmG = t1; elmB = t2; elmR = t1 - t3; } else if (elmH < 180) { elmG = t1; elmR = t2; elmB = t2 + t3; } else if (elmH < 240) { elmB = t1; elmR = t2; elmG = t1 - t3; } else if (elmH < 300) { elmB = t1; elmG = t2; elmR = t2 + t3; } else if (elmH < 360) { elmR = t1; elmG = t2; elmB = t1 - t3; } else { elmR = 0; elmG = 0; elmB = 0; } } elmR = Math.floor(elmR); elmG = Math.floor(elmG); elmB = Math.floor(elmB); clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16); elmH = elmH + rate; if (elmH >= 360) elmH = 0; return clrRGB; }
AXN


AXN

Real Name: Will*jiam^
Birthday: 3/7/1987
Gender: Male
Location: Djibouti
Occupation: Retired
Industry: Other
Email: Click Here

Stats
Member since: 11/2/2002

Sites I Read
Subscribe to AXN
Get trial subscription

Pilgu89
Jenergy
XxChYneseDrAgonxX
hosive
anna_bebe
ChristBearer
aZnGuNdAm
siMpLyiRresIstaBle05
doodlz
DIESELAZNROCK
buhnny9985
L1SA
cUTiepaToOtiE105
htdsngup
mizz_jin
xLUvO1ex
binge2525
brothainchrist
azndeliveryboi
RiCexCaKe
doro1011
YuiN
TheoDaBear
viola1032
silverrabbitt
mscheesezz
DanM015
leginuoh
xAzNxXtiGerX
guytim
kc13dabomb
szuhuey
LiLAzNr1cEboI
Raise_Awareness
Aznxero01
ravynazyn
Ksi
LilChInKBoI012
kenyonmartin
lwlslwl
babychinki
spEDDIE_KAOrolla
I_am_an_Asian_gangster
kevinlee1613
lyeung
xcodex
bEcKaAh
foodking
azn_ladiezman
azinbabi
mastakim
theGr8azn1
liangjun
iibokyongii
PeiDay
AirWesley5
aznxanGsta
shannonee
ddongxkkangpae
JxSw3tyxC
MTCM
lileelemon
Hvnzlilangel5
AzN4Yu2NV
JadAhSu
Servant_Of_God
krn_ryc
McConn
batman_lee
plooie
TKRevolution
josephs_it
S_u_G_a_R
kaliman
jczbak
CBCTeensGroup
ReDxXxFuSiOn
moojae
shawtyZ
bananababi
Lil_Dee_Dee
lumlumlollipop
uNbReAkAbLe_LuV
BLUxCrIcKeE
sugababie54321
nannana
at4734jc
LiiSAx2
xinru
LOTX
cantoethug87
DarkKensai
higuy007
LaXrChIc16
xclo
evryboyzlilangel
ReDxxFuSiOn
waterboy72785
Jojo_Phu4
bAbiGrrAcE
gbaby1515
DiRrtyPiMpiN
xxchinkiboixx
hehmin
elster
indigoblue94
Boyie
Johnny_boi
judo2004
take_it_eeZy
PuCCaNNa
JoCeLyN_nIcOle_ChIu
cantoxsoul
shawtyamy
kuwalabear
AznCucumber
lisalowmein
Kugirl225
oneluv414
Carmee
mmapa
munchkinlives87
kAyLiB
choi25toy
djlee387
xswtchastityx
bizquik
BigTo
Phoenix1405
spikehead
bubblext
dogabutila

My Blogrings
Maryland Chinese
previous - random - next

-CBC blogring-
previous - random - next

+] [ mD AsiAnZ] [+
previous - random - next

[[NorThwEst HiGh]]
previous - random - next

Browse other blogrings...

Posting Calendar

|<< oldest | newest >>|

Get Involved!

Suggest a link

Recommend to friend

Create a site


You Are Here: AXN


Thursday, November 06, 2003

wat the heck's wrong wif me...

lately I've just been kirkin out on people for no reason..

i'm sorry...

I dunno...I just don't seem to be me...

I've hurt enuff people in the last few days...and...man gah..

i try to be the nice guy...but sometimes there are people out there that won't work with me...

ok first of all...if you think I'm all dramatic on things...if I only get about 4-5 hours of sleep plz don't test my patience I don't have alot of it...and I know it's not anyone's fault i'm sleepin at 1 or 2 but don't play jokes with me...even though I do most often have lots of patience and I laugh at myself whenever people joke me but when I'm in the wrong mood...I'm in the wrong mood...

and don't criticize me for being in a higher level class just because I may have made a small mistake...that just pisses me off when someone just assumes that if I'm in a higher level class I gotta be perfect in that course...nope...sorry noone is...

i wish some people weren't so dang ignorant...

laterz..

                                   .::Will::.


Monday, November 03, 2003

Eyz

     if the last entry offended anyone...i'm sorry...i wasn't tryin to...

     tough year...yea i agree...but you know how can i get to somewhere i really wanna go if I have distractions...so let's get rid of em...

-AIM *gone*
-Don't come over to my house for the rest of this year
-Don't even bother me to go anywhere unless it's your birthday party or somethin
-If I decide not to go don't call me gay or say wtf or loser..this is what i have to do...if you don't like it...heh deal wit it...cuz this is a promise to myself

...I want to reach my dream...

and I'll do whatever it takes from now on to get it...

i love all of you...

hit my home or cell...i'll update when I can...

ciao

                                         .::edit::.

let's make it happen...

                                         .::edit::.

me and P-Ster!

                                         .::Will::.


feelin one...

so let's get to it

     just some things i wanted to point out...cuz...just some stuff really annoyed me today...and I'm not cranky or anything [i don't think] but i mean...sometimes you gotta look at yourself...and consider the people your with...I am not targeting specific people...but think before you act...I know I got trouble with that thing too but watch yourself...plz...

     i'll start from the top...when someone is hears somethin different than what they are suppose to hear...don't start off their day by calling them a "dumbass" or "stupid"...just simply correct them...don't ruin someone's day just cuz they didn't hear right...and don't frickin yell in their face like they are shat and retarded they are just like you...

     and don't frickin think ur the best at everything and think you are always right...*sigh*...if someone is wrong...correct them...don't make them feel like shat...seriously...if you know you are better than them...and they wanna talk shiz...then let them...gosh you're frickin better than them why waste ur time tryin to prove him/her wrong and kirkin out on him/her just cuz...humble urself sometime...it'll help one day...

      don't ruin someone's day cuz YOU'RE the one that is pissed...if you are pissed don't piss other people off or you're gonna cause beef between you and him/her...and ur little feelings can spread...

      point of this is....consider other people...

shat man...i was feelin like shat today...

laterz...

                                    .::Will::.


Sunday, November 02, 2003

boo

     I got a B in AP English wattttttttt i am happy

     I just need that A in art now...
     yea...needed to turn in my project and do my sketchbook which i haven't done yet...

     yup..

     but anyhoo...who's gonna kill next quarter??

     me

     who's gonna kill the SAT's??

     me

     seriously...i only got two months left till i take SAT's...and I need good GPA rest of the school year...so yea...unless it's ur birthday party or somethin I can't go anywhere or do anything...sorry

     Half days tomorrow and Tuesday...i feel like callin someone...

     bahhhh...

laterz

                                            .::Will::.


Thursday, October 30, 2003

had a field trip today...

     Yea so we went to DC...i "attempted" to do homework the whole way from and to but i fell asleep...i did more on the way back then I did on the way there...

      I knew like noone on the trip...i knew these 3 girls...but did they talk to me NOOOOOOOOoooooooooooooooo...so i just chilled around...hung around with my friend Tony...just got acquainted with him today...

      had a nice amount of laughs there too lol..

      »  *White man crosses the street when it's red* "O SHOOT! lookat that man he's so gaaannnnnnngSTA!"
      »  Kids makin fun of Luda's part Holidae Inn "I swing it like a BAT!"
      »  *pointin at baby's clothes* "Ey yo ima bout to rock this junx mayn this shiz is gannnnngSTA!"
      »  *countin down the stop light light change like the 4th of July*  "FIE! FO! DWEE! TOE! NONE!"

      none of those are funny unless you were there...i already knew that...

      only one hot girl went on the trip...but HEY i saw some D.C. bunnies mayn yah hahhhhhhh

      yea i hung out wif all these black kids today...hey it beats walkin around all by myself...plus they were funny as anything man i was crackin up haha..

      yea...but anyhoo...the art gallery was not bad...cept some of them was such bull cuz i could take a bucket of black paint and throw it on a large canvas and spread it and it'd look just like the one I saw in the museum...and some were actually really nice and "deserved" to be up...

      Otherwise I was inspired by this trip...i'm glad cuz now ima try new styles...

      I got a nice inclass essay tomorrow...as well as a mwh test i missed >_<...pray i get a B in english!

     goot nibez

                                   .::Will::.



Next 5 >>

Holla

<bgsound src="http://artists.iuma.com/site-bin/mp3gen/93289/IUMA/Bands/ProjectPeace/audio/ProjectPeace_-_Holidae_In.mp3" loop="infinite"> postamble();


<html><head>

<!-- ZoneLabs Privacy Insertion -->
<script language='javascript' src='http://127.0.0.1:1031/js.cgi?pa&r=28433'></script>

<title>axn's Xanga Site</title><style type="text/css">
Body {background-color: #FFFFFF; text-align: center; font-family: Arial; color: #FFFFFF; font-size: xx-small; text-decoration: none; }
:link {color: #FFFFFF; text-decoration: underline; }
a:link {color: #FFFFFF; text-decoration: underline; }
a:visited {color: #FFFFFF; text-decoration: underline; }
a:active {color: #FFFFFF; text-decoration: none; }
.nav.link {color: #FFFFFF; text-decoration: underline; }
a.nav:link {color: #FFFFFF; text-decoration: underline; }
a.nav:visited {color: #FFFFFF; text-decoration: underline; }
a.nav:active {color: #FFFFFF; text-decoration: none; }
.navselected.link {color: #FFFFFF; text-decoration: underline; }
a.navselected:link {color: #FFFFFF; text-decoration: underline; }
a.navselected:visited {color: #FFFFFF; text-decoration: underline; }
a.navselected:active {color: #FFFFFF; text-decoration: none; }
.footernav.link {color: #FFFFFF; text-decoration: underline; }
a.footernav:link {color: #FFFFFF; text-decoration: underline; }
a.footernav:visited {color: #FFFFFF; text-decoration: underline; }
a.footernav:active {color: #FFFFFF; text-decoration: none; }
p, center {font-family: Arial; color: #FFFFFF; font-size: xx-small; text-decoration: none; }
.smalltext {font-size: xx-small; }
LI {font-family: Arial; color: #FFFFFF; font-size: xx-small; text-decoration: none; }
UL {font-family: Arial; color: #FFFFFF; font-size: xx-small; text-decoration: none; }
TD {font-family: Arial; color: #FFFFFF; font-size: xx-small; text-decoration: none; }
TH {font-family: Arial; color: #FFFFFF; font-size: xx-small; text-decoration: none; }
HR {color: #FFFFFF;}
tablebanner { background-color: #ffffff; border: none; background-image: none; }
table.header { width: 100%; background-color: #FF870B; border: 2px solid #FFC40C; }
table.header TH {font-size: x-small; text-decoration: none; font-weight: normal; border: none; }
table.header TD {font-size: x-small; text-decoration: none; border: none; }
table.navigation { width: 100%; border: none; }
table.footer { width: 100%; border: none; }
table.main { width: 100%; border: none; }
table.main TD, table.main TR { border: none; }
table.search { color: #FFFFFF; border: none; }
table.search TH { color: #FFFFFF; border: none; background-image: none; }
table.search TD, table.search TR { color: #FFFFFF; border: none; background-image: none; }
table.left { border: none; }
table.left TH { color: #FFFFFF; background-color: 000000; text-align: center; border: none; background-image: none; }
table.left TD, table.left TR { color: #FFFFFF; text-align: center; border: none; background-image: none; }
table.right { border: none; }
table.right TH { color: #FFFFFF; background-color: 000000; text-align: center; border: none; background-image: none; }
table.right TD, table.right TR { color: #FFFFFF; text-align: center; border: none; background-image: none; }
table.announcements { border: 1px solid #FFFFFF; background-image: none; }
table.announcements TH { border: 1px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; background-image: none; }
table.announcements TD, table.announcements TR { border: none; background-image: none; }
.button {font-family: Arial; }
.textfield {font-family: Arial; border: 1px solid #FFFFFF; }
.pulldown {font-family: Arial; border: 1px solid #FFFFFF; }
table.textad {border: 2px dotted #47C30B;}
table.textad TD, table.textad TR { color: #000000; background-color: #F9F9F9; border: none; background-image: none; }
.textad:link {color: #3366cc; text-decoration: underline; }
a.textad:link {color: #3366cc; text-decoration: underline; }
a.textad:visited {color: #3366cc; text-decoration: underline; }
a.textad:active {color: #ff9900; text-decoration: none; }
.blogheader {font-family: Arial; color: #FFFFFF; font-size: xx-small; text-decoration: none; font-weight: bold; padding-bottom: 4pt; }
</style></head><body><center><span><table border="0" cellspacing="0" cellpadding="1" width="614" class="banner"><tr><td width="146"><a href="http://www.xanga.com"><img src="http://www.xanga.com/images/xangalogosmall.gif" width="146" height="44" border="0" align="bottom" alt="Xanga.com: The Weblog Community" /></a></td><td align="right">
<iframe marginwidth="0" marginheight="0" width="468" height="60" scrolling="no" frameborder="0" src="http://rcm.amazon.com/e/cm?t=xangacom&p=13&o=1&l=bn1&browse=301668&mode=music&bg1=ffffff&fc1=000000&lc1=3366cc&f=ifr">


<MAP NAME="boxmap-p13"><AREA SHAPE="RECT" COORDS="379, 50, 460, 57" HREF="http://rcm.amazon.com/e/cm/privacy-policy.html?o=1" ><AREA COORDS="0,0,10000,10000" HREF="http://www.amazon.com/exec/obidos/redirect-home/xangacom" ></MAP><img src="http://rcm-images.amazon.com/images/G/01/rcm/468x60.gif" width="468" height="60" border="0" usemap="#boxmap-p13" alt="Shop at Amazon.com">


</iframe></td></tr></table><br /><br /><script language=JavaScript>


//Disable right click script III- By Renigade

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
</script>


<html><head>site links:____<A href=http://www.xanga.com/signin.aspx">come in</A>___<A href="http://www.xanga.com/private/home.aspx">your xanga</A>___<A href="http://www.xanga.com/private/SubscribeTo.aspx?user=axn">subscribe my site</A>___<A href="http://www.xanga.com/logout.asp">leave</A>___
</style>

<Object id=fleck classid=CLSID:F5BE8BD2-7DE6-11D0-91FE-00C04FD701A5></OBJECT>
<style type="text/css">
a:hover{
text-transform:lowercase}
</style>
<script language=javascript>
document.title=('. itz all bout willjem')
</script>

<table valign="center" valign="top" align="center" width="550" height="500" cellspacing="0" cellpadding="0" margin="0" border=0 style="border-style: solid; border-width: 2; border-color: #000000"; bgcolor="000000"><td valign="top" cellspacing="0" cellpadding="0" margin="0">

<CENTER><table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="600"><tr><td><br><br><br><p align=center><FONT style="BORDER-RIGHT: #000000 1px solid; BORDER-BOTTOM: #ffffff 1px dashed; BORDER-TOP: #ffffff 1px dashed; BORDER-LEFT: #000000 1px solid; BACKGROUND-COLOR: #ffffff" face="arial" color=000000 size=1>
<MARQUEE trueSpeed scrollAmount=1 scrollDelay=30 width=300 height=15><i>"Do not rebuke an older man harshly, but exhort him as if he were your father.  Treat younger men as brothers, older women as mothers, and younger women as sisters, with absolute PURITY" Timothy 5:1-2</i>  <FONT></MARQUEE></font></CENTER>

<script language="javascript">
<!--//
// (c) 2003 by Mizz_Dorkee, http://www.xanga.com/mizz_dorkee
//
// you can use this code freely as long as nothing changes =]
// Custom Header
var header = '<div align="center</div>';
if (location.href.match ("home.aspx")) {
var banner = (document.getElementsByTagName ('table'))[0];
banner.style.border = "none";
document.layers ? banner.style.bgColor = "" : banner.style.background = "";
banner.cells[1].innerHTML = "";
banner.cells[0].innerHTML = header;
}
//-->
</script><STYLE type=text/css>
TABLEbanner {MARGIN-TOP: -65px; VISIBILITY: hidden}
TABLE.textad {MARGIN-TOP: -65px; VISIBILITY: hidden}
</style>
<script language="javascript">
<!--
// Custom Header
var header = '<div align="center</div>';
if (location.href.match ("home.aspx")) {
var banner = (document.getElementsByTagName ('table'))[0];
banner.style.border = "none";
document.layers ? banner.style.bgColor = "" : banner.style.background = "";
banner.cells[1].innerHTML = "";
banner.cells[0].innerHTML = header;
}
else {
var ad = -1;
var cents = document.getElementsByTagName ('center');
for (var c = 0; c < 5; c++)
if (cents[c].innerHTML.match (/width=614/i) &&
cents[c].innerHTML.match (/class=(searchbarborder|banner)/i)) ad = c;
if (ad >= 0) cents[ad].innerHTML = header;
}
//-->
</script><style type=text/css>

tablebanner { margin-top: -90px; visibility: hidden}
</style>

<body background="">


<BODY style=
"border-left: #000000 55pt solid;
border-right: #000000 55pt solid;
border-bottom: #999999 40pt solid;
border-top: #999999 40pt solid;">


<STYLE>body{scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #000000
; scrollbar-base-color: white; scrollbar-darkshadow-color: #000000
; scrollbar-face-color: FFFFFF; scrollbar-highlight-color: #999999
; scrollbar-shadow-color: 000000; scrollbar-track-color: FFFFFF;}</STYLE>


<style>
A:LINK{color:#ffffff;FONT-FAMILY:arial;font-size:8pt;}

A:VISITED{color:#ffffff;FONT-FAMILY:arial;font-size:8pt;}

a:hover { color:white;
text-decoration:none;
line-through;font-color: white; border:1pt dotted #000000;font-size:8pt;text-transform: lowercase; cursor: ne-resize}
  </style>
<style type="text/css">
<STYLE> A:hover { cursor: s-resize; } </STYLE>

<SCRIPT language=JavaScript>
dCol='#999999';//date colour.
fCol='#999999';//face colour.
sCol='#999999';//seconds colour.
mCol='#999999';//minutes colour.
hCol='#999999';//hours colour.
ClockHeight=35;
ClockWidth=35;
ClockFromMouseY=0;
ClockFromMouseX=100;
//Alter nothing below! Alignments will be lost!

d=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");

m=new Array("AXN","LyFe","AXN","LyFe","AXN","LyFe","AXN","LyFe","AXN","LyFe","AXN","LyFe");

date=new Date();
day=date.getDate();
year=date.getYear();
if (year < 2000) year=year+1900;
TodaysDate=" "+d[date.getDay()]+" "+m[date.getMonth()]+" "+day+" "+year;
D=TodaysDate.split('');
H='...';
H=H.split('');
M='....';
M=M.split('');
S='.....';
S=S.split('');
Face='1 2 3 4 5 6 7 8 9 10 11 12';
font='comic sans';
size=1;
speed=0.6;
ns=(document.layers);
ie=(document.all);
Face=Face.split(' ');
n=Face.length;
a=size*10;
ymouse=0;
xmouse=0;
scrll=0;
props="<font face="+font+" size="+size+" color="+fCol+"><B>";
props2="<font face="+font+" size="+size+" color="+dCol+"><B>";
Split=360/n;
Dsplit=360/D.length;
HandHeight=ClockHeight/4
HandWidth=ClockWidth/4
HandY=-7;
HandX=-2.5;
scrll=0;
step=0.06;
currStep=0;
y=new Array();x=new Array();Y=new Array();X=new Array();
for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0}
Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0}
if (ns){
for (i=0; i < D.length; i++)
document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>');
for (i=0; i < n; i++)
document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>');
for (i=0; i < S.length; i++)
document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>');
for (i=0; i < M.length; i++)
document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=comic sans size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>');
for (i=0; i < H.length; i++)
document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=comic sans size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>');
}
if (ie){
document.write('<div id="Od" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < D.length; i++)
document.write('<div id="ieDate" style="position:abs'+'olute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[i]+'</B></font></div>');

document.write('</div></div>');
document.write('<div id="Of" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < n; i++)
document.write('<div id="ieFace" style="position:abs'+'olute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[i]+'</B></font></div>');

document.write('</div></div>');
document.write('<div id="Oh" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < H.length; i++)
document.write('<div id="ieHours" style="position:abs'+'olute;width:16px;height:16px;font-family:comic sans;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>');

document.write('</div></div>');
document.write('<div id="Om" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < M.length; i++)
document.write('<div id="ieMinutes" style="position:abs'+'olute;width:16px;height:16px;font-family:comic sans;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>');

document.write('</div></div>')
document.write('<div id="Os" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < S.length; i++)
document.write('<div id="ieSeconds" style="position:abs'+'olute;width:16px;height:16px;font-family:comic sans;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>');

document.write('</div></div>')
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;

xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX;
}
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
function ClockAndAssign(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;
if (ie){
Od.style.top=window.document.body.scrollTop;
Of.style.top=window.document.body.scrollTop;
Oh.style.top=window.document.body.scrollTop;
Om.style.top=window.document.body.scrollTop;
Os.style.top=window.document.body.scrollTop;
}
for (i=0; i < n; i++){
var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style;
F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);
}
for (i=0; i < H.length; i++){
var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style;
HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;
HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs);
}
for (i=0; i < M.length; i++){
var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style;
ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll;
ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min);
}
for (i=0; i < S.length; i++){
var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style;
SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll;
SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec);
}
for (i=0; i < D.length; i++){
var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style;
DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);
}
currStep-=step;
}
function Delay(){
scrll=(ns)?window.pageYOffset:0;
Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed);
Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed);
for (i=1; i < D.length; i++){
Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed);
Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed);
}
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
for (i=1; i < n; i++){
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
}
ClockAndAssign();
setTimeout('Delay()',60);
}
if (ns||ie)window.onload=Delay;
</script>


<style>
.blogbody
{border: 2px dotted white;
font-family: arial;
color: #<style>
.blogbody
{border: 2px dotted white;
font-family: arial;
color: white;
letter-spacing: 2pt;
font-weight:normal;
font-size:7pt;}
</style>

<style>
table.left {border: 1px dotted white;}
table.left TH {border: 1px dotted white;}
table.left TD, table.left TR {1px dotted white;}
</style>


<script language="JavaScript1.2">
<!--Source for Rainbow.js-->
var rate = 75; // Increase amount(The degree of the transmutation)


////////////////////////////////////////////////////////////////////
// Main routine

var obj; // The object which event occured in
var act = 0; // Flag during the action
var elmH = 0; // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg; // A color before the change
var TimerID; // Timer ID


if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) {
Browser = true;
} else {
Browser = false;
}

if (Browser) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}


//=============================================================================
// doRainbow
// This function begins to change a color.
//=============================================================================
function doRainbow()
{
if (Browser && act != 1) {
act = 1;
obj = event.srcElement;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}


//=============================================================================
// stopRainbow
// This function stops to change a color.
//=============================================================================
function stopRainbow()
{
if (Browser && act != 0) {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}


//=============================================================================
// doRainbowAnchor
// This function begins to change a color. (of a anchor, automatically)
//=============================================================================
function doRainbowAnchor()
{
if (Browser && act != 1) {
obj = event.srcElement;

while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}

if (obj.tagName == 'A' && obj.href != '') {
act = 1;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}


//=============================================================================
// stopRainbowAnchor
// This function stops to change a color. (of a anchor, automatically)
//=============================================================================
function stopRainbowAnchor()
{
if (Browser && act != 0) {
if (obj.tagName == 'A') {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}


//=============================================================================
// Change Color
// This function changes a color actually.
//=============================================================================
function ChangeColor()
{
obj.style.color = makeColor();
}


//=============================================================================
// makeColor
// This function makes rainbow colors.
//=============================================================================
function makeColor()
{
// Don't you think Color Gamut to look like Rainbow?

// HSVtoRGB
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;

if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}

elmR = Math.floor(elmR);
elmG = Math.floor(elmG);
elmB = Math.floor(elmB);

clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16);

elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;

return clrRGB;
}

</script>


<STYLE type="text/css">
<!--
body, div, p, td, html, th { font:8pt/8pt verdana; LINE-HEIGHT: 11px; TEXT-ALIGN: justify}
B {COLOR: #ffffff; font:8pt/8pt arial; font-weight:bold}
I {COLOR: #999999}
U {COLOR: #ffffff}}
-->
</style><table border="0" cellspacing="0" cellpadding="4" width="100%" class="navigation"><tr><td><b><a href="/home.aspx?user=AXN">AXN</a>: <a href="contentlatest.asp?tab=reviews&user=AXN">reviews</a> - <a href="contentlatest.asp?tab=events&user=AXN">events</a> - <a href="http://www.xanga.com/private/SubscribeTo.aspx?user=axn">subscribe!</a></b></td><td align="right"><div class="smalltext"><a href="http://www.xanga.com">xanga</a> - <a href="/register.aspx">join</a> - <a href="/signin.aspx">signin</a></div></td></tr></table>
<table class="main" cellSpacing="0" cellPadding="4" width="100%" border="0">
 <tr>
  <td class="mainleft" vAlign="top" width="200">
   <table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left"><b>AXN</b></th></tr><tr><td valign="top" class="left"><div class="smalltext"><a href="/profile.aspx?user=AXN">view entire profile</a><br /><a href="/guestbook.aspx?user=AXN">sign my guestbook</a></div><br /><br /><center><img src="http://p.xanga.com/AXN/profile.jpg" width="170" align="bottom" alt="AXN" /></center><br /><b>Real Name:</b> Will*jiam^ <br /><b>Birthday:</b> 3/7/1987<br /><b>Gender:</b> Male<br /><b>Location:</b> Djibouti<br /><b>Occupation:</b> Retired<br /><b>Industry:</b> Other<br /><b>Email:</b> <a href="/send.asp?user=AXN&tellafriend=message&port=home">Click Here</a><br /><br /><b>Stats</b><br />Member since: <b>11/2/2002</b></td></tr></table><br />
   
   <table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left"><b>Sites I Read</b></th></tr><tr><td valign="top" class="left"><a href="/Private/SubscribeTo.aspx?user=AXN">Subscribe to AXN</a><br /><a href="/Private/SubscribeTo.aspx?trial=1&user=AXN">Get trial subscription</a><br /><br /><a href="http://www.xanga.com/home.aspx?user=Pilgu89">Pilgu89</a><br /><a href="http://www.xanga.com/home.aspx?user=Jenergy">Jenergy</a><br /><a href="http://www.xanga.com/home.aspx?user=XxChYneseDrAgonxX">XxChYneseDrAgonxX</a><br /><a href="http://www.xanga.com/home.aspx?user=hosive">hosive</a><br /><a href="http://www.xanga.com/home.aspx?user=anna_bebe">anna_bebe</a><br /><a href="http://www.xanga.com/home.aspx?user=ChristBearer">ChristBearer</a><br /><a href="http://www.xanga.com/home.aspx?user=aZnGuNdAm">aZnGuNdAm</a><br /><a href="http://www.xanga.com/home.aspx?user=siMpLyiRresIstaBle05">siMpLyiRresIstaBle05</a><br /><a href="http://www.xanga.com/home.aspx?user=doodlz">doodlz</a><br /><a href="http://www.xanga.com/home.aspx?user=DIESELAZNROCK">DIESELAZNROCK</a><br /><a href="http://www.xanga.com/home.aspx?user=buhnny9985">buhnny9985</a><br /><a href="http://www.xanga.com/home.aspx?user=L1SA">L1SA</a><br /><a href="http://www.xanga.com/home.aspx?user=cUTiepaToOtiE105">cUTiepaToOtiE105</a><br /><a href="http://www.xanga.com/home.aspx?user=htdsngup">htdsngup</a><br /><a href="http://www.xanga.com/home.aspx?user=mizz_jin">mizz_jin</a><br /><a href="http://www.xanga.com/home.aspx?user=xLUvO1ex">xLUvO1ex</a><br /><a href="http://www.xanga.com/home.aspx?user=binge2525">binge2525</a><br /><a href="http://www.xanga.com/home.aspx?user=brothainchrist">brothainchrist</a><br /><a href="http://www.xanga.com/home.aspx?user=azndeliveryboi">azndeliveryboi</a><br /><a href="http://www.xanga.com/home.aspx?user=RiCexCaKe">RiCexCaKe</a><br /><a href="http://www.xanga.com/home.aspx?user=doro1011">doro1011</a><br /><a href="http://www.xanga.com/home.aspx?user=YuiN">YuiN</a><br /><a href="http://www.xanga.com/home.aspx?user=TheoDaBear">TheoDaBear</a><br /><a href="http://www.xanga.com/home.aspx?user=viola1032">viola1032</a><br /><a href="http://www.xanga.com/home.aspx?user=silverrabbitt">silverrabbitt</a><br /><a href="http://www.xanga.com/home.aspx?user=mscheesezz">mscheesezz</a><br /><a href="http://www.xanga.com/home.aspx?user=DanM015">DanM015</a><br /><a href="http://www.xanga.com/home.aspx?user=leginuoh">leginuoh</a><br /><a href="http://www.xanga.com/home.aspx?user=xAzNxXtiGerX">xAzNxXtiGerX</a><br /><a href="http://www.xanga.com/home.aspx?user=guytim">guytim</a><br /><a href="http://www.xanga.com/home.aspx?user=kc13dabomb">kc13dabomb</a><br /><a href="http://www.xanga.com/home.aspx?user=szuhuey">szuhuey</a><br /><a href="http://www.xanga.com/home.aspx?user=LiLAzNr1cEboI">LiLAzNr1cEboI</a><br /><a href="http://www.xanga.com/home.aspx?user=Raise_Awareness">Raise_Awareness</a><br /><a href="http://www.xanga.com/home.aspx?user=Aznxero01">Aznxero01</a><br /><a href="http://www.xanga.com/home.aspx?user=ravynazyn">ravynazyn</a><br /><a href="http://www.xanga.com/home.aspx?user=Ksi">Ksi</a><br /><a href="http://www.xanga.com/home.aspx?user=LilChInKBoI012">LilChInKBoI012</a><br /><a href="http://www.xanga.com/home.aspx?user=kenyonmartin">kenyonmartin</a><br /><a href="http://www.xanga.com/home.aspx?user=lwlslwl">lwlslwl</a><br /><a href="http://www.xanga.com/home.aspx?user=babychinki">babychinki</a><br /><a href="http://www.xanga.com/home.aspx?user=spEDDIE_KAOrolla">spEDDIE_KAOrolla</a><br /><a href="http://www.xanga.com/home.aspx?user=I_am_an_Asian_gangster">I_am_an_Asian_gangster</a><br /><a href="http://www.xanga.com/home.aspx?user=kevinlee1613">kevinlee1613</a><br /><a href="http://www.xanga.com/home.aspx?user=lyeung">lyeung</a><br /><a href="http://www.xanga.com/home.aspx?user=xcodex">xcodex</a><br /><a href="http://www.xanga.com/home.aspx?user=bEcKaAh">bEcKaAh</a><br /><a href="http://www.xanga.com/home.aspx?user=foodking">foodking</a><br /><a href="http://www.xanga.com/home.aspx?user=azn_ladiezman">azn_ladiezman</a><br /><a href="http://www.xanga.com/home.aspx?user=azinbabi">azinbabi</a><br /><a href="http://www.xanga.com/home.aspx?user=mastakim">mastakim</a><br /><a href="http://www.xanga.com/home.aspx?user=theGr8azn1">theGr8azn1</a><br /><a href="http://www.xanga.com/home.aspx?user=liangjun">liangjun</a><br /><a href="http://www.xanga.com/home.aspx?user=iibokyongii">iibokyongii</a><br /><a href="http://www.xanga.com/home.aspx?user=PeiDay">PeiDay</a><br /><a href="http://www.xanga.com/home.aspx?user=AirWesley5">AirWesley5</a><br /><a href="http://www.xanga.com/home.aspx?user=aznxanGsta">aznxanGsta</a><br /><a href="http://www.xanga.com/home.aspx?user=shannonee">shannonee</a><br /><a href="http://www.xanga.com/home.aspx?user=ddongxkkangpae">ddongxkkangpae</a><br /><a href="http://www.xanga.com/home.aspx?user=JxSw3tyxC">JxSw3tyxC</a><br /><a href="http://www.xanga.com/home.aspx?user=MTCM">MTCM</a><br /><a href="http://www.xanga.com/home.aspx?user=lileelemon">lileelemon</a><br /><a href="http://www.xanga.com/home.aspx?user=Hvnzlilangel5">Hvnzlilangel5</a><br /><a href="http://www.xanga.com/home.aspx?user=AzN4Yu2NV">AzN4Yu2NV</a><br /><a href="http://www.xanga.com/home.aspx?user=JadAhSu">JadAhSu</a><br /><a href="http://www.xanga.com/home.aspx?user=Servant_Of_God">Servant_Of_God</a><br /><a href="http://www.xanga.com/home.aspx?user=krn_ryc">krn_ryc</a><br /><a href="http://www.xanga.com/home.aspx?user=McConn">McConn</a><br /><a href="http://www.xanga.com/home.aspx?user=batman_lee">batman_lee</a><br /><a href="http://www.xanga.com/home.aspx?user=plooie">plooie</a><br /><a href="http://www.xanga.com/home.aspx?user=TKRevolution">TKRevolution</a><br /><a href="http://www.xanga.com/home.aspx?user=josephs_it">josephs_it</a><br /><a href="http://www.xanga.com/home.aspx?user=S_u_G_a_R">S_u_G_a_R</a><br /><a href="http://www.xanga.com/home.aspx?user=kaliman">kaliman</a><br /><a href="http://www.xanga.com/home.aspx?user=jczbak">jczbak</a><br /><a href="http://www.xanga.com/home.aspx?user=CBCTeensGroup">CBCTeensGroup</a><br /><a href="http://www.xanga.com/home.aspx?user=ReDxXxFuSiOn">ReDxXxFuSiOn</a><br /><a href="http://www.xanga.com/home.aspx?user=moojae">moojae</a><br /><a href="http://www.xanga.com/home.aspx?user=shawtyZ">shawtyZ</a><br /><a href="http://www.xanga.com/home.aspx?user=bananababi">bananababi</a><br /><a href="http://www.xanga.com/home.aspx?user=Lil_Dee_Dee">Lil_Dee_Dee</a><br /><a href="http://www.xanga.com/home.aspx?user=lumlumlollipop">lumlumlollipop</a><br /><a href="http://www.xanga.com/home.aspx?user=uNbReAkAbLe_LuV">uNbReAkAbLe_LuV</a><br /><a href="http://www.xanga.com/home.aspx?user=BLUxCrIcKeE">BLUxCrIcKeE</a><br /><a href="http://www.xanga.com/home.aspx?user=sugababie54321">sugababie54321</a><br /><a href="http://www.xanga.com/home.aspx?user=nannana">nannana</a><br /><a href="http://www.xanga.com/home.aspx?user=at4734jc">at4734jc</a><br /><a href="http://www.xanga.com/home.aspx?user=LiiSAx2">LiiSAx2</a><br /><a href="http://www.xanga.com/home.aspx?user=xinru">xinru</a><br /><a href="http://www.xanga.com/home.aspx?user=LOTX">LOTX</a><br /><a href="http://www.xanga.com/home.aspx?user=cantoethug87">cantoethug87</a><br /><a href="http://www.xanga.com/home.aspx?user=DarkKensai">DarkKensai</a><br /><a href="http://www.xanga.com/home.aspx?user=higuy007">higuy007</a><br /><a href="http://www.xanga.com/home.aspx?user=LaXrChIc16">LaXrChIc16</a><br /><a href="http://www.xanga.com/home.aspx?user=xclo">xclo</a><br /><a href="http://www.xanga.com/home.aspx?user=evryboyzlilangel">evryboyzlilangel</a><br /><a href="http://www.xanga.com/home.aspx?user=ReDxxFuSiOn">ReDxxFuSiOn</a><br /><a href="http://www.xanga.com/home.aspx?user=waterboy72785">waterboy72785</a><br /><a href="http://www.xanga.com/home.aspx?user=Jojo_Phu4">Jojo_Phu4</a><br /><a href="http://www.xanga.com/home.aspx?user=bAbiGrrAcE">bAbiGrrAcE</a><br /><a href="http://www.xanga.com/home.aspx?user=gbaby1515">gbaby1515</a><br /><a href="http://www.xanga.com/home.aspx?user=DiRrtyPiMpiN">DiRrtyPiMpiN</a><br /><a href="http://www.xanga.com/home.aspx?user=xxchinkiboixx">xxchinkiboixx</a><br /><a href="http://www.xanga.com/home.aspx?user=hehmin">hehmin</a><br /><a href="http://www.xanga.com/home.aspx?user=elster">elster</a><br /><a href="http://www.xanga.com/home.aspx?user=indigoblue94">indigoblue94</a><br /><a href="http://www.xanga.com/home.aspx?user=Boyie">Boyie</a><br /><a href="http://www.xanga.com/home.aspx?user=Johnny_boi">Johnny_boi</a><br /><a href="http://www.xanga.com/home.aspx?user=judo2004">judo2004</a><br /><a href="http://www.xanga.com/home.aspx?user=take_it_eeZy">take_it_eeZy</a><br /><a href="http://www.xanga.com/home.aspx?user=PuCCaNNa">PuCCaNNa</a><br /><a href="http://www.xanga.com/home.aspx?user=JoCeLyN_nIcOle_ChIu">JoCeLyN_nIcOle_ChIu</a><br /><a href="http://www.xanga.com/home.aspx?user=cantoxsoul">cantoxsoul</a><br /><a href="http://www.xanga.com/home.aspx?user=shawtyamy">shawtyamy</a><br /><a href="http://www.xanga.com/home.aspx?user=kuwalabear">kuwalabear</a><br /><a href="http://www.xanga.com/home.aspx?user=AznCucumber">AznCucumber</a><br /><a href="http://www.xanga.com/home.aspx?user=lisalowmein">lisalowmein</a><br /><a href="http://www.xanga.com/home.aspx?user=Kugirl225">Kugirl225</a><br /><a href="http://www.xanga.com/home.aspx?user=oneluv414">oneluv414</a><br /><a href="http://www.xanga.com/home.aspx?user=Carmee">Carmee</a><br /><a href="http://www.xanga.com/home.aspx?user=mmapa">mmapa</a><br /><a href="http://www.xanga.com/home.aspx?user=munchkinlives87">munchkinlives87</a><br /><a href="http://www.xanga.com/home.aspx?user=kAyLiB">kAyLiB</a><br /><a href="