var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A grown-up Dinosaur Jr. - News-Herald.com
";
arnews[0] += "11While some used the prehistoric reference to define cliched classic-rock artists from decades gone by, others used it to describe the unique brand of guitar-driven alternative music created by Dinosaur Jr. \"I just think we're super original and our ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:03:00 GMT";
arnews[0] += "
";
arnews[1]="What to Do Tonight: Cheap Girls - Cleveland Scene Weekly
";
arnews[1] += "It may seem like the ’90s were a lousy decade for music — the airwaves were clogged with a mix of post-grunge brutishness, rap-metal ridiculousness and boy-band garishness — but let’s not forget the contributions made to power-pop during the ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 14:20:00 GMT";
arnews[1] += "
";
arnews[2]="Digital Leather Warm Brother - Drowned In Sound
";
arnews[2] += "This is a case with people catching up with Digital Leather’s mindset ... moment on here is ‘Hurts So Bad’, which is festooned with handclaps and, good grief, whistling, and sounds a bit like a C86 band taking on the Lemonheads.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:25:00 GMT";
arnews[2] += "
";
arnews[3]="Matt Preston to release CD - Skynews.com
";
arnews[3] += "The first record features upbeat numbers from Katy Perry, MGMT, Empire of The Sun, Britney Spears and The Lemonheads and The Monkees. The second, intended to take it down a notch for the dinner party, includes tracks by The Church, Pete Murray, Otis ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 11:00:00 GMT";
arnews[3] += "
";
arnews[4]="Matt Preston adds music to his resume - ninemsn
";
arnews[4] += "Food critic Matt Preston is on a hit TV show, he has a new book out, he's a newspaper regular - what's next, an album? Well, yes. Titled Music From Another Platter, it's a two CD collection of music for cooking and music for eating, compiled by the ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 14:20:00 GMT";
arnews[4] += "
";
arnews[5]="On The Beat - Trentonian
";
arnews[5] += "The Faux Four are said to be an authentic representation of The Beatles’ live show — or what could be envisioned as their live sets had the Brits continued to tour after “Revolver” dropped in 1966. In fact, it’s the never-before-witnessed ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 16:33:00 GMT";
arnews[5] += "
";
totcount = 6;
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("