var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Funeral plans for carryout shooting victim
";
arnews[0] += "Funeral plans are set for a popular West Toledo carryout clerk who was shot to death in a robbery Thursday night.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:55:34 GMT";
arnews[0] += "
";
arnews[1]="Cheers & Jeers
";
arnews[1] += "CHEERS to Culver's of Fort Wayne for donating $1,376.21 through Parkview Foundation to benefit the Parkview Neonatal Intensive Care Unit Parent Connection Group.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:36:55 GMT";
arnews[1] += "
";
arnews[2]="Tenaha, Center try to move on again
";
arnews[2] += "Tenaha and Center both had to come from behind to pick up wins in their respective football playoff openers.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:03:13 GMT";
arnews[2] += "
";
arnews[3]="'Twilight' fans wait hours for 'New Moon'
";
arnews[3] += "Fans of the vampire saga spend the day in line for midnight screenings. Amanda Benson of Irvine didn't plan on lining up for \"The Twilight Saga: New Moon\" midnight showing until noon today.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="State budget drowning in red ink for next year
";
arnews[4] += "Legislative Analyst Mac Taylor said the state will face a $20.7 billion deficit next year and that the Legislature and Gov.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Rothschild named to Huntington Library's Board of Trustees
";
arnews[5] += "Loren Rothschild, Los Angeles business executive and a rare book collector, has been named to the Board of Trustees of The Huntington Library, Art Collections, and Botanical Gardens.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 05:40:48 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("