var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Phil McCloud: Oakland Raiders vs. Dallas Cowboys Preview and Pick (Week 12 ...
";
arnews[0] += "Oakland Raiders vs. Dallas Cowboys Preview and Pick (Week 12 ... -";
arnews[0] += "
";
arnews[1]="meg mcneal: http://bit.ly/2FeL9P 2 Dallas Cowboys vs Oakland Raiders Tickets 11/26/09 : US $399.00 (0 B.. http://bit.ly/6WNSs0
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="Phil McCloud: Cowboys' struggling offense good when it mattered most | Dallas ...
";
arnews[2] += "Cowboys' struggling offense good when it mattered most | Dallas ... -";
arnews[2] += "
";
arnews[3]="Fantasy Football: Romo limited in walkthrough - Tony Romo (QB) Dallas Cowboys
";
arnews[3] += "Romo limited in walkthrough - Tony Romo (QB) Dallas Cowboys -";
arnews[3] += "
";
arnews[4]="Fantasy Football: Jason Witten misses walkthrough - Jason Witten (TE) Dallas Cowboys
";
arnews[4] += "Jason Witten misses walkthrough - Jason Witten (TE) Dallas Cowboys -";
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("