var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How do I love thee? Let me count the ways ...
";
arnews[0] += "Two dozen roses and dinner at a fancy restaurant? Boring! Do something outside the typical this Valentine's Day, whether it be simple but sweet or more extravagant .";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:22:12 GMT";
arnews[0] += "
";
arnews[1]="Quentin Tarantino Post~
";
arnews[1] += "Charlize Theron has been spotted with film director Quentin Tarantino at a cozy dinner in Beverly Hills at the famed Mr.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:27:22 GMT";
arnews[1] += "
";
arnews[2]="Cinemark Movies 10
";
arnews[2] += "The Imaginarium of Doctor Parnassus What a troublesome filmmaker we have in Terry Gilliam: his vision is unique, yet the same feverish imagination that makes his movies so Marcus Addison Cinemas , Music Box and Pipers Alley The White Ribbon Michael Haneke's black-and-white period drama, which won the Palme d'Or at the Cannes festival in 2009, has ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 01:42:14 GMT";
arnews[2] += "
";
arnews[3]="Inglourious Basterds
";
arnews[3] += "A Single Man Fashion designer Tom Ford makes his directing debut with this haunting adaptation of Christopher Isherwood's groundbreaking 1964 novel about Century 12 and CineArts 6 , Kerasotes ShowPlace ICON Theatre , Landmark's Century Centre , Marcus Addison Cinemas , Marcus Gurnee Cinemas , Marcus Orland Park Cinemas , Renaissance Place , River ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 01:41:58 GMT";
arnews[3] += "
";
arnews[4]="Fairytale frocks are in, so play the princess game by going all glamorous
";
arnews[4] += "By Lisa Haynes ANYONE would think actresses at the recent Golden Globes had all met for a fashion summit before they chose their outfits a ' it seems fairytale frocks were the order of the day as the likes of Diane Kruger, Drew Barrymore and Emily Blunt took femininity to new heights.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 14:56:01 GMT";
arnews[4] += "
";
arnews[5]="Josephine Baker: Black Hair Icon
";
arnews[5] += "Quite simply, she was the first. And the fact that her legacy shines bright 35 years after her passing, proves that she was the best.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 13:54:40 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("