var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obama has lowkey evening out after long week
";
arnews[0] += "Obama has low-key evening out after long week Eds: APNewsNow. Washington President Barack Obama and his family spent a low-key night out at the home of a senior White House adviser after a whirlwind week spent on a presidential trip to Asia.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:06:45 GMT";
arnews[0] += "
";
arnews[1]="Ultimate Dinner Party attendance uplifting for Children's Home Society
";
arnews[1] += "The 2009 Ultimate Dinner Party was the green shoot for the Children's Home Society, which saw an increase in attendance at its signature fundraiser.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:54:53 GMT";
arnews[1] += "
";
arnews[2]="Jean Barton:Annual convention in Sparks
";
arnews[2] += "Bob Bergsten, Tri-State Livestock Credit Corp. and 2009 Livestock Man of the Year Bill Borror, Tehama Angus Ranch, Gerber.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:32:40 GMT";
arnews[2] += "
";
arnews[3]="How Could You Skipa ?
";
arnews[3] += "How Could You Skip ? Posted Oct 1, 2009 10:10 PM CST As an attorney and television aficionado, I was pleased to see \"The 25 Greatest Legal TV Shows,\" August.";
arnews[3] += "
Publ.Date : Fri, 02 Oct 2009 05:10:11 GMT";
arnews[3] += "
";
arnews[4]="Warrant: Drug in Jackson case came from Vegas firm
";
arnews[4] += "A powerful anesthetic recovered from Michael Jackson's bedside after he died had been purchased in Nevada by his doctor who had it shipped to California, court documents show.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:19:23 GMT";
arnews[4] += "
";
arnews[5]="Michael Jackson's doctor says others gave him propofol
";
arnews[5] += "Sat Nov 21, 2009 7:39am EST - A preview of the Michael Jackson documentary \"This Is It\" is seen at the 2009 MTV Video Music Awards in New York, September 13, 2009.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:28:41 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("