var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
"); arnews[0]="The Alternate History
"; arnews[0] += "Democrats could have been in voters? good graces right about now, if only things had gone a bit differently."; arnews[0] += "
Publ.Date : Thu, 02 Sep 2010 00:00:00 -0400"; arnews[0] += "
"; document.write("NYT > Democratic Party
"); document.write("Updated : Fri, 03 Sep 2010 14:23:05 -0400
"); document.write("
"); document.title=document.title+ " "; arnews[1]="Fewer Young Voters See Themselves as Democrats
"; arnews[1] += "Though many students are liberals on social issues, the weak job market has taken a toll on their loyalties."; arnews[1] += "
Publ.Date : Thu, 02 Sep 2010 00:00:00 -0400"; arnews[1] += "
"; arnews[2]="Feingold?s Race Is a Bellwether for G.O.P. Senate Hopes
"; arnews[2] += "Senator Russ Feingold?s tight race suggests that Republicans have a better opportunity to win the Senate than they imagined."; arnews[2] += "
Publ.Date : Tue, 31 Aug 2010 00:00:00 -0400"; arnews[2] += "
"; arnews[3]="Republicans? Turn to Say,? It?s the Economy, Stupid?
"; arnews[3] += "Forget conventional wisdom: Republicans have a real shot at taking control of the Senate, as well as the House of Representatives, in the American midterm elections."; arnews[3] += "
Publ.Date : Sun, 29 Aug 2010 00:00:00 -0400"; arnews[3] += "
"; arnews[4]="Politicians on the Run
"; arnews[4] += "A reader responds to a recent editorial."; arnews[4] += "
Publ.Date : Sun, 29 Aug 2010 00:00:00 -0400"; arnews[4] += "
"; totcount = 5; 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("
");