var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Turkey Awards 2009
";
arnews[0] += "Thanksgiving will be upon us, dripping in fat and calories, in just a few days, so it's time to hand out the 2009 Turkey of the Year awards to the lucky folks who have earned them with bird-brained carryings-on this year.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:59:32 GMT";
arnews[0] += "
";
arnews[1]="Oakland's Andre Ward stops Mikkel Kessler for WBA title
";
arnews[1] += "It was a technical decision by a master of technique. Andre Ward captured the World Boxing Association super-middleweight title Saturday night by being too fast and too skilled for Denmark's Mikkel Kessler, winning on points when the bout was stopped at 1:42 in the 11th round because of a cut inflicted on a head butt three rounds earlier.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:42:08 GMT";
arnews[1] += "
";
arnews[2]="Andre Ward wins WBA Super Middleweight title
";
arnews[2] += "Andrew Ward defeated Mikkel Kessler in an 11-round WBA Super Middleweight Championship boxing match at the Oracle Arena in Oakland, Calif.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:27:50 GMT";
arnews[2] += "
";
arnews[3]="Recap: Oregon State vs. Sacramento St
";
arnews[3] += "Sultan Toles-Bey led all scorers with 17 points, and the Sacramento State Hornets held on for a 65-63 win over the Oregon State Beavers in a non-league matchup at Gill Coliseum.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:20:05 GMT";
arnews[3] += "
";
arnews[4]="Click for world P4P top 10
";
arnews[4] += "Not for the first time whilst watching a Manny Pacquiao fight I was left open-jawed this past weekend at the exploits of the Pinoy phenomenon.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 13:42:47 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("