About this Entry
Posted by: OH__indie

Visit OH__indie's Xanga Site

Original: 12/24/2005 2:18 PM
Views: 117

Back to Your Xanga Site


Saturday, December 24, 2005

  
New Music:
Bon Iver


    jag115full  

     Justin Vernon, the man behind the moniker Bon Iver (French for "good winter"), is the young Thoreau of the music world, and his gorgeous debut album is its new Walden. Recorded during four snowy months in a remote Wisconsin cabin, For Emma, Forever Ago is the result of a musician left in self-searching isolation, staying warm with only his memories and an acoustic guitar.
     Picture a folksier TV On The Radio or a less fuzzy Iron and Wine and you'll come close to the sound of Vernon's rusty falsetto, backed by spare, haunting strums. The product is so intimate that listening to it somehow feels wrong, as though you're peeping in on a young man dealing in private with his own personal demons...


Music of the Week: Winter Mix


 

Oh, and my layout? I made it :o)

  

 Posted 12/24/2005 2:18 PM - 117 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();