var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity birthdays on Feb. 2
";
arnews[0] += "Singer Glenn Frey is 61. Actress Lori Singer is 52. Actress Kelly Rutherford is 41.";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 10:45:11 GMT";
arnews[0] += "
";
arnews[1]="TV Today
";
arnews[1] += "Charlie reaches the end of his rope when his house is taken over by women after Chelsea persuades him to let Alan's girlfriend, Melissa , move in.";
arnews[1] += "
Publ.Date : Mon, 25 Jan 2010 07:33:27 GMT";
arnews[1] += "
";
arnews[2]="HBO's 'Treme' preview screening draws reaction from critics
";
arnews[2] += "The premiere episode of the upcoming HBO drama \"Treme\" was screened for TV critics last week during the Television Critics Association January TV Tour.";
arnews[2] += "
Publ.Date : Wed, 20 Jan 2010 11:21:41 GMT";
arnews[2] += "
";
arnews[3]="Thumbs up for 'Treme'
";
arnews[3] += "Team \"Treme\" met the press here last week, and the early returns from critics seem to indicate that the answer to the \"Will it play in Pittsburgh?\" question is still open.";
arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 09:07:28 GMT";
arnews[3] += "
";
arnews[4]="Rob Zombie Teases CSI: Miami Guest Stars
";
arnews[4] += "We announced last week that horror director Rob Zombie will be making his television directing debut with an episode of CSI: Miami , which will air on March 1, and now Zombie has revealed some interesting details.";
arnews[4] += "
Publ.Date : Mon, 18 Jan 2010 20:05:59 GMT";
arnews[4] += "
";
arnews[5]="HBO unveils creative spring lineup
";
arnews[5] += "Ever the trailblazer, HBO has rolled out a winter and spring lineup that features one new drama, a new comedy, two made-for-TV movies and a miniseries.";
arnews[5] += "
Publ.Date : Sat, 16 Jan 2010 01:44:38 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("