var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stallings advances to final stage of qualifying
";
arnews[0] += "Scott Stallings shot a 1-over-par 73 on Saturday to finish fifth at the second stage of the PGA Tour qualifying tournament in Brooksville, Fla.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:28:48 GMT";
arnews[0] += "
";
arnews[1]="MechaRadio Test: Music Box
";
arnews[1] += "Testing, mostly. An hour and a half or so of soul music, maybe some other stuff, starting right now.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:30:59 GMT";
arnews[1] += "
";
arnews[2]="Tinted Cloud son reveals staying ability
";
arnews[2] += "Indian Giver, generally regarded as a brilliant harness racing sprinter, particularly after his dashing all-the-way victories in fast time over 1730m at his first two Australian starts at Gloucester Park last January, showed excellent staying potential when he scored a stylish victory in the 2902m Ross North Minara Pace at Gloucester Park on Friday ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:08:00 GMT";
arnews[2] += "
";
arnews[3]="Promoter Bob Arum wants Pacquiao-Mayweather fight
";
arnews[3] += "A fight too big not to happen. Bob Arum of Pacquiao promoter Top Rank said Thursday he's ready to negotiate a showdown between the top pound-for-pound fighters in the world, even suggesting potential locations and acknowledging that his Filipino star is willing to fight at 147 pounds.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:51:49 GMT";
arnews[3] += "
";
arnews[4]="Pacquiao's PPV numbers add to megafight momentum
";
arnews[4] += "Pacquiao's big win over Miguel Cotto on Saturday was the biggest boxing show of the year, selling 1.25 million pay-per-view buys to best the 1.05 million sold by Mayweather for his fight with Juan Manuel Marquez in September.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tulane's keys to victory against Central Florida
";
arnews[5] += "Rice linebacker Justin Hill blocks Tulane kicker Ross Thevenot's punt in the third quarter Nov.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:04:45 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("