var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Agosta has two goals as Canada's women's team downs Leduc
";
arnews[0] += "Meghan Agosta had two goals and an assist and Canada's national women's hockey team rode a big third period to a 7-5 win over the Leduc Oil Kings of the Alberta Midget Hockey League on Friday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:47:47 GMT";
arnews[0] += "
";
arnews[1]="Phillis
";
arnews[1] += "Kevin Phillis Sr. and Anne Hazen of Vermontville announce the birth of their son Kevin Anthony Jr.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:08:00 GMT";
arnews[1] += "
";
arnews[2]="FHP denounces 'cowardly' hit-and-run crashes
";
arnews[2] += "First was expectant father Jorge Maradiaga, who had traveled to Central Florida from his St.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Minto Remembers
";
arnews[3] += "This year's parade was marked by spectacular weather, making for an excellent turnout.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Lifetime Television and Hallmark Give Special Holiday Gift to "Army Wives" Viewers
";
arnews[4] += "Partnership With Cable's Number One Drama Among W18-49 Includes Hallmark's Sponsorship of Season Three Viewer's Choice Mini-Marathon, Holiday-Themed \"Army Wives Gives Back\" Segment and \"Make It Meaningful Holiday Contest\" Source: Hallmark Cards, Inc.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 15:01:05 GMT";
arnews[4] += "
";
arnews[5]="Hallmark Cards, Inc.: Lifetime Television and Hallmark Give Special...
";
arnews[5] += "Lifetime Television and Hallmark Cards, Inc. are giving fans of the hit series \"Army Wives\" a special holiday gift this year -- a chance to see their three favorite Season Three episodes in back-to-back airings during a mini-marathon Friday, December 4, from 8 p.m. to 11 p.m. EST.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 13:00: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("