var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pixar puts Cars 2 back six months
";
arnews[0] += "The release date of Pixar sequel Cars 2 has been put back six months, according to Disney chief executive Bob Iger.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:55:32 GMT";
arnews[0] += "
";
arnews[1]="Disney, Pixar delay 'Cars' sequel
";
arnews[1] += "Disney and Pixar have pushed back the release of their Cars sequel to December 2011.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:23:35 GMT";
arnews[1] += "
";
arnews[2]="Lions win area title, first since '98
";
arnews[2] += "Prattville basketball coach Xavier Robinson let his team enjoy the moment Monday night at Robert E. Lee's gymnasium for 10 or 15 minutes.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:07:08 GMT";
arnews[2] += "
";
arnews[3]="Year of Tiger Woods may be rocky
";
arnews[3] += "BEIJING, Feb.A 10 -- It's the Year of the Tiger, but Chinese fortune tellers believe it will be a rough patch for the world's most famous one, golfer Tiger Woods.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 10:23:02 GMT";
arnews[3] += "
";
arnews[4]="EVES recognizes CARE Volunteers
";
arnews[4] += "FERNLEY--Recently volunteers who donate their time to spend with students who need a helping hand in reading were recognized at East Valley Elementary School.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Northwest Monroe collegians fill president's, dean's lists
";
arnews[5] += "Brockport The following students from Brockport were named to dean's lists for the fall semester: Tabitha Maier, the State University College at Oswego.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:00: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("