var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Mentalist (2.08) His Red Right Hand
";
arnews[0] += "Red John unleashes his evil upon those investigating him. \"His Red Right Hand\" The show opens with Rigsby and Grace Van Pelt sleeping together.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:09:27 GMT";
arnews[0] += "
";
arnews[1]="TV tonight: 'Fringe' hour filled with twists, humor
";
arnews[1] += "TONIGHT'S MUST-SEE: 'Fringe,' 9 p.m., Fox. A mysterious man has been around at different points in history, simply observing.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Fringe' provides some answers tonight
";
arnews[2] += "TONIGHT'S MUST-SEE: 'Fringe,' 9 p.m., Fox. A mysterious man has been around at different points in history, simply observing.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Cooper can see in the future
";
arnews[3] += "COMEDIAN Jasper Carrott has spoken about his pride at daughter Lucy Davis not conforming to Hollywood stereotypes.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 03:08:04 GMT";
arnews[3] += "
";
arnews[4]="TNT Secures The Mentalist Syndication Rights
";
arnews[4] += "TNT has acquired exclusive syndication rights to The Mentalist from Warner Bros.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 22:27:00 GMT";
arnews[4] += "
";
arnews[5]="TNT Lands Exclusive Syndication Rights to Hit Drama Series The...
";
arnews[5] += "TNT has acquired exclusive syndication rights to The Mentalist from Warner Bros.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 16:25:25 GMT";
arnews[5] += "
";
arnews[6]="TV Watch: Procedurals: Halloween treats from 'Mentalist,' 'Castle'
";
arnews[6] += "I love Halloween episodes. They're less cheesy than Valentine's Day drivel, and generally funnier than Christmas and Thanksgiving episodes .";
arnews[6] += "
Publ.Date : Sat, 31 Oct 2009 04:00:00 GMT";
arnews[6] += "
";
arnews[7]="'Eastwick's' Jerry O'Connell guest spot brews up dream spousal cameos
";
arnews[7] += "\"Eastwick\" is getting a new mysterious hunk -- star Rebecca Romijn's real-life husband Jerry O'Connell . What other celebrity spouses should be making cameos? O'Connell is set to appear in the final two episodes of \"Eastwick's\" initial 13-episode order, but he won't be getting romantic with his wife Rebecca.";
arnews[7] += "
Publ.Date : Sat, 31 Oct 2009 01:40:51 GMT";
arnews[7] += "
";
arnews[8]="Alynda Wheata s Beat Cop: a The Mentalista and a Castle,a tricks and treats
";
arnews[8] += "I love Halloween episodes. They're less cheesy than Valentine's Day drivel, and generally funnier than Christmas and Thanksgiving episodes .";
arnews[8] += "
Publ.Date : Sat, 31 Oct 2009 00:00:14 GMT";
arnews[8] += "
";
totcount = 9;
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("