var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Families of lost/slain women share nightmare
";
arnews[0] += "Danielle Boudreau and Trandis Atkinson, organizers of the upcoming march for missing and murdered women, look at a scrapbook about Nina Courtepatte .";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:47:14 GMT";
arnews[0] += "
";
arnews[1]="Cheque restraint at the door
";
arnews[1] += "You just want to go to Disneyland and you don't care how Daddy pays. Yep, the Tories have you figured out.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:46:15 GMT";
arnews[1] += "
";
arnews[2]="Health costs push Alberta budget deficit to $4.75B
";
arnews[2] += "Finance Minister Ted Morton, right, delivers the Alberta budget in Edmonton on Tuesday while Treasury Board President Lloyd Snelgrove scans some pages next to him.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:45:01 GMT";
arnews[2] += "
";
arnews[3]="Evelyn F. Colliver
";
arnews[3] += "NEWARK: A funeral service for Evelyn F. Colliver, 79, of Newark, will be held at 7 p.m. Wednesday at Brucker & Kishler Funeral Home with Pastor Dave Mason officiating.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Tasty Dani is such a peach
";
arnews[4] += "BEAUTY DANIELLE LLOYD looks good enough to eat as she peels down to a lacy peach knicker and bra set.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:46:05 GMT";
arnews[4] += "
";
arnews[5]="Tesco bans father from carrying his daughter on his shoulders
";
arnews[5] += "First it was shoppers in their pyjamas, then it was customers going barefoot - now Tesco has sparked fury by banning a father for carrying his daughter on his shoulders.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 13:21:03 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("