var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Heroes: Sendhil Ramamurthy
";
arnews[0] += "From a conscientious scientist to power hungry villain and back. HEROES star Sendhil Ramamurthy, aka Suresh, talks about his wild ride on the show with Hollywood 411's Chris...";
arnews[0] += "
Publ.Date : Thu, 12 Mar 2009 22:16:07 GMT";
arnews[0] += "
";
arnews[1]="Heroes : Interviews - Sendhil Ramamurthy
";
arnews[1] += "Sendhil Ramamurthy offers the audience a window into the world of Heroes.";
arnews[1] += "
Publ.Date : Mon, 05 Jan 2009 23:02:18 GMT";
arnews[1] += "
";
arnews[2]="Heroes Interview Sendhil Ramamurthy (Mohinder Suresh)
";
arnews[2] += "Heroes Interview with Sendhil Ramamurthy (Mohinder Suresh)";
arnews[2] += "
Publ.Date : Thu, 23 Oct 2008 21:55:29 GMT";
arnews[2] += "
";
arnews[3]="Heroes: Complete Season 1 - Clip - Hiro
";
arnews[3] += "\"Heroes\" is a phenomenon currently sweeping the globe, the journey of a multitude of people discovering they have hidden talents and that their destinies are delicately entwined....";
arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:05:20 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="Heroes: Complete Season 1 - Exclusive interview with Sendhil Ramamurthy
";
arnews[4] += "\"Heroes\" is a phenomenon currently sweeping the globe, the journey of a multitude of people discovering they have hidden talents and that their destinies are delicately entwined....";
arnews[4] += "
Publ.Date : Wed, 23 Jul 2008 13:55:22 GMT";
arnews[4] += "
";
arnews[5]="Interview
";
arnews[5] += "TV.com interviews Dania Ramirez and Sendhil Ramamurthy from Heroes.";
arnews[5] += "
Publ.Date : Tue, 15 Apr 2008 16:50:07 GMT";
arnews[5] += "
";
arnews[6]="Masi Oka and Sendhil Ramamurthy
";
arnews[6] += "Masi Oka and Sendhil Ramamurthy discuss working on the television show Heroes";
arnews[6] += "
Publ.Date : Fri, 18 Jan 2008 13:17:37 GMT";
arnews[6] += "
";
arnews[7]="Masi Oka and Sendhil Ramamurthy
";
arnews[7] += "Masi Oka and Sendhil Ramamurthy discuss working on the television show Heroes";
arnews[7] += "
Publ.Date : Fri, 18 Jan 2008 13:14:05 GMT";
arnews[7] += "
";
arnews[8]="Heroes: Sendhil Ramamurthy On Mohinder Suresh
";
arnews[8] += "Actor Sendhil Ramamurthy (Mohinder Suresh) and series creator/executive producer Tim Kring discuss how the role of Mohinder Suresh was tailored to fit the actor's age.";
arnews[8] += "
Publ.Date : Sat, 10 Mar 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="- Sendhil Ramamurthy - Science Behind the Fiction - SCI FI Channel UK
";
arnews[9] += "Heroes UK Exclusive SCI FI Channel Series. Characters, Cheerleader, Powers, Launch Trailers, Extraordinary, Special, Premiere, Save World ...";
arnews[9] += "
Publ.Date : Thu, 08 Mar 2007 09:36:07 GMT";
arnews[9] += "
";
totcount = 10;
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("