var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrities | Lindsey, Beyonce, Nelly
";
arnews[0] += "OCTOBER 15: Actress Miranda Cosgrove arrives at the \"Los Premios MTV 2009\" Latin America Awards held at Gibson Amphitheatre on October 15, 2009 in Universal City, California.";
arnews[0] += "
Publ.Date : Sat, 17 Oct 2009 01:55:32 GMT";
arnews[0] += "
";
arnews[1]="bail
";
arnews[1] += "In Las Vegas, where bond is 15 percent of bail , more are having to make tough choices when faced with having a loved one spend the night in jail.";
arnews[1] += "
Publ.Date : Sat, 19 Sep 2009 13:16:01 GMT";
arnews[1] += "
";
arnews[2]="preview / related links
";
arnews[2] += "Like the nonexistent dumps that proponents hope will one day safely store our nuclear waste for what amounts to eternity, the risks involved in uranium mining and processing should be a starting point for any debate about the promise and peril of nuclear power.";
arnews[2] += "
Publ.Date : Thu, 17 Sep 2009 20:02:24 GMT";
arnews[2] += "
";
arnews[3]="Pacific Oaks College
";
arnews[3] += "The board of directors of Pacific Oaks College, which was considering closing the 63-year-old Pasadena institution, has apparently bucked the will of its president in taking two major steps to save the school during a marathon meeting last Thursday.";
arnews[3] += "
Publ.Date : Mon, 14 Sep 2009 14:10:47 GMT";
arnews[3] += "
";
arnews[4]="Kind of Blue turns 50
";
arnews[4] += "This summer, a D.C. Superior Court judge ruled that ex-gays ought to be protected under the D.C. Human Rights Act's sexual orientation clause, alongside heterosexuals, bisexuals, and gays.";
arnews[4] += "
Publ.Date : Mon, 14 Sep 2009 08:41:55 GMT";
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("