var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Today's top local, national and international photographs
";
arnews[0] += "Light snow falls on a row of unsold 2010 Prius sedans at a Toyota dealership in Lakewood, Colo., on Sunday, Feb.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:50:34 GMT";
arnews[0] += "
";
arnews[1]="Unstoppable Spirou holding Pelham together
";
arnews[1] += "The losing hasn't been easy to stomach for Pelham's Stephen Spirou. The Pythons' 6-foot-4 junior grew up watching James Roman and the Hojlo brothers for so many years.";
arnews[1] += "
Publ.Date : Sun, 31 Jan 2010 12:14:13 GMT";
arnews[1] += "
";
arnews[2]="Lampard takes Chelsea back to top
";
arnews[2] += "Frank Lampard, left, celebrates scoring Chelsea's second goal against Birmingham City with his team-mate Deco.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 21:54:37 GMT";
arnews[2] += "
";
arnews[3]="Canada Says G8 To Focus On Maternal, Child Health
";
arnews[3] += "Canada will use its presidency of the Group of Eight leading nations to push for improvements in maternal and child health in poor countries, Prime Minister Stephen Harper said in an editorial published on Tuesday.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 19:39:08 GMT";
arnews[3] += "
";
arnews[4]="Prime Minister Stephen Harper
";
arnews[4] += "Canada will use its presidency of the Group of Eight leading nations to push for improvements in maternal and child health in poor countries, Prime Minister Stephen Harper said in an editorial published on Tuesday.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 17:48:45 GMT";
arnews[4] += "
";
arnews[5]="Gas prices are falling
";
arnews[5] += "Gasoline prices in the Kansas City area have fallen about 8 cents a gallon from a week ago.";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 04:37:59 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("