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]="Sotomayor adds celebrity to court
";
arnews[2] += "Since becoming the first Hispanic justice, Sotomayor has mamboed with movie stars, exchanged smooches with musicians at the White House and thrown out the first pitch for her beloved New York Yankees.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 06:34:40 GMT";
arnews[2] += "
";
arnews[3]="Sotomayor Adds Celebrity Element to High Court
";
arnews[3] += "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[3] += "
Publ.Date : Wed, 18 Nov 2009 03:31:53 GMT";
arnews[3] += "
";
arnews[4]="Sotomayor Breaks with Supreme Court Decorum
";
arnews[4] += "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[4] += "
Publ.Date : Tue, 17 Nov 2009 21:05:40 GMT";
arnews[4] += "
";
arnews[5]="Capital Culture: Unlike other justices, Sotomayor becomes a celebrity outside the courtroom
";
arnews[5] += "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[5] += "
Publ.Date : Tue, 17 Nov 2009 18:24:06 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("