var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="We the people have answer for Obama
";
arnews[0] += "I am absolutely giddy after hearing President Obama's State of the Union Address.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:30:33 GMT";
arnews[0] += "
";
arnews[1]="GOP upset in Massachusetts senate race stalls Canada-U.S. climate change plans
";
arnews[1] += "The recent upset election of a no-name Republican to Ted Kennedy's vacant Senate seat could pose a serious threat to joint Canada-U.S. efforts to tackle climate change, say current and former diplomats.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:33:57 GMT";
arnews[1] += "
";
arnews[2]="More Events
";
arnews[2] += "Pamper Yourself Pink and Help \"Build a Bridge Join us as we help promote Breast Cancer Awareness.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:21:48 GMT";
arnews[2] += "
";
arnews[3]="D.C. lawmakers dig in at home
";
arnews[3] += "Richard E. Neal was doing paperwork and holding meetings in his Springfield district.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:24:55 GMT";
arnews[3] += "
";
arnews[4]="Daniel Dennis Sr., 67, CPA and civic leader
";
arnews[4] += "Daniel \"Danny'' Dennis Sr., founder and managing partner of an accounting firm in Boston, died of pancreatic cancer at his home on Thursday.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:22:30 GMT";
arnews[4] += "
";
arnews[5]="Roddick dares to imagine his first Grand Slam victory
";
arnews[5] += "Tim Henman was barely four years old and Andy Roddick was not even born in 1978, the last time both singles champions failed to defend their titles at one of the world's four Grand Slam tournaments.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:05:30 GMT";
arnews[5] += "
";
arnews[6]="NBA All-Star Weekend parties have celebs flocking to Dallas
";
arnews[6] += "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[6] += "
Publ.Date : Wed, 10 Feb 2010 06:44:56 GMT";
arnews[6] += "
";
arnews[7]="George Will Right Turn on the Left Coast?
";
arnews[7] += "Political speculation swirls. Meg Whitman, billionaire former eBay CEO and leading candidate for the Republican gubernatorial nomination in California, supposedly prefers not to run in tandem with Carly Fiorina, former CEO of Hewlett-Packard, who is seeking the Republican Senate nomination to run against the three-term Democrat, Barbara Boxer.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 06:26:38 GMT";
arnews[7] += "
";
arnews[8]="Murtha's death sets stage for key race
";
arnews[8] += "Democrats have long dominated the late Rep. John Murtha's district in western Pennsylvania, but Republicans have made inroads in recent years that could help them win back the seat a ' and some longtime Murtha supporters say they're open to voting for a GOP candidate.";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 05:21:12 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("