var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blanco sets up A Contracorriente Films
";
arnews[0] += "One of Spain's most innovative film execs, Adolfo Blanco announced Tuesday the launch of Barcelona-based art house distribution and production house A Contracorriente Films.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:10:00 GMT";
arnews[0] += "
";
arnews[1]="Bac Films starts production on 'Tracks'
";
arnews[1] += "Gallic mini-major Bac Films has taken French rights to crime comedy \"Borderline,\" the next production from Gaul's Quad Films.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 23:07:06 GMT";
arnews[1] += "
";
arnews[2]="Mind the g ap
";
arnews[2] += "The latest trend among the beautiful is an orthodontista TMs nightmare. NO longer relegated to Alfred E. Newman references, gap teeth are the latest beauty world obsession - nay, pop-culture phenomenon.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 06:30:57 GMT";
arnews[2] += "
";
arnews[3]="Bitch-Back! Is John Tainting Taylor?
";
arnews[3] += "Dear Ted: John Mayer said recently he was tired of girls with \"daddy issues.\" It seems to me that is the only type of girl who would put up with his crap, particularly after his Rolling Stone interview .";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 15:14:00 GMT";
arnews[3] += "
";
arnews[4]="Bac takes Quad's 'Borderline'
";
arnews[4] += "Gallic mini-major Bac Films has taken French rights to crime comedy \"Borderline,\" the next production from Gaul's Quad Films.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 11:31:47 GMT";
arnews[4] += "
";
arnews[5]="Laura sings for Haiti
";
arnews[5] += "Singer Laura White has joined a host of world famous musicians to raise money for survivors of the Haiti earthquake.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 10:50:44 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("