var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CMS Dance Team wins honors
";
arnews[0] += "CMS DANCE TEAM RECOGNIZED a ' The Cleveland Middle School Raiderettes Dance Team recently brought home several prestigious awards from dance competition in Nashville.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:09:28 GMT";
arnews[0] += "
";
arnews[1]="Obituary: Madeline Haigh, 85
";
arnews[1] += "Madeline Haigh, 85, passed away peacefully on Monday, Nov. 16, 2009. Her family was by her side holding her with their loving hands.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:37:58 GMT";
arnews[1] += "
";
arnews[2]="Obituaries
";
arnews[2] += "Lucille Hoskins, 91, died Sunday, November 15, 2009, at Tri-Lakes Medical Center.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:31:01 GMT";
arnews[2] += "
";
arnews[3]="Zombieland (2009) Movie Review
";
arnews[3] += "I've never been one to be a fan of blood and gore zombie movies. Ever since I was a kid and channel surfed across a midnight showing of Day of the Dead on TV , it's never been my particular genre of preferred movie entertainment.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:08:44 GMT";
arnews[3] += "
";
arnews[4]="Alverna A. Strouse, 76
";
arnews[4] += "MUNCIE - Alverna A. Strouse, 76, passed away Wednesday morning, November 18, 2009 at Ball Memorial Hospital following a courageous battle with cancer.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Twitter asks users to get with the now
";
arnews[5] += "Twitter's now all about what's happening, according to co-founder Biz Stone. Picture: AFP.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 06:37:01 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("