var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Real Salt Lake is dancing with glittery soccer stars
";
arnews[0] += "SEATTLE A Here come the comparisons again: The Big Orange vs. the Big Green Jell-O Salad.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:51:59 GMT";
arnews[0] += "
";
arnews[1]="Canada's bail law subject of Bagby film
";
arnews[1] += "When filmmaker Kurt Kuenne arrived at Parliament Hill in Ottawa, Ontario, in March, his hope of making a difference in Canada's bail laws faded.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:42:58 GMT";
arnews[1] += "
";
arnews[2]="Thank you
";
arnews[2] += "On Saturday, Oct. 31, the Community Breakfast Program celebrated its first anniversary of serving meals, and distributing clothes and books to 2,000 of the poor, working poor and homeless of New Bedford.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:07:20 GMT";
arnews[2] += "
";
arnews[3]="Academy at risk of losing funding
";
arnews[3] += "About 100 families from around Michigan filled a hallway at the Battle Creek VA Medical Center, the home of the Michigan Youth Challenge Academy, Saturday morning as they waited with their prospective students for a tour of the academy facilities.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:17:30 GMT";
arnews[3] += "
";
arnews[4]="Garrow's Law: Tales from the Old Bailey
";
arnews[4] += "Sunday 22 November 9:00pm - 10:00pm BBC1 4/4 William Garrow continues his crusading progress through the legal swamp of Georgian London.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:08:21 GMT";
arnews[4] += "
";
arnews[5]="Brian Stokes Mitchell comes to Utah to promote new CD and book
";
arnews[5] += "Broadway star Brian Stokes Mitchell will sing with the Mormon Tabernacle Choir on its popular Christmas concerts.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:52:36 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("