var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cox: Clock ticking on Wilson
";
arnews[0] += "So, if the next 10 games don't go well for Ron Wilson's club and the Maple Leafs are in the market for a new coach, who's available? Here are five notable bench bosses out there: WAYNE GRETZKY Coyotes sale meant abrupt resignation after four seasons in Phoenix.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:56:45 GMT";
arnews[0] += "
";
arnews[1]="T-REX Takes Detour into World of Street Magic
";
arnews[1] += "While attending the SEMA Show in Las Vegas , we took the opportunity to present this extraordinary vehicle to its equally extraordinary new owner.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:17:32 GMT";
arnews[1] += "
";
arnews[2]="Must See Video: Oprah's Big Surprise
";
arnews[2] += "Oprah Winfrey fans surprised the queen of talk during the taping of her show's 24th anniversary.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:43:36 GMT";
arnews[2] += "
";
arnews[3]="Mike Weatherford: Union bashes Newton on Web
";
arnews[3] += "Hey, isn't it our job to pick on Wayne Newton's singing? But everyone's a critic, and the Las Vegas Musicians Union is letting people judge sound snippets of Newton live in concert on a new Web site, Wayne NewtonSadFacts.info. The Web site takes a high-tech approach to \"leafletting\" in the union's three-year-old dispute with Newton over rehearsal ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 14:02:34 GMT";
arnews[3] += "
";
arnews[4]="Cyril's magic set to conquer Asia
";
arnews[4] += "For internationally renowned magician Cyril, his audience from the countries he has performed his magic shows were different from each other.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 13:10:29 GMT";
arnews[4] += "
";
totcount = 5;
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("