var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Canada still waiting on Chan to make mark
";
arnews[0] += "A figure skater can't win the Olympics in November, but he really ought to make his intentions known.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:44:55 GMT";
arnews[0] += "
";
arnews[1]="Winshill sides battling it out
";
arnews[1] += "IT IS looking good for Winshill in INCHCAPE KIA YOUTH LEAGUE DIVISION ONE, with Winshill A sitting pretty at the top, closely followed by Winshill Gold, writes BRIAN JONES.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:49:39 GMT";
arnews[1] += "
";
arnews[2]="FOOTBALL: Euro hopes dashed by quick goals
";
arnews[2] += "NORTHERN Ireland's European Under 21 Championship campaign was dented after a narrow defeat to the Czech Republic.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 11:00:11 GMT";
arnews[2] += "
";
arnews[3]="Parting Shots: The St. Louis International Film Festival wraps...
";
arnews[3] += "By Nicolas Rapold , Kristie McClanahan , Melissa Anderson , Nick Pinkerton , Annie Zaleski , Kristen Hinman , Aimee Levitt , Ella Taylor Published on November 17, 2009 at 2:00pm SLIFF's eighteenth installment will come to a close with a free party and awards ceremony at the Moonrise Hotel at 8 p.m. on Sunday, November 22.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 06:11:10 GMT";
arnews[3] += "
";
arnews[4]="Biden to visit 'Daily'
";
arnews[4] += "The, um, delightfully unguarded Vice President Joe Biden will be tomorrow's guest on \"The Daily Show with Jon Stewart\" . Look for corrections, clarifications and apologies to follow.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 09:22:53 GMT";
arnews[4] += "
";
arnews[5]="No one saw Buttle coming
";
arnews[5] += "Just when you thought the sport had passed him by ... Just when you thought he was a creature of the new scoring system, the first to exploit its emphasis on the complete game over the huge tricks, and now the rest of the world had caught on and left him behind ... Canada's Jeff Buttle turned conventional wisdom on its ear on Friday at the world ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 00:39:50 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("