var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie review: Street Fighter: The Legend of Chun Li -- 2 out of 5 stars
";
arnews[0] += "By Denise Martin Do you want to talk about: \"Street Fighter: The Legend of Chun-Li\"? Or do you just want to play the new Street Fighter IV video game? It would be cool to see the origins of power-kicker Chun-Li -- the best character to be, hands down -- but someone needs to explain why Ryu and Ken do not appear in the film.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 19:39:36 GMT";
arnews[0] += "
";
arnews[1]="a Charliea s Angelsa TV reboot: Cast it
";
arnews[1] += "Last January, Drew Barrymore made her interest in making a third Charlie's Angels movie public.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 18:32:22 GMT";
arnews[1] += "
";
arnews[2]="Terminator Salvation Titles on DVD and Blu-ray
";
arnews[2] += "Warner Bros. is releasing a selection of TERMINATOR SALVATION DVD and Blu-ray editions in November and December.";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 02:45:44 GMT";
arnews[2] += "
";
arnews[3]="The Elusive Terminator Salvation Topless Scene Has Hit The Internets
";
arnews[3] += "There was much hullaballoo earlier this year about Moon Bloodgood's deleted topless scene from Terminator Salvation .";
arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 20:19:37 GMT";
arnews[3] += "
";
arnews[4]="Watch Moon Bloodgood's Topless Scene from the Terminator Salvation DVD
";
arnews[4] += "Warner Home Video has released a brand new deleted scene from the upcoming Terminator Salvation DVD, which hits the shelves along with the Blu-ray edition on December 1. Click below to watch this deleted scene that features actress Moon Bloodgood going topless.";
arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 23:03:00 GMT";
arnews[4] += "
";
arnews[5]="Movie review: Street Fighter: The Legend of Chun Li -- 2 out of 5 stars
";
arnews[5] += "By Denise Martin Do you want to talk about: \"Street Fighter: The Legend of Chun-Li\"? Or do you just want to play the new Street Fighter IV video game? It would be cool to see the origins of power-kicker Chun-Li -- the best character to be, hands down -- but someone needs to explain why Ryu and Ken do not appear in the film.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 11:08:18 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("