var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " - "Albert+Reed" - Google News"; document.title=document.title+ " "; arnews[0]="Fit to be tied - Meridian Booster
"; arnews[0] += "

Fit to be tied
Meridian Booster
Five minutes into the second, Cooper Limb took a feed in the slot from Chad Hohmann and buried his 16th of the season, and after St. Albert's Reed Linaker ...

"; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 17:07:55 GMT+00:00"; arnews[0] += "
"; arnews[1]="League's All-Stars shine bright - Fort McMurray Today
"; arnews[1] += "

League's All-Stars shine bright
Fort McMurray Today
By the time St. Albert's Reed Linaker scored the final goal of the game with 36 seconds left in the third period — the ninth goal of the frame — it seemed ...

and more »
"; arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 22:23:12 GMT+00:00"; arnews[1] += "
"; totcount = 2; 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("
");document.write("
");