var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Apres Lui
";
arnews[0] += "A mother grieving over the loss of her son in a car accident finds herself becoming increasingly involved in the life of his best friend, who survived the crash with barely a scratch.";
arnews[0] += "
Publ.Date : Thu, 24 Sep 2009 16:20:44 GMT";
arnews[0] += "
";
arnews[1]="Erick Zonca
";
arnews[1] += "Born into an affluent Orleans family of Italian descent, French filmmaker Erick Zonca belatedly discovered European movies in, of all places, New York City, where he had settled at the age of 20 with the naive notion of.... Born into an affluent Orleans family of Italian descent, French filmmaker Erick Zonca belatedly discovered European movies in, ...";
arnews[1] += "
Publ.Date : Thu, 10 Sep 2009 10:03:53 GMT";
arnews[1] += "
";
arnews[2]="Recommended
";
arnews[2] += "Burne-Jones. Large, almost convincing retro-spective of the gloomy and sensual Pre-Raphaelite. Birmingham Gas Hall , to 17 Jan.";
arnews[2] += "
Publ.Date : Wed, 09 Sep 2009 23:10:56 GMT";
arnews[2] += "
";
arnews[3]="Quirky ball gowns
";
arnews[3] += "KARL Lagerfeld apparently has cultivated an aloof, take no prisoners persona for his professional public appearances.";
arnews[3] += "
Publ.Date : Thu, 13 Aug 2009 03:44:49 GMT";
arnews[3] += "
";
arnews[4]="Role Playing at Calvin Klein Party
";
arnews[4] += "Thandie Newton will soon be trading stilettos for espadrilles when she hits her summer vacation spot of Ibiza.";
arnews[4] += "
Publ.Date : Tue, 07 Jul 2009 07:02: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("