var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gerstner 60th
";
arnews[0] += "Melvin and Roberta Gerstner will celebrate 60 years of marriage on February 11. They were married in 1950 in Union City, Indiana.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Gee-Gees, Ravens win in women's hoops
";
arnews[1] += "The Ottawa Gee-Gees' Hannah Sunley-Paisley was a one-woman wrecking crew and the Carleton Ravens were the epitome of balance in a pair of winning OUA women's basketball efforts on Saturday.";
arnews[1] += "
Publ.Date : Sun, 31 Jan 2010 02:37:18 GMT";
arnews[1] += "
";
arnews[2]="Ravens stay red-hot in women's hoops
";
arnews[2] += "Six players scored at least eight points on Friday, as the Carleton Ravens used a 46-point second half to pull away for a 73-55 OUA women's basketball win over the Toronto Varsity Blues.";
arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 04:01:01 GMT";
arnews[2] += "
";
arnews[3]="Shelter dogs are coming to S.L.
";
arnews[3] += "The Humane Society of Utah will rescue several of the dogs housed at the overcrowded Iron County Animal Shelter in Cedar City.";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 07:20:44 GMT";
arnews[3] += "
";
arnews[4]="Odds on the Welsh Westminster constituencies that could change hands
";
arnews[4] += "Prospects: A three-way marginal that was won by Plaid at the Assembly election in 2007.";
arnews[4] += "
Publ.Date : Tue, 29 Dec 2009 11:11:08 GMT";
arnews[4] += "
";
arnews[5]="NCMC Names Fall Semster Honor Students
";
arnews[5] += "Topic: Headline News College News : NCMC Names Fall Semster Honor Students Published Online Dec 24, 2009 - 09:09 AM North Central Missouri College has named 63 full-time students to the president's list and 96 to the dean's list for the fall academic semester.";
arnews[5] += "
Publ.Date : Thu, 24 Dec 2009 19:55:49 GMT";
arnews[5] += "
";
arnews[6]="Giggs and Strauss both worthy Beeb poll winners
";
arnews[6] += "APPARENTLY, there's a show somewhere on TV tonight where some chap called Simon will tell some star-struck young entertainer that they have some X Factor.";
arnews[6] += "
Publ.Date : Sun, 13 Dec 2009 01:32:14 GMT";
arnews[6] += "
";
arnews[7]="Changing times ... - Shirley Newhook
";
arnews[7] += "On Nov. 17, the Vestry of St. Michael and All Angels Anglican Church on LeMarchant Road sought permission from the diocese to accept an offer from Long Harbour Holdings to purchase the church and the property at 150 LeMarchant Rd.";
arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Kerria s Korner serving teachers, parents
";
arnews[8] += "Kerri's Korner Bookstore is more than just a bookstore.It's now serving the needs of teachers and parents.";
arnews[8] += "
Publ.Date : Sun, 06 Dec 2009 18:49:23 GMT";
arnews[8] += "
";
totcount = 9;
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("