var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Twilight could be better
";
arnews[0] += "Talking pictures Joss Whedon, your help is needed - as in immediately. The versatile, talented writer/producer/director needs to be involved with the Twilight movie franchise.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:00:50 GMT";
arnews[0] += "
";
arnews[1]="Our girl swoons over Hugh Laurie and star-spots in Los Angeles
";
arnews[1] += "Amanda Holden: 'Trust me it pays to add spice to marriage' 22/11/2009 WEDNESDAY, NOVEMBER 4 I'm on the Los Angeles set of Five's new drama, FlashForward, which stars Joseph Fiennes and Jack Davenport, to watch some real-life TV stunts.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Third Scooby-Doo begins production in Vancouver Monday
";
arnews[2] += "A third \"Scooby-Doo\" movie will begin production Monday in Vancouver, but will bypass theaters and feature a cast of unknown actors.";
arnews[2] += "
Publ.Date : Mon, 04 Aug 2008 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Celebs Love Citizens of Humanity Maternity Jeans
";
arnews[3] += "Limelight; Bauer-Griffin From Naomi Watts and Angelina Jolie to Jennifer Garner and Ellen Pompeo , Hollywood's style conscious moms-to-be love to rock Citizens of Humanity maternity denim.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:27:19 GMT";
arnews[3] += "
";
arnews[4]="A retooled 'Charlie's Angels' may be heading to ABC
";
arnews[4] += "Back in the '70s, Charlie's Angels was heavensent. It boosted ABC's ratings, made stars of Farrah Fawcett, Kate Jackson and Jaclyn Smith, and spawned the term \"jigglevision.\" But can another televised Angels take flight? Drew Barrymore seems to think so.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="2009. 11.20 MUSEUMS & GALLERI...
";
arnews[5] += "Broken Embraces Drama, Romance / 127 / Spanish Spanish director Pedro Almodovar returns with another dangerous love story.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 18:07:27 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("