var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="it's Time to Celebrate
"; arnews[0] += "At 84 years young, Millie Garfield is one of the Internet's oldest bloggers, according to The Ageless Project."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:02:50 GMT"; arnews[0] += "
"; arnews[1]="Regina Pats freeze Kootenay Ice 3-2 in shootout
"; arnews[1] += "REGINA a ' The Regina Pats began a six-game WHL road swing on a winning note Friday by defeating the Kootenay Ice 3-2 in a shootout in Cranbrook, B.C. Matt Strueby scored in the fourth round of the shootout, after which Pats goalie Damien Ketlo stopped Kevin King to give Regina a 2-1 victory in the shootout."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:19:24 GMT"; arnews[1] += "
"; arnews[2]="Mine for treasures in old papers
"; arnews[2] += "Mum spent the evening chopping fruit for the fruitcake, marking the start of Christmas preparations."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:35:40 GMT"; arnews[2] += "
"; arnews[3]="Pats open trip with a win
"; arnews[3] += "The Regina Pats kicked off their West Coast road swing with a dramatic 3-2 shootout win over the Kootenay Ice on Friday night."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:42:29 GMT"; arnews[3] += "
"; arnews[4]="WHL: Hamilton scores twice in Tigers' win over Raiders
"; arnews[4] += "It was a little wobbly, but the Medicine Hat Tigers got a measure of revenge Friday night."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:02:21 GMT"; arnews[4] += "
"; totcount = 5; 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("
");