var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ruggiero leads US women's hockey into 4th Olympics
";
arnews[0] += "Angela Ruggiero is fond of saying hockey is just her first career, and the defenseman always thought she would be on to her next big thing after Vancouver.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:15:53 GMT";
arnews[0] += "
";
arnews[1]="Boston.com's lame Peyton Manning slideshow
";
arnews[1] += "As you may have seen, Boston.com whipped up a slideshow titled \"Poutin' Peyton\" for Super Bowl 44 , in which Peyton Manning's Indianapolis Colts lost to the New Orleans Saints.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:40:33 GMT";
arnews[1] += "
";
arnews[2]="Trump Now Flying Solo to Palm Beach
";
arnews[2] += "On Donald's jet to Palm Beach, there's no room for family baggage. a The sacrament of marriage has taken a beating in recent decades, but it's time to take a stand.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:37:32 GMT";
arnews[2] += "
";
arnews[3]="Pump the flame up
";
arnews[3] += "As the opening day of the Olympics approaches and the seemingly never-ending torch relay winds its way through K&K's withered heart, the list of remaining torchbearers is getting smaller and, thus, more concentrated with celebrity goodness.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:24:03 GMT";
arnews[3] += "
";
arnews[4]="Dick Polman's American Debate: Briefs for the blizzard season
";
arnews[4] += "Various things that have happened before, during, after, and between the blizzards: In the wake of the weekend tea party convention, everybody is again debating the political future of Sarah \"Talk to the Hand\" Palin.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:56:02 GMT";
arnews[4] += "
";
arnews[5]="Connecticut's Winter Olympic Contingent Pictures: Connecticut's Winter Olympians
";
arnews[5] += "U.S. Olympic athletes with ties to Connecticut: MEN'S HOCKEY CHRIS DRURY Connection: Fairfield Prep/Trumbull Age: 33 Of note: Captain of the New York Rangers.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Trump: Marital woes rumor false
";
arnews[6] += "Although Donald Trump has spent several weekends alone at his Mar-a-Lago Club in Palm Beach, Florida, this season, he denies any marital problems exist between him and his wife Melania.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 16:28:24 GMT";
arnews[6] += "
";
arnews[7]="Actress selling home at $2 million loss
";
arnews[7] += "Even starlets are subject to the faltering real estate market. Just three years after buying her Los Angeles home, Johansson is selling it for $2 million less than she paid.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 16:26:22 GMT";
arnews[7] += "
";
arnews[8]="Columbus Square arrives
";
arnews[8] += "From the February issue: It's away from the heart of the Upper West Side. Its rents are up to 30 percent higher than the competition's. And its shops more closely resemble strip-mall offerings than what's typically found on city blocks.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 15:53:50 GMT";
arnews[8] += "
";
totcount = 9;
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("