var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Capital Culture: Sotomayor adds celebrity to court
";
arnews[0] += "Apparently, no one told Sonia Sotomayor that Supreme Court justices are supposed to be circumspect, emerging from their marble palace mainly to dispense legal wisdom to law schools, judges' conferences and lawyers' meetings.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:29:04 GMT";
arnews[0] += "
";
arnews[1]="More states add jobs, but many for temporary staff
";
arnews[1] += "Apparently, no one told Sonia Sotomayor that Supreme Court justices are supposed to be circumspect, emerging from their marble palace mainly to dispense legal wisdom to law schools, judges' conferences and lawyers' meetings.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:53:27 GMT";
arnews[1] += "
";
arnews[2]="Dexter's Forbidden Love
";
arnews[2] += "When it comes to love, Dexter 's Maria LaGuerta can't seem to catch a break. First, her ex-lover was killed in Season 2, then another old flame turned out to be a murderer in Season 3. And now that she's finally found love with Sgt.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:42:40 GMT";
arnews[2] += "
";
arnews[3]="Dexter's Lauren Velez Explains Forbidden Love Between LaGuerta and Batista
";
arnews[3] += "When it comes to love, Dexter 's Maria LaGuerta can't seem to catch a break. First, her ex-lover was killed in Season 2, then another old flame turned out to be a murderer in Season 3. And now that she's finally found love with Sgt.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:51:04 GMT";
arnews[3] += "
";
arnews[4]="On the Town Once More
";
arnews[4] += "The powerful Shubert Organization has struck a new business deal with two theater producers that may lead to greater competition among other producers.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 17:55:53 GMT";
arnews[4] += "
";
arnews[5]="American Red Cross Launches "Gifts That Save The Day" Holiday Campaign
";
arnews[5] += "Many people are cutting back on gift-buying, parties and travel this holiday season, but support for charitable giving remains strong as people believe it is more important this year to give to charities because of the economy, according to a new national survey for the American Red Cross.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 09:00:00 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("