var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="'Princess' tv movie trailer
";
arnews[0] += "ABC family channel Movie 'Princess' staring Nora Zehetner.";
arnews[0] += "
Publ.Date : Thu, 28 Feb 2008 20:16:40 GMT";
arnews[0] += "
";
arnews[1]="Heroes - "I'm Still a Guy"
";
arnews[1] += "as Mama Angela Petrelli Nora Zehetner as Eden McCain Santiago Cabrera as Isaac Mendez Masi Oka as Hiro Nakamura Tawny Cypress as Simone Deveaux Jayma Mays as Charlie Zachary...";
arnews[1] += "
Publ.Date : Thu, 24 Jan 2008 01:17:59 GMT";
arnews[1] += "
";
arnews[2]="Nora Zehetner tape gagged
";
arnews[2] += "Heroes S1 e10 Six Months Ago";
arnews[2] += "
Publ.Date : Sun, 18 Nov 2007 14:31:32 GMT";
arnews[2] += "
";
arnews[3]="Brick extras music video
";
arnews[3] += "A music video-collage fea Category: Entertainment Tags: Brick , Joseph , Gordon-Levitt , Nora , Zehetner , Rian , Johnson";
arnews[3] += "
Publ.Date : Wed, 10 Oct 2007 00:00:00 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="New Moon
";
arnews[4] += "Please Read & Let Me Know Your Thoughts! Plot: Pretty much follows the plot of New Moon by Stephenie Meyer from Bella's POV. It follows how she feels when Edward leaves,...";
arnews[4] += "
Publ.Date : Tue, 25 Sep 2007 18:10:10 GMT";
arnews[4] += "
";
arnews[5]="One Giant Leap
";
arnews[5] += "The \"Heroes\" continue to discern and test their newfound abilities.--As the \"Heroes\" continue to test their newfound extraordinary abilities, Claire (Hayden Panettiere) tries to...";
arnews[5] += "
Publ.Date : Wed, 08 Nov 2006 22:19:02 GMT";
arnews[5] += "
";
arnews[6]="Collision
";
arnews[6] += "The world becomes a bit smaller for a handful of ordinary men and women with uncanny abilities -- Suresh (Sendhil Ramamurthy) finally tracks down one of his father’s fabled...";
arnews[6] += "
Publ.Date : Wed, 08 Nov 2006 22:19:01 GMT";
arnews[6] += "
";
arnews[7]="Better Halves
";
arnews[7] += "Two heroes together are stronger than two heroes apart, Leonard Roberts joins the cast as D. L. Hawkins, a fugitive that police can't hold -- Hiro (Masi Oka) and his buddy embark...";
arnews[7] += "
Publ.Date : Wed, 08 Nov 2006 22:12:34 GMT";
arnews[7] += "
";
arnews[8]="Heroes, "Collision"
";
arnews[8] += "The world becomes a bit smaller for a handful of ordinary men and women with uncanny abilities -- Suresh (Sendhil Ramamurthy) finally tracks down one of his father's fabled...";
arnews[8] += "
Publ.Date : Tue, 17 Oct 2006 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Heroes, "One Giant Leap"
";
arnews[9] += "The \"Heroes\" continue to discern and test their newfound abilities -- As the \"Heroes\" continue to test their newfound extraordinary abilities, Claire (Hayden Panettiere) tries to...";
arnews[9] += "
Publ.Date : Tue, 10 Oct 2006 00:00:00 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("