var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""All the Way to Mars": Melora Hardin Solo CD Arrives in Stores Feb. 9
";
arnews[0] += "Melora Hardin, \"The Office\" star who made her Broadway debut in Chicago , releases her new solo recording Feb.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 06:09:19 GMT";
arnews[0] += "
";
arnews[1]="Three to grieve and three to see
";
arnews[1] += "Many movies have been adapted to TV over the years. For every hit, though, there are a dozen misses in the ratings.";
arnews[1] += "
Publ.Date : Sat, 26 Jan 2008 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Yo Gabba Gabba!: Birthday Boogie
";
arnews[2] += "Yo Gabba Gabba! started in 2006 with a couple of pilot episodes and aired regularly starting in 2007.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 10:59:35 GMT";
arnews[2] += "
";
arnews[3]="Yo Gabba Gabba! Birthday Boogie
";
arnews[3] += "Judge Erich Asperschlager wonders, how do you make a birthday tissue dance? Note: This is a pre-release review.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="as Seen on TV: John Forsythe & Linda Evans
";
arnews[4] += "AS SEEN IN: \" Dynasty: The Making Of A Guilty Pleasure \" AS PLAYED BY: Bartholomew John as John Forsythe Melora Hardin as Linda Evans From Wikipedia: John Forsythe is an American stage, television and film actor.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 10:52:31 GMT";
arnews[4] += "
";
arnews[5]="Lou Harry's A&EScoop: 'Office' worker to perform at Cabaret
";
arnews[5] += "Yes, you've found Lou Harry's A&E, IBJ 's home for opinion, debate and discussion on arts and entertainment matters in Indy and beyond.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 20:39:26 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("