var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Derby County 3-0 Newcastle United
";
arnews[0] += "Newcastle's Andrew Caroll, centre, rises above Derby's Jake Buxton, left, and Paul Green.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:50:12 GMT";
arnews[0] += "
";
arnews[1]="Vancouver 2010: Northern Lights
";
arnews[1] += "Ignite The Dream lights up Robson Square every night during the Winter Games. Ignite The Dream: rehearsal photo The skies over Robson Square in the heart of Vancouver will light up every evening from February 12-28 with Ignite the Dream, a nighttime spectacular which previews on February 10 and runs at 9:30pm and 11pm.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 14:29:00 GMT";
arnews[1] += "
";
arnews[2]="Robert 'Bob' G. Ely
";
arnews[2] += "Robert 'Bob' G. Ely passed away Saturday, Jan. 23, 2010, at his home in Renton, Wash., with his family by his side.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Indigenous survival and resistance - Australia and Latin A...
";
arnews[3] += "The forum was co-sponsored by Socialist Alliance and the Sydney Latin American Social Forum.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 09:26:11 GMT";
arnews[3] += "
";
arnews[4]="The World awaits - Sun, 07 Feb 2010 PST
";
arnews[4] += "As snow falls on the craggy peaks providing the stunning backdrop to this glimmering city on the Pacific, Vancouver prepares to welcome thousands of athletes and visitors from around the world for the 2010 Winter Olympic Games.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Sport on TV: Green grabs all the best lines as his fishing boat comes in
";
arnews[5] += "Once upon a time, actors used to act and sportsmen played sport. We knew where we were.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 00:25:42 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("