var arnews = new Array(13);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="italic_h: I'm back!Where the fuck did I go?We're g
";
arnews[0] += "Current music: Modest Mouse - Polar Opposites. I'm back! Where the fuck did I go? We're going to make it. Almost there. (Post a new comment). About. Contact Advertise Jobs Site News More... Help. Support / FAQs Safety Tips ...";
arnews[0] += "
";
arnews[1]="paperback_kid: and on another note:for being allusive t
";
arnews[1] += "and modest mouse does alot for you. it makes everything sacastically depressing as well as hilarious. my head likes to get filled with more than thoughts nowadays. i guess a floods coming in my head, ...";
arnews[1] += "
";
arnews[2]="paperback_kid: ok so change of course.horoscopes were a
";
arnews[2] += "and getting your footing to perfectly align on que. straight pavement. i like the sound of it. and its random intentions. i've got stop living like this, in a good way, but modest mouse's the good times are killing me rings home around ...";
arnews[2] += "
";
arnews[3]="Tabshare: Float On ( Modest Mouse )
";
arnews[3] += "Float On (Modest Mouse). Chords used: C-Em-Am. capo 6 [C] [Em] [Am] [Em] [All the way through] I backed my car into a cop car, the other day. Well he just drove off, sometimes life's ok. I ran my mouth off a bit too much, ...";
arnews[3] += "
";
arnews[4]="Ruminations of Unparalleled Ignorance: Favourite Bands
";
arnews[4] += "Modest Mouse: Even though Radiohead is incredibly creative, I put MM ahead of them because they are completely, utterly, and indescribably unique. Radiohead draws from Talking Heads and a bit of arena rock (though not so much on their ...";
arnews[4] += "
";
arnews[5]="The Dashboard Melted But Do We Still Have The Radio? « Here's the ...
";
arnews[5] += "As a total hipster, I'm obliged to love Modest Mouse. Unfortunately… I don't. I don't *dislike* them, they just aren't my cup of tea. The songs by them I like, I really like–Ocean Breathes Salty, Float On, Dashboard– go ahead. ...";
arnews[5] += "
";
arnews[6]="NME vs Paste vs Pitchfork vs Uncut vs Onion AV: Albums of the ...
";
arnews[6] += "Modest Mouse – The Moon & Antarctica – -, -, 6, -, 7. Sigur Rós – Ágætis Byrjun – -, -, 8 , -, 13. Panda Bear – Person Pitch – -, -, 9 , -, - The Avalanches – Since I Left You – 45 , -, 10, -, - Bob Dylan – Love and Theft – -, -, -, 2 , ...";
arnews[6] += "
";
arnews[7]="Del's Digressions: My week in review or what I watched at least
";
arnews[7] += "Modest Mouse has just one writer but Isaac Brock is a prolific writer and seems to have a handle on the pop song. His songs are now accessible but still don't sound like anything else. This probably makes old Modest Mouse fans unhappy ...";
arnews[7] += "
";
arnews[8]="familiardevil: there ain't a woman in this world I won't let go
";
arnews[8] += "Current mood: productive. Current music: The World at Large - Modest Mouse. Entry tags: character: ruby, fandom: supernatural, graphics: icons. there ain't a woman in this world I won't let go. I got my [info] spn_women prompts! ...";
arnews[8] += "
";
arnews[9]="Anomalogy: Plagiarism
";
arnews[9] += "... Red Ankles, The Decemberists; Someone I Don't Know, Rapture; Changes, David Bowie; Heart of the Matter, Don Henly; Modest Mouse; Let It Be, The Beatles; Elephant Love Medley, Moulin Rouge; One Headlight, The Wallflowers) ...";
arnews[9] += "
";
totcount = 10;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("