var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="After school program taking shape in Shaker Heights
";
arnews[0] += "SHAKER HEIGHTS As the South Shaker MyCom after-school program takes shape, Youth Center Executive Director John Lisy likens the initiative to \"flying an airplane while we're trying to build it.\" In line for a $100,000 infrastructure grant through the Cleveland Foundation, Cuyahoga County and the City of Cleveland, organizers with the South Shaker ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:18:01 GMT";
arnews[0] += "
";
arnews[1]="Broderick & Lonergan: Fortysomething Messengers
";
arnews[1] += "The New Group, which is premiering Kenneth Lonergan's new play, The Starry Messenger , on Nov.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:53:57 GMT";
arnews[1] += "
";
arnews[2]="On Nov. 17, 1979, Iran's Ayatollah Khomeini ordered the release of 13 American hostages
";
arnews[2] += "Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 11:29:29 GMT";
arnews[2] += "
";
arnews[3]="Today in History - Nov. 17
";
arnews[3] += "Published: Tuesday, November 17, 2009 at 4:01 a.m. Last Modified: Tuesday, November 17, 2009 at 12:00 a.m. Today is Tuesday, Nov.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 19:40:10 GMT";
arnews[3] += "
";
arnews[4]="Today in History, Tuesday, Nov. 17, 2009
";
arnews[4] += "Today's Highlight in History: On Nov. 17, 1800, Congress held its first session in Washington in the partially completed Capitol building.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 17:07:50 GMT";
arnews[4] += "
";
totcount = 5;
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("