var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Car-jacker leaves mum for dead
";
arnews[0] += "CHILDREN In Need's theme this year is Do Something Different, as organisers hope to build on the whopping 38.4million raised by the public last year.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:40:09 GMT";
arnews[0] += "
";
arnews[1]="Safe Kids Canada asks public for support for helmets on the slopes
";
arnews[1] += "Safe Kids Canada is asking the public for their virtual votes in favour of the use of helmets on the slopes.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:45:13 GMT";
arnews[1] += "
";
arnews[2]="Celebrity birthdays for Nov. 22-28
";
arnews[2] += "Celebrity birthdays for the week of Nov. 22-28: Nov. 22: Actor Robert Vaughn is 77.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:30:02 GMT";
arnews[2] += "
";
arnews[3]="Palm Springs school briefs for Nov. 20
";
arnews[3] += "Eight Coachella Valley middle-schoolers will get the opportunity to walk the red carpet on Jan.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="British Actors Invade TV
";
arnews[4] += "\"Americans do this lovey-dovey rubbish, right?\" Fiennes and Walger in FlashForward .";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:07:07 GMT";
arnews[4] += "
";
arnews[5]="Takin' it to the slopes
";
arnews[5] += "The days are long gone when the major questions in choosing snow sport equipment involved knowing what size ski and boots you needed.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:11:13 GMT";
arnews[5] += "
";
arnews[6]="Take precautions when hitting the slope
";
arnews[6] += "MONTREAL a ' The death of actress Natasha Richardson following a fall at Mont Tremblant last March increased the intensity on the debate of whether skiers should be required by law to wear helmets while on the slopes.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 19:06:04 GMT";
arnews[6] += "
";
arnews[7]="Geraldine M. Jaeger
";
arnews[7] += "Geraldine M. Jaeger, age 67, of 4027 Oakdale Ct., died on Tuesday, November 17, 2009 at the Sharon S. Richardson Community Hospice surrounded by her family, holding her daughters hands.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Canadian physiotherapists urge skiers and snowboarders to wear helmets this winter
";
arnews[8] += "The Canadian Physiotherapy Association is strongly encouraging Canadians of all ages to wear helmets when downhill skiing or snowboarding.";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 21:20:23 GMT";
arnews[8] += "
";
totcount = 9;
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("