var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Annette John-Hall: In kitchen, in kinship, 105-year-old matriarch ... - Philadelphia Daily News
";
arnews[0] += "Behind Sarah Carter Perry Brown, above, are (from right) great-grandson Daryn Lewis; granddaughter Teryl Lewis; son-in-law Lawrence Anderson and his fiancee, Gwendolyn Gilbert; niece Adelphia Lucas; and great-niece Caryl Lucas, who wrote a book about ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:14:00 GMT";
arnews[0] += "
";
arnews[1]="LITTLE HOUSE ON THE PRAIRIE - STILL THE LIFE EVERYONE LIKES - Gather.com
";
arnews[1] += "One of the most endearing tv series on national television. Starring Michael Landon as Charles Ingles - who takes his family to Minnesota in the 1870s & learn to carve out a life together. Each episode is filled with family values of love ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:51:00 GMT";
arnews[1] += "
";
arnews[2]="The Descent Part 2 TV Spot - DREAD CENTRAL.COM
";
arnews[2] += "Terror mounts as fear cuts deeper in the chilling continuation to the globally successful horror hit THE DESCENT. Traumatized, Sarah Carter (Shauna MacDonald) emerges alone from the cave system where she confronted her darkest dread. With no rational ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:28:00 GMT";
arnews[2] += "
";
totcount = 3;
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("