var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exclusive Photos: FROM THE PREMIERE OF 'THE TWILIG... - IF Magazine
";
arnews[0] += "THE SKINNY: Summit Entertainment held the premiere of THE TWILIGHT SAGA: NEW MOON on November 16th at the Mann Village and Bruin Theaters in Westwood. This had to be the biggest premiere of 2009. Fans were everywhere. Some of the fans had camped out ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:28:00 GMT";
arnews[0] += "
";
arnews[1]="Aliens In The Attic - EDGE Boston
";
arnews[1] += "Aliens in The Attic is a family-friendly movie starring Ashley Tisdale and Carter Jenkins. The Pearson family is on a family vacation which none of the kids want to be on. After doing some exploring of the rental house they discover Zirkonians a race ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 16:22:00 GMT";
arnews[1] += "
";
arnews[2]="Aliens in the Attic (Blu-ray) - DVDTOWN.com
";
arnews[2] += "Connect to Facebook/Twitter, recommend via email and much more. I can remember seeing the trailer for \"Aliens in the Attic\" and thinking the film could be a lot of fun. It reminded me of previous \"sci-fi\" children“s films such as \"Flight of the ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 22:27:00 GMT";
arnews[2] += "
";
arnews[3]="Blu-Ray/DVD Holiday Gift Guide - Part 1 - TEENHOLLYWOOD.COM
";
arnews[3] += "The holidays are upon us and Blu-Rays, DVDs with or without digital copies, make great, easy to grab and wrap presents so we are starting to watch some and tell you what is out there for you (let's face it.. who doesn't buy themselves a gift or two ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 06:53:00 GMT";
arnews[3] += "
";
arnews[4]="Capsule movie reviews: "The Blind Side" - El Paso Times
";
arnews[4] += "\"The Blind Side\" (PG-13) \"The Blind Side\" dutifully chronicles the transformation of Michael Oher (played by newcomer Quinton Aaron with the proper less-is-more approach) from blank slate to a fully formed young man, emphasizing Leigh Ann (Sandra ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:25:00 GMT";
arnews[4] += "
";
totcount = 5;
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("