var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Nov. 13, 1982, the Vietnam Veterans Memorial was dedicated in Washington
";
arnews[0] += "Today is Friday, Nov. 13, the 317th day of 2009. There are 48 days left in the year.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:48:25 GMT";
arnews[0] += "
";
arnews[1]="Pacquiao's PPV numbers add to megafight momentum
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Pacquiao propels boxing back into mainstream.
";
arnews[2] += "The first time most of the Western world laid eyes on Manny Pacquaio, he was demolishing a pretty solid South African fighter named Lehlo Ledwaba on an Oscar De La Hoya undercard in Las Vegas in 2001.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Fluffy all the way
";
arnews[3] += "Former world heavyweight boxing champion Lennox Lewis presenting the ADL Superstakes Trophy to Wessel Burnett, whose 4-y-o gelding, HOMBRE, scored a stunning 52-1 upset win in the Grade-One invitational race at Caymanas Park last Saturday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:34:31 GMT";
arnews[3] += "
";
arnews[4]="Former heavyweight champ in JBBC's corner
";
arnews[4] += "Former world heavyweight boxing champion Lennox Lewis is interested in the development of a national gym and the overall improvement of local boxing, according to vice-president of the Jamaica Boxing Board of Control , Steven Jones.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:34:25 GMT";
arnews[4] += "
";
arnews[5]="Visit the Sport section for details and other articles
";
arnews[5] += "MONTE CARLO: At least four Jamaicans - Usain Bolt, Asafa Powell, Shelly-Ann Fraser and Brigitte Foster-Hylton - appear set to be contracted for next year's IAAF Diamond League.Since last year, Bolt has taken athletics to... Read More... Battle on for daCosta semis berths Western Bureau: With runaway Group Two leaders Garvey Maceo virtually assured ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:33:30 GMT";
arnews[5] += "
";
arnews[6]="Doctors Cave employees serve up 182 years of hospitality
";
arnews[6] += "General manager of the Doctors Cave Beach Hotel, Ted Simpson , and his wife, Ann , and children Teddale and Timothy smile for the camera.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 05:33:11 GMT";
arnews[6] += "
";
arnews[7]="Pacquiao-Mayweather could...
";
arnews[7] += "Manny Pacquiao proved he can be a box office hit. Now it's up to Pacquiao and Floyd Mayweather Jr.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 02:39:26 GMT";
arnews[7] += "
";
totcount = 8;
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("