var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New biographical movie on Gainsbourg: Serge Gainsbourg, vie Heroique
";
arnews[0] += "The film will be the directorial feature debut of Joann Sfar, the award-winning French graphic artist.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 07:33:16 GMT";
arnews[0] += "
";
arnews[1]="The 'face' belongs to Tsai
";
arnews[1] += "Watching a Tsai Ming-liang movie is like looking at a very expensive work of art.";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 18:55:52 GMT";
arnews[1] += "
";
arnews[2]="Don't miss these
";
arnews[2] += "With around 100 movies from across the globe showing at the World Film Festival of Bangkok, choosing the ones to see can be a bit daunting.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 18:49:33 GMT";
arnews[2] += "
";
arnews[3]="H.Samuel Launches Guess Watches Anniversary Collection
";
arnews[3] += "The Guess Pink 25th Bling ladies watch is exclusive to H.Samuel and offers customers a real taste of Guess glamour, featuring a pink strap and large round crystal set dial with Guess logo.Guess Watches has also created three new styles in ten variations for the Guess Girl - all with a specially designed 25th anniversary case back.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="H.Samuel Launches The Guess Watches Anniversary Collection
";
arnews[4] += "BOREHAMWOOD, ENGLAND, November 04, 2009 /24-7PressRelease/ -- H.Samuel has announced that it will be helping Guess watches to celebrate its 25 year anniversary by launching the Guess special edition watch collection, available at H.Samuel.co.uk and in-store. The new special edition Guess collection features signature looks with a modern twist.";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="NFL Power Rankings: Week 8
";
arnews[5] += "Peter King has his Fine Fifteen, ESPN has its own composite power rankings, and the legendary Dr.";
arnews[5] += "
Publ.Date : Wed, 04 Nov 2009 01:11:21 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("