var arnews = new Array(7); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Film fans should prepare for plenty of movies in 2010 - Burlington County Times
"; arnews[0] += "Images that pop off the screen (“Alice in Wonderland 3-D,” “Toy Story 3-D,” “Shrek Forever After 3-D,” “Jackass 3-D,” “Step Up 3-D,” “Despicable Me 3-D,” “Piranha 3-D”). Superheroes fighting for truth, justice and the ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:55:00 GMT"; arnews[0] += "
"; arnews[1]="Little Fockers Plot Revealed - femalefirst.co.uk
"; arnews[1] += "Ben Stiller's character will have five-year-old twins in 'Little Fockers'. Director Paul Weitz says a great deal of time has passed between 'Meet The Fockers', the second movie in the comic franchise and the forthcoming third instalment, revealing ..."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 11:40:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");document.write("
");