var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Forum highlights seniors' health service needs
";
arnews[0] += "Helen Chen, chief medical officer at the Center for Elders Independence, has news for the upcoming generation: You're gonna get old.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The American Reporter Vol. 15, No. 3,816W
";
arnews[1] += "Put down your spatula and pop in a video of \"What's Cooking?\", an ode to Thanksgiving as prepared in the kitchens of Latina Mercedes Ruehl, African-American Alfre Woodard, Vietnamese Joan Chen and Jewish Lai= nie Kazan.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:29:31 GMT";
arnews[1] += "
";
arnews[2]="The American Reporter Vol. 15, No. 3,814
";
arnews[2] += "Put down your spatula and pop in a video of \"What's Cooking?\", an ode to Thanksgiving as prepared in the kitchens of Latina Mercedes Ruehl, African-American Alfre Woodard, Vietnamese Joan Chen and Jewish Lai= nie Kazan.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 14:01:57 GMT";
arnews[2] += "
";
arnews[3]="Festival's fabulous finale
";
arnews[3] += "Although there are now only three days of events left in this year's Bath Mozartfest there are performances by internationally acclaimed musicians still to hear.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 11:58:47 GMT";
arnews[3] += "
";
arnews[4]="The American Reporter Vol. 15, No. 3,811W
";
arnews[4] += "Put down your spatula and pop in a video of \"What's Cooking?\", an ode to Thanksgiving as prepared in the kitchens of Latina Mercedes Ruehl, African-American Alfre Woodard, Vietnamese Joan Chen and Jewish Lai= nie Kazan.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 11:08:17 GMT";
arnews[4] += "
";
arnews[5]="Elaine E. Zenk
";
arnews[5] += "Services for Elaine E. Zenk, 84, of Fairmont, will be 2 p.m. Sunday, Nov. 15, at Grace Lutheran Church in Fairmont.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 05:24:56 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("