Dead.
Stay together for the kids
Brittani. 14. Female. Amir Derakh. Snape. Orgy fiend. Black eyeliner. Silver eyeshadow. Emo Glasses.

People/things I fancy:
- Severus Snape
- Amir Derakh
- Harry Potter(books and movies)
- Paint Shop Pro
- Orgy
- Synth Guitar

Bands I dig
Orgy. OhGr. Skinny Puppy. Slipknot. Murderdolls. Metallica. Pantera. Blue Oyster Cult. Three Days Grace. Kiss. Scorpions. Van Halen. Rush. Fall out boy. From Autumn to Ashes. Adema. KoRn. Before Braille. Blink 182. Crossbreed. Hatebreed. Slayer. Lamb of God. Julien-K. Nirvana. Pink Floyd.

I am
- Pure blood Slytherin
- A nerd
- Amir Derakh's Stalker
- Metalhead
- Fanartist
Feeling: lovely
Listening to: Down - Blink 182
Obsessing over: Severus Snape
Eating: An apple
Drinking: My Saliva
Refresh
Private
CLAF
Add me
Subs
Log in
Log out
I want Orgy
No i'm not sarcastic
Createblog.com
Amir Derakh Fans
I wear too much eyeliner
Designmatters
Slytherin Sex Gods
Now Playing:Down- Blink 182



Stephen King Fan!
Terry Brooks Fan!PSP fan!
Snape Fan!
Name: Stay together for the kids
Version: N/A
Colors: Blueish-green
Brushes from: Echoica.net and Miss-M
DesperateXMeasures
read my profile
sign my guestbook

Visit DesperateXMeasures's Xanga Site!

Name: Creepy
Country: Morocco
Gender: Female


Interests: Bite me


Message: message me


Member Since: 2/7/2004

SubscriptionsSites I Read

Blogrings
no, i'm not sarcastic...
previous - random - next

Amir Derakh Fans
previous - random - next

Slytherin Sex Gods
previous - random - next

-==Dreams in Digital==-
previous - random - next

I wear too much eyeliner.
previous - random - next

I want Orgy
previous - random - next

createBlog.com
previous - random - next

DesignMatters™
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Monday, July 19, 2004

This is for everyone who keeps on leaving rude comments on my page.

I have not been to blogring.net in over 4 months. I did make a skin, using a certain picture. When I made the skin, I knew nothing of photobucket.com or uploading pictures to my own server or giving credit for stolen pictures. I was a bit stupid if I may add. I do apologize for not giving credit and direct linking the image. It still doesn't justify everyone leaving rude comments on my page. I know none of you, and you could have just e-mailed me.

I apologize, and anyone who still goes to blogring, please ask them to delete that skin.

Thanks.


Saturday, July 17, 2004

Currently Playing
Blink 182
By Blink 182
Down
see related

"Hello there, the angel from my nightmare."

You know what? It really sucks not being allowed to have AIM. The internet is my life for the time being. I'd like to have some friends in my life. I feel as if I have no friends because, I can't talk to them unless they want to e-mail me back and forth. Which really sucks too.

I had the opportunity to be able to have AIM. I screwed that up. Big time. I finally got it, then I gave my number out to a certain someone ( You know who you are ;] ) and got caught. It seems that my dad knows every call that comes in and out of my cell phone.  Aye. Such an idiot. Not surprising though.

I think I am going to draw a picture of Snape. I just need to find the right picture. I LOVE Snape. <3 If anyone has any picture suggestions, feel free to leave a comment. It'd be appreciated too.

Can't wait until school starts. Summer has to be the most boring time of the year. I'm not saying that I love school either. I just love to see my friends. Hopefully this year, I'll see a whole bunch of old friends I've had at schools I've gone to in the past. Of course, I might not have as much in common with them anymore. Seeing as I have changed completely since I've seen them.

I'm telling you, there BETTER be some Orgy fans there. Someone else I can obsess with. That would be great.

-Brit


"Don't waste your time on me. You're already the voice inside my head"

NOTE: Please, no more, prop me back comments. Next person who does, will have their fingers chopped off.

Thanks, have a crappy day.

>:-[


Friday, July 16, 2004

New layout. This one features Acey Slade of the Murderdolls. The Snape one I had up yesterday, was a temp layout. Here's the info:

Name: Acey Slade
Version: N/A
Colors: reds and black
Hours spent: About 4-5 all together.

"Transglobal spectacle with post mortem fame. Popsical cannibal. Can you hear me? Rainbow dementia smiles, everyone smile." - "Where's Gerrold" by Orgy

/edit\

You know, I DO like comments. Not ones saying, "prop me back" either.  >:[


Thursday, July 15, 2004

Guess who's back

Hey guys. I'm reviving this xanga. Haha. I know, took long enough. You guys knew I would do this though. Right?

I finally got hosted. It's awesome. And what's even cooler about it, is that my hostess, Jess, is another Orgy freak. Like me. I couldn't have asked for anything better. haha. I'd give you the link, but the server is down for maintenance, so it's not viewable. Sorry. I'll post it when the server is back up again.  

Graduated from 8th grade. Finally. School starts really soon though. It starts in a couple weeks actually. Hopefully I have atleast ONE class with Charley and Anthony.



Next 5 >>

<!--Finished--> <!--End Of AdRemover--> <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> Code: <script language="javascript"> //chatterbox screen name tracker - xanga.com/add_ons function getXName() { for (var i = 0; i < document.links.length; i++) { if (document.links[i].href.substring(0,38)=="http://www.xanga.com/private/home.aspx") { var link = document.links[i]; var text = document.all ? link.innerText : link.text ? link.text : ''; return text; break; }} return null; } function getPopLink() { for (var i = 0; i < document.links.length; i++) { if (document.links[i].id=='chatterpopup') return document.links[i]; break; } return null; } xName = getXName(); if (xName != null && chatterbox == 'ok') { nameBox = document.forms['chatterform'].elements['name']; nameBox.value=xName; chatter_name = xName; urlBox = document.forms['chatterform'].elements['uurl']; if (urlBox) { urlBox.value='http://www.xanga.com/home.aspx?user=' + xName; } } else if (xName == null && chatterbox == 'ok') { nameBox = document.forms['chatterform'].elements['name']; nameBox.value='Log in'; nameBox.disabled=true; msgBox = document.forms['chatterform'].elements['msg']; msgBox.value='to post'; msgBox.disabled=true; postBtn = document.forms['chatterform'].elements['post']; postBtn.disabled = true; urlBox = document.forms['chatterform'].elements['uurl']; if (urlBox) { urlBox.value='to Xanga'; urlBox.disabled=true; } popLink = getPopLink(); if (popLink != null) { popLink.href = popLink.href + '&nopost=Log+in!!'; } } </script> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --></td></tr></table><br /><!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript"> _qacct="p-87h-iNOVooym2";quantserve();</script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-87h-iNOVooym2.gif" style="display: none" height="1" width="1" alt="Quantcast"/></noscript> <!-- End Quantcast tag --> <div style="height: 0; overflow: hidden;" > <!-- Site Meter --> <script type="text/javascript" src="http://jsx.sitemeter.com/counter.js?site=10fecaf676512bf7eb65611b57ffeb0e&pid=sxg"></script> <noscript> <img src="http://trx.sitemeter.com/meter.asp?site=10fecaf676512bf7eb65611b57ffeb0e&pid=sxg" alt="Site Meter"/> <img src="http://dgx.specificclick.net/" alt="Site Meter"/> </noscript> <!-- Copyright (c)2007 Site Meter --> </div> <span id="lblReadOnly" style="display: none">False</span> <div id="x-hovpanel-bg" style="display: none;"></div> <script type="text/javascript" src="http://s.xanga.com/scripts/culture/xangawebstrings.js"></script> <script type="text/javascript"> <!-- function XangaReplacePageTextValue(obj, text) { if (obj) { obj.value=text; } } function XangaReplacePageTextOption(obj, index, text) { if (obj) { obj.options[index].innerHTML=text; } } XangaReplacePageTextOption(document.getElementById("searchop"),1, xangawebstringsResx.Photos_lower); XangaReplacePageTextOption(document.getElementById("searchop"),2, xangawebstringsResx.Videos_lower); XangaReplacePageTextOption(document.getElementById("searchop"),3, xangawebstringsResx.Blogrings_lower); XangaReplacePageTextOption(document.getElementById("searchop"),4, xangawebstringsResx.Metros_lower); XangaReplacePageTextOption(document.getElementById("searchop"),5, xangawebstringsResx.Profiles_lower); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),0, xangawebstringsResx.Jan); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),1, xangawebstringsResx.Feb); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),2, xangawebstringsResx.Mar); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),3, xangawebstringsResx.Apr); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),4, xangawebstringsResx.May); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),5, xangawebstringsResx.Jun); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),6, xangawebstringsResx.Jul); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),7, xangawebstringsResx.Aug); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),8, xangawebstringsResx.Sep); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),9, xangawebstringsResx.Oct); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),10, xangawebstringsResx.Nov); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),11, xangawebstringsResx.Dec); if (document.getElementById("xeps1")) { document.getElementById("xeps1").title = xangawebstringsResx.NumberEprops.replace("{0}", "2") + "!"; document.getElementById("xeps2").title = xangawebstringsResx.NumberEprops.replace("{0}", "2") + "!"; document.getElementById("xeps3").title = xangawebstringsResx.NumberEprop.replace("{0}", "1") + "!"; document.getElementById("xeps4").title = xangawebstringsResx.NumberEprops.replace("{0}", "0") + "!"; } XangaReplacePageTextValue(document.getElementById("btnSubmit"), xangawebstringsResx.Submit); XangaReplacePageTextValue(document.getElementById("searchsubmit"), xangawebstringsResx.Search + " \u00bb"); //--> </script> </span><table border="0" cellspacing="0" cellpadding="4" width="725" class="footer"><tr><td align="center" valign="top"><a href="http://www.xanga.com/default.aspx" class="footernav">xanga</a> - <a href="http://www.xanga.com/private/home.aspx" class="footernav">your site</a> - <a href="http://help.xanga.com/about/termsofuse.htm" class="footernav">terms</a> - <a href="http://help.xanga.com/about/privacypolicy.htm" class="footernav">privacy</a> - <a href="http://jobs.xanga.com" class="footernav">jobs</a> - <a href="http://help.xanga.com" class="footernav">help</a> - <a href="http://press.xanga.com" class="footernav">press</a> - <a href="http://www.xanga.com/register.aspx" class="footernav">join</a> - <a href="http://www.xanga.com/language.aspx?returnurl=http%3a%2f%2fdesperatexmeasures.xanga.com%2fhome.aspx%3fuser%3ddesperatexmeasures" class="footernav" title="Change Language">Language</a></td></tr></table><table border="0" cellspacing="0" cellpadding="0" width="725" class="footer"><tr><td align="center" valign="top"><a href="http://safety.xanga.com" class="footernav">safety</a> - <a href=" http://safety.xanga.com/category/parents/" class="footernav">parents</a> - <a href="http://safety.xanga.com/category/lawenforcement/" class="footernav">law enforcement</a></td></tr></table><table border="0" cellspacing="0" cellpadding="4" width="725" class="footer"><tr><td align="center" valign="top"><a href="http://www.xanga.com/ReportContent.aspx" class="footernav">report inappropriate content</a></td></tr></table><!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript"> _qacct="p-87h-iNOVooym2";quantserve();</script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-87h-iNOVooym2.gif" style="display: none" height="1" width="1" alt="Quantcast"/></noscript> <!-- End Quantcast tag --></center> <script type="text/javascript" src="http://www.google-analytics.com/ga.js"></script> <script type="text/javascript"> (function(){ function track(trackerCode){ var tracker = _gat._getTracker(trackerCode); tracker._setDomainName("xanga.com"); tracker._initData(); tracker._trackPageview(); } track('UA-1651690-1'); })(); </script></body></html>