var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Brothers & Sisters': 'Beverly Hills, 90210' alum Daniel Cosgrove tapped for young William
";
arnews[0] += "\" Brothers & Sisters \" is really ramping up its castings for the two hour flashback episode airing on Sun., April 11 at 9pm on ABC.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:26:37 GMT";
arnews[0] += "
";
arnews[1]="Carly Howard competes for Ontario championship
";
arnews[1] += "\" Carly Howard tried to upstage her famous father this past weekend in Gananoque.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:27:18 GMT";
arnews[1] += "
";
arnews[2]="January 20 obituaries
";
arnews[2] += "Ruby M. Brown Ruby M. Brown, 94, of Marshall, died Tuesday, Jan. 12, 2010. Ruby was born Dec.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="CSX gives money for trees to St. Camillus
";
arnews[3] += "By Carl Keith Greene / Staff Writer A check presented to St. Camillus Academy from CSX Thursday will cover the cost of the first 20 Foster Holly trees that will encircle the school's new Memorial Garden.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Hoops Notes: The defense of DeMarco Sanders and Patrick Lucas-Perry stands out at Delta
";
arnews[4] += "DeMarco Sanders scored 22 points, but his defense also impressed against Saginaw High.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 12:58:13 GMT";
arnews[4] += "
";
arnews[5]="College honors
";
arnews[5] += "Marqus Blakely, University of Vermont: The senior earned his fourth America East player of the week honor, averaging 17.5 points, 8.5 rebounds, 3.5 assists and 3.5 steals in a pair of wins.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:38:55 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("