var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Innovative trucker Bill Buckham passes away
";
arnews[0] += "He was a family man, an adventurer and a well-respected friend of the Ontario trucking industry.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:39:00 GMT";
arnews[0] += "
";
arnews[1]="Parkview Middle School Honor Roll
";
arnews[1] += "The following students earned a 3.0 or greater grade-point average for first semester at Parkview Middle School, 105 N.W. Pleasant St.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="White Ferns chase Rose Bowl redemption
";
arnews[2] += "New Zealand will seek to put a decade of disappointment behind them when they chase victory in the Rose Bowl women's one-day international cricket series against Australia starting in Adelaide tomorrow.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:39:01 GMT";
arnews[2] += "
";
arnews[3]="Melrose Place - The hottest address in town
";
arnews[3] += "Almost 20 years after Melrose Place first aired, C4 brings you the eagerly anticipated brand new series! THE CAST Starring original cast members Thomas Calabro , Laura Leighton , Josie Bissett , Daphne Zuniga and later in the season, Heather Locklear .";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:10:54 GMT";
arnews[3] += "
";
arnews[4]="Burgers, beers and the Super Bowl just yards away from the Old Course
";
arnews[4] += "Tom Slattery, a New Orleans native and student at the University of St. Andrews, wore his Marques Colston jersey on Sunday night.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Keyport girls team seeks 3rd straight Central Group I title
";
arnews[5] += "The Keyport girls bowling team is on a roll. The Red Raiders won the Shore Conference Northern Monmouth A Division title at 45-0. They also captured the Red Raider Holiday Classic and the Winter Wave Tournament.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 02:28: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("