var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Report from Sacramento has Kings, New Orleans Hornets discussing trade ... - New Orleans Times-Picayune
";
arnews[0] += "A report on the Sacramento Bee's web site from its Kings beat writer, Sam Amrick, has the Kings and New Orleans Hornets discussing a trade for Hornets center Emeka Okafor, the team's biggest offseason acquistion. According to the report, the Kings ...";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="Are the Hornets Looking to Move Emeka Okafor? - Baseball
";
arnews[1] += "In the midst of all the football hoopla over the weekend, one big piece of news flew under the radar: The New Orleans Hornets are reportedly shopping Emeka Okafor. The deal would be ideal for the Hornets, as Thomas’ expiring contract worth $8.7 ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:43:00 GMT";
arnews[1] += "
";
arnews[2]="NBA Trade Rumor: Emeka Okafor to the Kings - Dime Magazine
";
arnews[2] += "If the Hornets could pull this off, then I would next ask them to turn water into wine. Sacramento has a great thing going right now, sitting at a surprising 5-4, and with the young talent that will get Kings fans excited for the next decade. Thomas ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 13:16:00 GMT";
arnews[2] += "
";
arnews[3]="Report: Hornets Offering Emeka Okafor For Expiring Contract - FanHouse
";
arnews[3] += "In other words, this trade would effectively finish the job of losing Chandler's contract, and would set the tone for continued salary cuts from New Orleans. Boo to all that. The initial Chandler-Thunder move was fairly depressing on this front ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[3] += "
";
arnews[4]="Hornets defeat Clippers 110-102 - Associated Press
";
arnews[4] += "NEW ORLEANS (AP) -- David West had 24 points and 10 rebounds, and Jeff Bower picked up his first coaching win in the New Orleans Hornets' 110-102 victory over the Los Angeles Clippers on Tuesday night. With Chris Paul out, point guards Darren ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:10:00 GMT";
arnews[4] += "
";
arnews[5]="No caffeine needed by Memphis' energetic Pastner - Star-Banner
";
arnews[5] += "Josh Pastner has ``Gratefulness'' posted above his office door. He gets his kicks coaching, doesn't need any additives to enjoy life. The new Memphis coach has never sipped alcohol, smoked a cigarette, tried caffeine or drunk a soda. He's no goody ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:53:00 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("