D4MI3N
read my profile
sign my guestbook

Visit D4MI3N's Xanga Site!

Name: Damien
Birthday: 8/15/1991
Gender: Male


Interests: Games
Occupation: Other
Industry: Other


Message: message meEmail: email me
Website: visit my website


Member Since: 2/10/2006

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Saturday, December 30, 2006

www.myspace.com/d4mi3n

 

 

im not gonna check this anymore, or not as much


Sunday, December 17, 2006

hmmmm... choir concert today....

got sick...


Tuesday, December 05, 2006

mpo came out!!!!

hmmm not much else to say


FEAR THE CROWBAR

oh btw i decided to screw w/ the music on my site later


hmmm  i added this to my videos, will upload more later (so bored)





You are being redirected to our new page at www.psycho-monkey.co.uk/bridge ..... Please wait.....

geovisit();setstats 1
") } //--> table.footer, table.footernav {display: none;}; // Script Created by Mystical for Createblog.com // http://xiphin.com ") } //--> // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // Actually it's pretty simple: add the words or fragments you // wish to replace to the array "oldWords" (each word placed // between double quotation marks, and separated by colons as you // can see below) and add their replacements to the array "newWords", // at the same position as the original words in "oldWords". // The example is pretty self-explaining. // // The script is case sensitive, meaning that if you add "something" // to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG". // // You can adjust the existing arrays in this code as you see fit, // as long as both arrays keep the same size (same amount of words // in both arrays), otherwise a script error will occur. // // Copy this entire code and paste in the webstats box at your // Look and Feel page. // // You're free to use this script as long as this comment remains intact, // and as long you won't use it to cripple the comments of your visitors; // after all, no one likes his/her words getting twisted... // function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Sites I Read", "Publish Comments", "add eProps", "eprop", "eProps", "add comments", "comment", "comments", "email it", "view entire profile", "sign my guestbook", "My Blogrings", "Posting Calendar", "Get Involved!", "sign out", "Name:", "Birthday:", "Gender:", "Country:", "Comment", "gave"); // *** add the replacing words or fragments below var newWords = new Array( "Sites I Read", "Publish Comments", "Snowflake", "Tear", "Tears", "Add Lies", "Lie", "Lies", "Email it", "view entire profile", "sign my guestbook", "My Blogrings", "Posting Calendar", "Get Involved!", "Leave this waste of time", "they call me", "Born", "Gender", "Country", "Lie", "cried"); allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); for (var k = 0; k < collections.length; ++k ) { for (var i = 0; i < collections[k].length; ++i ) { if (collections[k][i].innerHTML.indexOf('TABLE') == -1) { for ( var n = 0; n < oldWords.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWords[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords(); <---------------End Code----------------> body a:hover { /* edits when user mouseovers the links */ color:#FFFFFF; cursor: crosshair; text-decoration: overline and underline; }