var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Get Ready for "The Cheapest Greatest Muppet Movie of All Time"
";
arnews[0] += "With \" Flight of the Conchords \" and \" Ali G \" alum James Bobbin directing and a script by \"Forgetting Sarah Marshall\" star Jason Segel and director Nicholas Stoller , the new Muppets movie sounds like a can't-miss -- but new details suggest it may not quite hit.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:01:31 GMT";
arnews[0] += "
";
arnews[1]="The Greatest Muppet Movie Of All Time
";
arnews[1] += "A couple weeks ago it was reported that Flight of the Conchords director James Bobin has signed on to direct the new Muppet film for Walt Disney Pictures.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:25:24 GMT";
arnews[1] += "
";
arnews[2]="New Story Details on The Greatest Muppet Movie of All Time
";
arnews[2] += "A few weeks ago it was confirmed that Flight of the Conchords co-creator James Bobin would be directing the Jason Segel-written Muppets movie for Disney.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:44:00 GMT";
arnews[2] += "
";
arnews[3]="Jason Segela s Muppet Movie Details Revealed
";
arnews[3] += "Ever since his hilarious performance in Forgetting Sarah Marshall , we've come to realize that Jason Segel has a thing for puppets.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:49:07 GMT";
arnews[3] += "
";
arnews[4]="It's Time To Start the Music for 'The Greatest Muppet Movie of All Time'
";
arnews[4] += "If you're like me, you love hyperbole. You love calling things the greatest hat in the world, the greatest bowl of chili in the world, the greatest grandma in the world .";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:44:12 GMT";
arnews[4] += "
";
arnews[5]="Muppet Movie Retitled To Be The Greatest Of All Time
";
arnews[5] += "The Jason Segel scripted, James Bobin directed Muppet movie we've been following may have undergone a name change.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:10:06 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("