var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ashton Kutcher turns into a Hollywood womanizer - ITN
";
arnews[0] += "Film star Ashton Kutcher has meets a lot of women in his new movie Spread. In the film Kutcher plays a well-known scenester named Nikki who regularly sees the inside of the bedrooms of Hollywood's rich and influential. There seems to be no end in ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:40:00 GMT";
arnews[0] += "
";
arnews[1]=""Spread" on DVD! - EDGE Boston
";
arnews[1] += "The SPREAD DVD bonus features include audio commentary with actor/producer Ashton Kutcher (What Happens In Vegas, The Guardian) and actors Anne Heche and Margarita Levieva; \"Living The Dream - The Making of SPREAD\"; Behind The Scenes With Ashton ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 20:19:00 GMT";
arnews[1] += "
";
arnews[2]="DVD REVIEW: 'Up' soars from the first frame to the last - Mercury
";
arnews[2] += "Pixar keeps its remarkable winning streak alive with \"Up\" (2009, Buena Vista, PG, $30), another enormously enjoyable, daringly original cartoon. Heartfelt, funny and with a couple of action scenes that should make Michael Bay green with envy, the ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 17:35:00 GMT";
arnews[2] += "
";
totcount = 3;
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("