var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A&E previewing Steven Seagal: Lawman online tonight; "this is not Hollywood; it's for real"
";
arnews[0] += "The most anticipated series has to be A&E's Steven Seagal: Lawman , although he faces heavy competition from Tony Danza teaching high school English for his A&E series.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 18:45:27 GMT";
arnews[0] += "
";
arnews[1]="Talk is cheap: DeGeneres' job is harder than it looks
";
arnews[1] += "Magic Johnson, Queen Latifah, Martin Short, John McEnroe, Megan Mullally, Whoopi Goldberg, and Tony Danza have a common talking point.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 17:40:13 GMT";
arnews[1] += "
";
arnews[2]="'Full House' Reunion -- Minus Michelle Tanner
";
arnews[2] += "Candace Cameron, aka DJ Tanner, told us the gals of the show were gonna meet up soon for dinner -- but don't expect MK and Ashley Olsen to be joinin' them.";
arnews[2] += "
Publ.Date : Fri, 27 Jun 2008 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Community Notes
";
arnews[3] += "Holiday Fantasy, American Dance Center's luncheon/show extravaganza, returns to the Tinley Park Convention Center for the 10th consecutive year.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 12:00:00 GMT";
arnews[3] += "
";
arnews[4]="Sources on Levi Johnston, more
";
arnews[4] += "Washington Post columnists Amy Argetsinger and Roxanne Roberts will be online Wednesday, Nov.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 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("