var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity Sightings: All-star week
";
arnews[0] += "There's plenty of stargazing to do this weekend for the All-Star Game and here's the most comprehensive list of where to go and who to see them.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:57:55 GMT";
arnews[0] += "
";
arnews[1]="All-Star Game spawns a galaxy of events this weekend
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 10 Feb 2010 09:10:24 GMT";
arnews[1] += "
";
arnews[2]="PHOTOS: SI's new swimsuit cover model Brooklyn Decker
";
arnews[2] += "Sports Illustrated 2008 Swimsuit Model Brooklyn Decker attends the Sports Illustrated 2008 Swimsuit Issue press conference and launch party at 7 World Trade on February 12, 2008 in New York City.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:42:01 GMT";
arnews[2] += "
";
arnews[3]="Eagles QB Spot Continues to be a Hot Topic in Philly
";
arnews[3] += "The Eagles quarterback situation has been the most talked about subject this offseason and probably will continue to be for a while.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:46:23 GMT";
arnews[3] += "
";
arnews[4]="Fallen figures go to reality TV for redemption
";
arnews[4] += "At 52, Ross Mandell is built like an aging wrestler, with veins the size of phone cords webbed across Popeye-like forearms.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:38:28 GMT";
arnews[4] += "
";
arnews[5]="Nielsen ratings: 'Lost' regains its footing; Super Bowl rules
";
arnews[5] += "Touchdown . Super Bowl XXIV set a record for a TV telecast with 106.5 million viewers, eclipsing slightly the record set by 1983's finale of M*A*S* M*A*S*H , also on CBS, when the population was far smaller.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:12:07 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("