var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity birthdays for Nov. 22-28
";
arnews[0] += "Celebrity birthdays for the week of Nov. 22-28: Nov. 22: Actor Robert Vaughn is 77.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:30:02 GMT";
arnews[0] += "
";
arnews[1]="Famous Birthdays
";
arnews[1] += "Today: Actor Alan Young is 90. Talk-show host Larry King is 76. Talk-show host Dick Cavett is 73.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Hennessy expecting a boy
";
arnews[2] += "Canadian star Jill Hennessy is expecting her second child. The Edmonton-born actress confirmed that she is six months pregnant with a boy during a party last weekend in New York.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 17:22:16 GMT";
arnews[2] += "
";
arnews[3]="School's on 'Roadie' to 3G windfall
";
arnews[3] += "Our Lady of Mercya s Linda Dougherty says Forest Hills school got $3,000 from 'Roadie,' starrring Jill Hennessy and Ron Eldard.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 10:08:18 GMT";
arnews[3] += "
";
arnews[4]="School's on 'Roadie' to 3G windfall
";
arnews[4] += "Our Lady of Mercya s Linda Dougherty says Forest Hills school got $3,000 from 'Roadie,' starrring Jill Hennessy and Ron Eldard.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 10:08:18 GMT";
arnews[4] += "
";
arnews[5]="TV Q&a: Courteney Cox morphs from creep to cougar
";
arnews[5] += "Q. What happened to the show \"Dirt,\" which was shown on FX and starred Courteney Cox? - Kimberly Karr, Appleton, Wis.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 01:51:21 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("