xanga subscriptions look&feel subscribe logout
cheapxbeer_andBLOODx
read my profile
sign my guestbook

Visit cheapxbeer_andBLOODx's Xanga Site!

Name: a.j.
Birthday: 8/30/1989
Gender: Female


Interests: softball, reading, writing, the internet, music, and her friends<3
Expertise: grammar, spelling, and writing.


Message: message me
AIM: Haha...
AIM: yeah right...
AIM: I'm not stupid...
AIM: so fuck off...
AIM: stalkers.


Member Since: 8/3/2005

SubscriptionsSites I Read

Blogrings
i play softball, and i can probably kick your ass.
previous - random - next

I wear too much eyeliner.
previous - random - next

My Hair is Eating My Face
previous - random - next

x. camera whores
previous - random - next

GRAMMAR NAZIS
previous - random - next

i use big words just to annoy you
previous - random - next

Pokemon is STILL awesome.
previous - random - next

Future Writers, Current Slackers
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Tuesday, April 04, 2006

wow.

...it's been awhile.

i forget i have this thing.

i like the layout a lot though :P


Friday, February 17, 2006

a month exactly :D

wow. i've so abandoned this thing.

i feel sorry for xanga

myspace is overrunning it...

oh well.


Tuesday, January 17, 2006

on the bright side...

i'm going to prom :D

prescott asked me

yeet!!

<3


Friday, January 13, 2006

if i don't make your heart skip a beat
then hate me
if i don't make you feel anything
then it's me
<|3


Thursday, January 05, 2006

I want a boy.

...yeah.

I'm lonely.

Be my friend?

<3



Next 5 >>






<
// // ©2003 HTML_CODES_R_US, http://www.xanga.com/HTML_CODES_R_US // Changes date text // For use at Home only. // // Info at http://dorkette.net // function replaceWordsDates() { // ***add the Months or Days you wish to replace below var oldWordsDates = new Array( "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ); // *** add the replacing Months or Days below var newWordsDates = new Array( "{kiss me, i'm contagious}", "{secrets don't make friends}", "{ride the wings of pestilence}", "{when flying feels like falling}", "{my heart your hands}", "{featuring some of your favorite words}", "{ultimatums for egos}" ); allDivData = document.getElementsByTagName('div'); var collections = new Array(allDivData); for (var k = 0 ; k < collections.length ; ++k ) { for (var i = 0 ; i < collections[k].length ; ++i ) { if (collections[k][i].innerHTML.indexOf('DIV') == -1) { for ( var n = 0 ; n < oldWordsDates.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]); replacement = collections[k][i].innerHTML.replace(oldWordsDates[n], newWordsDates[n]); if(navigator.userAgent.toLowerCase().indexOf('compatible')>0){collections[k][i].innerHTML=replacement;//please use supported code at http://help.xanga.com/codes.htm } break; } } } } } } replaceWordsDates();