var arnews = new Array(6);
totcount = 6;
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 Review: 'The Mentalist': Game changer?
";
arnews[1] += "This season, The Mentalist has done two things simultaneously. It's increased the degree of personal relationships among the regular characters, and it's sharpened and refocused Simon Baker's Patrick Jane - made him more intent than ever on solving crimes and, ultimately, getting his ultimate goal: the capture of serial-killer Red John.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Glamorous Celebrity Heavy Turnout For Prada Book Launch
";
arnews[2] += "It was a who's who of Hollywood's beautiful people last night at the Prada Store on Rodeo Drive in Beverly Hills, CA Friday night.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 03:01:45 GMT";
arnews[2] += "
";
arnews[3]="Top 5 rated TV shows of all time: fun beauty facts about the leading ladies
";
arnews[3] += "Take 5 leading ladies from the top 5 TV shows of all time, and you'll find some interesting information.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="On Sacrifice and Honour: This Is Why We Remember
";
arnews[4] += "To a certain extent, the analogy is accurate. Soldiers and football players alike operate largely on adrenaline; blood, sweat, and tears have their places on each field; immense pressure is placed on both sets of men to win - the thought of losing dare not enter their minds; and intense physical training is undertaken to become fit for either.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 15:15:13 GMT";
arnews[4] += "
";
arnews[5]="TNT Secures The Mentalist Syndication Rights
";
arnews[5] += "TNT has acquired exclusive syndication rights to The Mentalist from Warner Bros.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 22:27:00 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("