var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Daytime dramas: Annie's pregnant but not for long
"; arnews[0] += "\"All My Children\": After learning that Annie really was pregnant, Zach, Ryan and Erica conspired to cause Adam to doubt her fidelity."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:46:25 GMT"; arnews[0] += "
"; arnews[1]="Saints keep on marching
"; arnews[1] += "The roller-coaster also known as the Lloydminster Bobcats was back in action against the league's best team, and this ride wasn't for the weak of heart."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:56:06 GMT"; arnews[1] += "
"; arnews[2]="Sports journal
"; arnews[2] += "Simonds swept the first games of its 2009 tip-off senior and junior varsity basketball tournament Thursday."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT"; arnews[2] += "
"; arnews[3]="Blades' streak stopped at eight
"; arnews[3] += "HAWKS 4, BLADES 3 The Saskatoon Blades didn't see that one coming. The Western Hockey's League hottest team got knocked off by the coldest one Wednesday at Credit Union Centre."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 10:36:25 GMT"; arnews[3] += "
"; arnews[4]="Heartland's Wardle celebrates with Lions
"; arnews[4] += "CBC Heartlanda s Graham Wardle will be helping the Mission Lions Club to celebrate its 60th anniversary this weekend."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:53:50 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("
");