var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hundreds evacuated in Cowichan after state of emergency declared because of flooding
";
arnews[0] += "Municipal officials have called a state of emergency early Friday morning, forcing the evacuation of hundreds of people as flood waters caused one of Cowichan's biggest disasters in decades.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Hundreds evacuated in Cowichan after state of emergency declared because of flooding
";
arnews[1] += "Municipal officials have called a state of emergency early Friday morning, forcing the evacuation of hundreds of people as flood waters caused one of Cowichan's biggest disasters in decades.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:24:31 GMT";
arnews[1] += "
";
arnews[2]="Susan Boyle "Dissed" By Sharon Osbourne
";
arnews[2] += "Susan Boyle performs at the finale of \"Britain's Got Talent.\" Stories Susan Boyle Places 2nd In \"Talent\" Finals This story was filed by CBSNews.com 's London-based entertainment contributor Neil Sean .";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Steven Gerrard, Alex Curran and Wayne and Coleen Rooney go to Beyonce gig
";
arnews[3] += "WITH the world's two biggest divas on home shores, stocks of rose petals are at an all-time low.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 02:41:21 GMT";
arnews[3] += "
";
arnews[4]="Sharon Osbourne Writes Novel
";
arnews[4] += "SHARON OSBOURNE has penned her debut novel. The America's Got Talent judge has been busy writing Revenge, which is described as 'a tale about two sisters who both have star quality, but only one will stop at nothing to get what she wants'. The tome will hit shelves in March .";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:40:38 GMT";
arnews[4] += "
";
arnews[5]="What's news: Susan Boyle, Hamid Karzai and the future of Afghanistan
";
arnews[5] += "What's news this morning Everyone's atwitter about Hamid Karzai, who has just been sworn in for a controversial second term as leader of Afghanistan.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 21:25:04 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("