var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity birthdays on Nov. 17 - Miami Herald
";
arnews[0] += "Actor Steve Railsback is 64. Actor David Leisure ( Empty Nest ) is 59. Actress Marg Helgenberger ( CSI ) is 51. Jazz singer Diana Krall is 45. Actress Lisa Bonet is 42. Actress Martha Plimpton is 39. Actress Maggie Gyllenhaal is 32. Actor Noah Gray ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 06:05:00 GMT";
arnews[0] += "
";
arnews[1]="Jeff Simon: Unfortunately, some TV types get swept away - Buffalo News
";
arnews[1] += "My vote is “no.” I don’t like any of it. What the November Sweeps have so far meant all over the tube is a lot of good-byes. In the case of the announced endings of “Dollhouse,” “Hank,” and “Eastwick,” let us sing “hallelujah ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:08:00 GMT";
arnews[1] += "
";
totcount = 2;
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("