var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Order cable firms to come to table, Canwest asks CRTC
";
arnews[0] += "\"We can no longer afford to give our product to cable and satellite companies for free,\" Leonard Asper, CEO of the Canwest Global Communications Corp., told a CRTC hearing in Gatineau, Que.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:44:29 GMT";
arnews[0] += "
";
arnews[1]="Justice delayed in home building scam
";
arnews[1] += "Communities throughout Northeast Oklahoma including Claremore, Verdigris and the greater Tulsa metropolitan area are looking for Grant Cole, a builder associated with Oklahoma New Homes Direct of Broken Arrow and Xite Homes.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:02:08 GMT";
arnews[1] += "
";
arnews[2]="Final Word: NFC East
";
arnews[2] += "The Cowboys hope Miles Austin can take advantage of Washington's aggressive secondary.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:00:00 GMT";
arnews[2] += "
";
arnews[3]="Haynesworth Listed As Questionable
";
arnews[3] += "Albert Haynesworth remains a \"game time decision\" for Sunday's game against the Dallas Cowboys, head coach Jim Zorn said.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:16:50 GMT";
arnews[3] += "
";
arnews[4]="Does a 4-3 makes sense for the Niners?
";
arnews[4] += "Does a 4-3 makes sense? Early in the season, when the 49ers were rolling up wins, they played teams with injury problems.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:53:30 GMT";
arnews[4] += "
";
arnews[5]="Hebburn need to find their shooting boots
";
arnews[5] += "GOAL-SHY Hebburn Town need to find their shooting boots if they are to pull themselves out of the relegation mire.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:49:52 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("