var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jankowski, Marilyn
";
arnews[0] += "JANKOWSKI, Marilyn \"Pat\" Jean Smith age 82 of Centerville, formerly of Albuquerque, NM, passed away on Friday, November 20, 2009 in Walnut Creek Nursing Center.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:02:41 GMT";
arnews[0] += "
";
arnews[1]="Mallett, Arkansas shred Mississippi State
";
arnews[1] += "With its top running back out for the season, Arkansas relied on Ryan Mallett's arm against Mississippi State.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:48:13 GMT";
arnews[1] += "
";
arnews[2]="Yossi Benayoun keeps Liverpool on top
";
arnews[2] += "LIVERPOOL 2 MANCHESTER CITY 2 IT WAS heartbreak time for Ireland again as Manchester City missed out on the chance to rock the establishment.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:41:45 GMT";
arnews[2] += "
";
arnews[3]="Watch This Video
";
arnews[3] += "THE CREAM IS RISING TO THE TOP... AS WE'VE REACHED THE HIGH SCHOOL FOOTBALL STATE QUARTERFINALS... . AND NOBODY IN 6A HAS CURRENTLY BEEN ON TOP LONGER THAT PRATTVILLE... . THE 3-TIME DEFENDING CHAMPS HAVEN'T LOST TO AN ALABAMA TEAM IN FOUR YEARS... . TONIGHT THEY WERE IN TOWN TAKING ON DAVIDSON... . A TEAM THEY BEAT LAST YEAR IN THE SEMIFINALS...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:20:22 GMT";
arnews[3] += "
";
arnews[4]="Chelsea, Man U cruise as Arsenal stumble
";
arnews[4] += "Michael Essien scored twice today as Chelsea romped to a 4-0 win over Wolves to lead the Premier League by five points, while Arsenal tumbled 1-0 at Sunderland and Manchester United rose to second with a 3-0 victory over Everton.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:43:52 GMT";
arnews[4] += "
";
arnews[5]="Newark 'warrior' for tenants dies
";
arnews[5] += "A leader in the city's historic rent strike in the 1970s, Hutchins has counseled thousands of elderly and low-income residents, formed a slew of tenant organizations, and left an indelible mark on one Newark politician who places Hutchins among his greatest mentors.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 05:35:06 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("