var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Music to your ears - News-Herald
";
arnews[0] += "Indie rockers The HandGrenades with guests Ready Chalmers and The Lessmores will perform at 8 p.m. today at Simon’s Bar & Grill, 4936 Allen Road, Allen Park. The band, which cites influences from Brit pop to Motown for its retro rock sound ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:44:00 GMT";
arnews[0] += "
";
arnews[1]="Local band plans food drive concert for Friday - Molalla Pioneer
";
arnews[1] += "Photo By: Bethany Monroe Local band Sawtell performs at Long Park in Molalla during the Apple Festival held in October. Their next local show will be this Friday, Nov. 20. Sawtell, a band featuring four young men from the Molalla area, invites the ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 05:37:00 GMT";
arnews[1] += "
";
arnews[2]="Brian 'Head' Welch Working On New Album, Inks New Deal - A Top Story ... - antiMUSIC
";
arnews[2] += "Brian 'Head' Welch Working On New Album, Inks New Deal was a top story for this week. Here it is again: It was announced today that William Morris Endeavor Entertainment has inked an international representation agreement with ex-KoRn guitarist Brian ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 03:47:00 GMT";
arnews[2] += "
";
arnews[3]="Guy-next-door smile defines former 'Idol' winner's CD - Detroit News
";
arnews[3] += "... to come up with a satisfying slate of midtempo cuts that won't rock the boat but will sound fine coming through radio speakers, alongside the likes of Rob Thomas and the Goo Goo Dolls. It could use a little bit of pep, though. Much of the album ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 03:28:00 GMT";
arnews[3] += "
";
arnews[4]="Review: Guy-next-door smile defines Kris Allen's CD - Detroit News
";
arnews[4] += "... to come up with a satisfying slate of midtempo cuts that won't rock the boat but will sound fine coming through radio speakers, alongside the likes of Rob Thomas and the Goo Goo Dolls. It could use a little bit of pep, though. Much of the album ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 22:19:00 GMT";
arnews[4] += "
";
arnews[5]="Dear Apple, about the next iPod - CNET News
";
arnews[5] += "I often wake up with a tune playing in my head. I don't know why it's that particular tune, and sometimes I waterboard myself for hours trying to find the reason for this apparently random madness. This morning, for example, it was that Spanish ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 01:02: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("