var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="What's going on in Cincinnati, Columbus? - Journal-News
";
arnews[0] += "Woodruff of â¨Hawthorne Heights When: 7 p.m. Saturday, Jan. 9 Where: Southgate House, 24 E. Third St., Newport, Ky. Cost: $8 (advance), $10 (day of show) More info: (859) 431-2201 or www.southgatehouse.com. The scoop: The vocalist/guitarist for ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[0] += "
";
arnews[1]="Eleanor Rigby's hosts Heart-On festival - Stroud Courier
";
arnews[1] += "Headlining acts include American Sixgun, Motionless in White, Crime In Stereo, DIVE, Texas in July and Hawthorne Heights. Hawthorne Heights will be performing a highly anticipated acoustic set. Other acts include Goodbye Soundscape, The Status, Dr.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 04:59:00 GMT";
arnews[1] += "
";
arnews[2]="After Dark: Weekend of Dec. 5 - MLive.com
";
arnews[2] += "BILLY'S, 1437 Wealthy St. SE, 459-5757, billyslounge.com -- A.B! & Coconut Brown, 9 p.m.-1:30 a.m. tonight, $5, 21 and older; Glean Infusion, Arbitrary, 9 p.m.-1:30 a.m. Wednesday night, $5, 21 and older. THE INTERSECTION, 133 Grandville Ave. SW, 451 ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 06:55:00 GMT";
arnews[2] += "
";
totcount = 3;
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("