var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eva Green interview and stills from her upcoming film 'Cracks'
";
arnews[0] += "UNF UNF UNF I WANT THEM TO DO A FILM TOGETHER IN FRENCH. CLOTHING OPTIONAL, OF COURSE.";
arnews[0] += "
Publ.Date : Mon, 26 Oct 2009 21:30:17 GMT";
arnews[0] += "
";
arnews[1]="Front Row at Chanel
";
arnews[1] += "STAR STRUCK: \"I was like, 'Hello Prince! Hello Rihanna,'\" said a thrilled but slightly shaken Lily Allen, who claimed she was unaware the music stars would be sitting front row for her performance at the Chanel show Tuesday.And she wasn't the only star struck celeb.";
arnews[1] += "
Publ.Date : Tue, 06 Oct 2009 11:30:00 GMT";
arnews[1] += "
";
arnews[2]="Chanel's Barn Bonanza
";
arnews[2] += "Karl does country. It's impossible to guess Karl's next move. And who would have thought it would be to the barn? His Spring collection, replete with stars and spectacles, lightened the mood.";
arnews[2] += "
Publ.Date : Tue, 06 Oct 2009 19:00:22 GMT";
arnews[2] += "
";
arnews[3]="Movie review: 'Harry Potter and the Goblet of Fire'
";
arnews[3] += "So do the Potter movies, in size, in ambition and in visual splendor - and with increasingly stunning results.";
arnews[3] += "
Publ.Date : Thu, 16 Jul 2009 07:08:24 GMT";
arnews[3] += "
";
arnews[4]="Movie review: 'Harry Potter and the Goblet of Fire'
";
arnews[4] += "So do the Potter movies, in size, in ambition and in visual splendor - and with increasingly stunning results.";
arnews[4] += "
Publ.Date : Thu, 02 Jul 2009 10:10:10 GMT";
arnews[4] += "
";
arnews[5]="HP news!! Clemence Poesy (Fleur) is confirmed for Deathly Hallows
";
arnews[5] += "Harry Potter insider confirms ClA mence PoA sy will definitely be back for Deathly Hallows.";
arnews[5] += "
Publ.Date : Wed, 24 Jun 2009 03:02:52 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("