About this Entry
Posted by: OH__indie

Visit OH__indie's Xanga Site

Original: 7/4/2005 4:08 PM
Views: 110

Back to Your Xanga Site


Monday, July 04, 2005

 



welcome!

 

MTo play music:

1.click on name of song
2. if you like what you hear, right click and go to Properties for the song code
3. put code in the Look and Feel Section of your xanga orrr in your playlist.

Music Playlist Code - put in Custom Header

OH__indie © is the original music site. There are no rules. Just listen to good music. And if you jocked, I have found you.

I deleted all the previous comments because it got to be too much. I looked for each request so if I didn't answer back, it means I didn't find it. Thanks darlings.

i got a Myspace!
let's be friends.

Caption for image    Caption for image

A

personal xanger
Facebook

lovelove, me.

MPeeee-esss. requests are

closed!

Some songs just don't
have codes, kiddos.

 

 Posted 7/4/2005 4:08 PM - 110 Views

//Provided By http://www.anti_fukin_social// function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Interests:", "Member Since:"); // *** add the replacing words or fragments below var newWords = new Array( " ", " "); 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();