var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pitchfork: Sole Leaves Anticon
";
arnews[0] += "02 Johnathan Rice: \"On the Line\" 03 Jonathan Wilson and special guests: \"And So It Goes (Music Gets You High)\" 04 Bart Davenport: \"Better Days\" 05 Citay: \"Military Madness\". Posted by Tom Breihan on February 8, 2010 at 4 p.m. ...";
arnews[0] += "
";
arnews[1]="Bank On It.: Freak Folks, Unite!
";
arnews[1] += "A few selections from Graham's classic second solo release Wild Tales have also been recorded; Johnathan Rice (of Jenny Lewis' Band, Elvis Costello) handles “On The Line”, Tyson Vogel (of Two Gallants) takes “Hey You (Looking At The ...";
arnews[1] += "
";
arnews[2]="Robin Pecknold, Bonnie “Prince” Billy to Cover Graham Nash | ICT ...
";
arnews[2] += "02 Johnathan Rice: “On the Line” 03 Jonathan bugologist and primary guests: “And So It Goes (Music Gets You High)” 04 Bart Davenport: “Better Days” 05 Citay: “Military Madness” Robin Pecknold, Bonnie Prince Billy to Cover Graham Nash ...";
arnews[2] += "
";
arnews[3]="overspilled musings: Ideas and the Future
";
arnews[3] += "Johnathan Rice; Matt Costa; Kate Nash; Charlie Parker; The Breeders; Album called Gling Glo from Bjork & others; Group 1 Crew; Goh Nakamura; L.A. Symphony - Album Unleashed (wow!) Castanets; Spoon - Album Ga Ga Ga Ga Ga (really good! ...";
arnews[3] += "
";
arnews[4]="Ruta 66 - nº30
";
arnews[4] += "Dewayne Terry - Can't take it with you AC/DC - Black in black AC/DC - TNT AC/DC - Shoot to thrill Johnathan Rice - You're my baby Blue Rodeo - Arizona dust Stephanie Quayle - Alley of desires Elliott Brood Band - Without again.";
arnews[4] += "
";
arnews[5]="All Sound Blog: You're gonna lose control, tonight. . .
";
arnews[5] += "Ctrl + C. . Johnathan Rice- Further North. Johnathan Rice- Further North ASB recomenda . ...";
arnews[5] += "
";
arnews[6]="English Album: Elvis Costello - Live at the Hollywood High
";
arnews[6] += "... 進駐搖滾名人殿堂的創作鬼才,協同The Imposters齊力三度出擊的全新大碟◎組織起洛杉磯Indie搖滾Rilo Kiley第一女主唱Jenny Lewis、新生代創作才子Johnathan Rice、巨星御用樂手Davey Faragher (David Crosby、Dusty Springfield、Bonnie Raitt)… ...";
arnews[6] += "
";
arnews[7]="Getting to Know... Jason Boesel :: Music :: Features :: Paste
";
arnews[7] += "Boesel: Right now, Jenny [Lewis] is working on a record with her boyfriend Johnathan Rice, and Rilo Kiley's working on a compilation of all the songs we never got to put on records over the years. A lot of them are some of my favorite ...";
arnews[7] += "
";
arnews[8]="Walk The Line Blu-ray
";
arnews[8] += "-Johnathan Rice (Roy Orbison). -Suppléments : -Feature Commentary by Co-Writer and Director James Mangold on/off. -More Man in Black. -Deleted scenes. -Extended Musical sequences. -Featurettes. -Walk the Line Theatrical Trailer ...";
arnews[8] += "
";
arnews[9]="Walk the Line – Blu-ray Disc Review
";
arnews[9] += "From here, the nostalgia of Johnny Cash and his band grows, as they begin touring with the likes of Jerry Lee Lewis (Waylon Payne), and Roy Orbison (Johnathan Rice); but more importantly, at least to Johnny, is the presence of June ...";
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("