var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "The plethora of Dallas-area parties surrounding the NBA All-Star Game this weekend may be a case, to use an old expression, of champagne wishes and caviar dreams. For the average Joe, getting into the hottest parties figures to be as easy as stopping ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:12:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "NFL star
Terrell Owensand former Knick
Charles Oakleycaused a stir at W South Beach Friday during the Tide Sport launch. While host
Venus Williamsmade her rounds, the restless pro athletes struck up an impressive ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 16:38:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "MIAMI BEACH, Fla. -- There's nothing like part-ownership in a pro-football team to get you excited about the sport. Venus Williams says she's becoming a bigger football fan since she and sister Serena became investors in the Miami Dolphins. Williams ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 23:36:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "The legendary entertainer was recorded live during a 1980 concert for the special \"Sinatra at Carnegie Hall\" (8 p.m. Saturday, LIFE, Ch. 17), which features performances of some of his greatest and most memorable hits. Honor celebration A rebroadcast ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 05:18:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "Black Entertainment Television's Feb. 1 telecast of its third annual BET Honors speical drew 2.4 million viewers. The show, which recognized the accomplishments of Whitney Houston, Queen Latifah, Sean \"Diddy\" Combs, Keith Black, and Ruth Simmons ...";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "MIAMI BEACH, Fla. (AP) — There's nothing like part-ownership in a pro-football team to get you excited about the sport. Venus Williams says she's becoming a bigger football fan since she and sister Serena became investors in the Miami Dolphins ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 23:36: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("");document.write("");