var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ruth Eaton Thompson Sneed
";
arnews[0] += "Ruth Eaton Thompson Sneed went to be with the Lord in the early hours of Feb. 9, 2010.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:55:12 GMT";
arnews[0] += "
";
arnews[1]="Countdown to Lost: a What Kate Doesa and a What Doc Misseda
";
arnews[1] += "We are hours away from the arrival of the third episode of Lost's last season, a Kate-centric affair entitled \"What Kate Does.\" That's right, you heard me: third episode.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:01:04 GMT";
arnews[1] += "
";
arnews[2]="Good Old Chief Slacabamorinico and His Widows Talk With Lagniappe
";
arnews[2] += "The Rev. Wayne Dean, Sr. is headed into his 26th year portraying Chief Slacabamorinico at the Joe Cain Parade Feb.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:10:17 GMT";
arnews[2] += "
";
arnews[3]="Rhodes, Dean
";
arnews[3] += "Dean Rhodes passed away Thursday, Jan. 28, 2010, in Hilton Head, S.C. A memorial service will be held this summer in Northern Maine on a date to be determined.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:24:43 GMT";
arnews[3] += "
";
arnews[4]="Athlete/entertainer quiz could amuse you during Super Bowl halftime
";
arnews[4] += "St. Paul Pioneer Press Updated Feb 8, 2010 3:34 PM ET Both genres feature performers whether on a colorful stage, a grassy field, a plasma screen, a squeaky court, a smooth rink of ice or as the singular focus in a crowded theater.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 15:34:55 GMT";
arnews[4] += "
";
arnews[5]="Aflaaaaaaac
";
arnews[5] += "The insurance provider is in talks with local teams and businesses to cover all types of extreme sports By Gene Park POSTED: 01:30 a.m. HST, Feb 07, 2010 Extreme sports can be risky business.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 06:58:19 GMT";
arnews[5] += "
";
arnews[6]="Gavin Newsom still mulling run for state office
";
arnews[6] += "Let's not kid ourselves. Of course Mayor Gavin Newsom is seriously considering entering the race for lieutenant governor.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("