var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Residential school story wins $25K kids' book award
";
arnews[0] += "Shin-chi's Canoe, a picture book about a little boy leaving home for a residential school, has won the $25,000 TD Canadian Children's Literature Award.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:59:33 GMT";
arnews[0] += "
";
arnews[1]="Vcr authora s book about six-year-old aboriginal boy wins kidsa book prize
";
arnews[1] += "A story about a six-year-old native boy who leaves home with his sister to enter a residential school has won the $25,000 TD Canadian Children's Literature Award.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 11:54:13 GMT";
arnews[1] += "
";
arnews[2]="Vcr author's book about six-year-old aboriginal boy wins kids' book prize
";
arnews[2] += "A story about a six-year-old native boy who leaves home with his sister to enter a residential school has won the $25,000 TD Canadian Children's Literature Award.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:45:17 GMT";
arnews[2] += "
";
arnews[3]="Black Eyed Peas Fergie...
";
arnews[3] += "Spice Girl Geri Halliwell had a toe curling experience with a hairdresser at her house.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 02:41:10 GMT";
arnews[3] += "
";
arnews[4]="Push to lift drinking age
";
arnews[4] += "THERE were calls to lift the legal drinking age above 18 yesterday under plans for an Australia-wide crackdown on booze-fuelled crime.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 21:24:49 GMT";
arnews[4] += "
";
arnews[5]="Girls Aloud Nicola Roberts...
";
arnews[5] += "GINGER style goddess Nicola Roberts has slammed 'celebrity fashion designers' like Lily Allen, 24, and Peaches Geldof, 20, saying she would be more creative if she had her own range.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 02:39:49 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("