var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hawthorne Heights reborn - Independent Florida Alligator
";
arnews[0] += "The members of Hawthorne Heights have always been driven to form a solid band. It doesn’t stem from a hunger for success, though. To the Dayton, Ohio, rock band, playing music is a therapeutic escape. While the band battled lawsuits and ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 05:06:00 GMT";
arnews[0] += "
";
arnews[1]="A quieter Hawthorne Heights drops into Common Grounds - Gainesville Sun
";
arnews[1] += "Hawthorne Heights has achieved a lot for a better-than-average, mid-2000s emo band. Many groups from this era, including some of their former labelmates at Victory Records tend to get lost in the shuffle after one or two albums, and after a couple of ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:11:00 GMT";
arnews[1] += "
";
arnews[2]="Band brings acoustic act to USU - Herald Journal
";
arnews[2] += "A parking lot dispute in Idaho turned into an opportunity for Utah fans to see the nationally recognized band Secondhand Serenade. The group was originally scheduled to appear in Blackfoot as part of a nationwide “Fast Times at Secondhand High ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:57:00 GMT";
arnews[2] += "
";
arnews[3]="Band goes from garage to cross-country tour - Daily Beacon Online
";
arnews[3] += "Wind-up Records has always been about pushing music for a younger crowd into the mainstream spotlight. From artists like Hawthorne Heights to Evanescence to Finger Eleven, the record label speaks to an audience that is often overlooked. One of the ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 00:51:00 GMT";
arnews[3] += "
";
arnews[4]="Live Music List for November 19 - Gainesville Sun
";
arnews[4] += "1982 BAR: 919 W. University Ave., Gainesville, 371-9836. Tonight: Victory Bound Rival, Aracka Spontaneous Comedy, Rudy Mendoza. Friday: Aluetian Low, When Pigs Fly, Murphee K, Captain Fresh. Saturday: The Neighborhood Watch, Douglas Shields and the X ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 12:22:00 GMT";
arnews[4] += "
";
arnews[5]="Standby, we are now entering that "calm before the storm"... [Derived ... - pepei.pennnet
";
arnews[5] += "Tuesday: Electric Open Mic at The Money, Rock Hill; Hawthorne Heights at Tremont Music Hall, Charlotte; Miley Cyrus at Time Warner Cable Arena, Charlotte; Open Mic at Sammy's, Pineville, N.C.; Open Jam at Smokey Joe's, Charlotte. - Wednesday: Oneppo ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:17:00 GMT";
arnews[5] += "
";
arnews[6]="Box Office - Corvallis Gazette-Times
";
arnews[6] += "Prairie with Rauelsson and John Vecchiarelli, 9 p.m. Nov. 28, The Woods, Portland. Admission: $5. Information: www.brownpapertickets.com . Blind Pilot, 8 p.m. Dec. 4-5, Wonder Ballroom, Portland. Admission: $13. TicketMaster. “Sounds of the Season ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 00:32:00 GMT";
arnews[6] += "
";
totcount = 7;
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("