var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amazing also happens in the NFL at the Super Bowl
";
arnews[0] += "It is fitting that the NBA All-Star Game follows the Super Bowl on the big sports schedule.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:18:37 GMT";
arnews[0] += "
";
arnews[1]="Welcome to Texas, NBA, where Dirk Nowitzki is the lone star
";
arnews[1] += "Glitterati begin descending upon The Lone Star State almost immediately for NBA All-Star Weekend.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:18:24 GMT";
arnews[1] += "
";
arnews[2]="MacMahon
";
arnews[2] += "This looked like a lopsided loss the day the schedule was announced. Teams just don't win in the Pepsi Center after playing the previous night on the West coast.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:07:07 GMT";
arnews[2] += "
";
arnews[3]="Dallas Mavericks stumble into All-Star break
";
arnews[3] += "By BRANDON GEORGE DENVER -- The All-Star break couldn't get here soon enough for the Mavericks.Dallas started its vacation a day early by laying down against Denver on Tuesday night in the Nuggets' 127-91 dismantling at the Pepsi Center.Denver took advantage of a tired Mavericks team.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:17:00 GMT";
arnews[3] += "
";
arnews[4]="NBA All-Star Weekend parties have celebs flocking to Dallas
";
arnews[4] += "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.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:44:56 GMT";
arnews[4] += "
";
arnews[5]="5 Opportunities and 3 Threats for Oracle
";
arnews[5] += "With the acquisition of Sun, Oracle now has a few things going for it, including something no other IT giant has -- not IBM, not Microsoft, and not SAP.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:22:29 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("