var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="When keeping it real means keeping it fake - South Coast Today
";
arnews[0] += "Decades of Christmas specials have established a set of standards to live up to, or down to, as in the case of \"Larry the Cable Guy's Hula-Palooza Christmas Luau\" (9 p.m., CMT). The first principle of the inappropriately early Christmas special is to ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:00:00 GMT";
arnews[0] += "
";
arnews[1]="Almodovar to make 'reunion' film - Entertainment.uk.msn.com
";
arnews[1] += "Pedro Almodovar has hinted he may bring Antonio Banderas, Penelope Cruz and Carmen Maura together for a new film. The Oscar-winning Spanish director has made a habit of using his favourite actors time and time again, but has never cast Antonio and ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 11:52:00 GMT";
arnews[1] += "
";
arnews[2]="Director Pedro Almodovar is haunted by one taboo - EDGE Boston
";
arnews[2] += "Sex. Drugs. Prostitution. Pedophilia. Rape. Pedro Almodovar has been able to translate some of the most delicate subjects to the big screen with grace and humor. But the acclaimed master of Spanish cinema - who claims he has gone so far as to ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:11:00 GMT";
arnews[2] += "
";
arnews[3]="Smash-hit musical rolling into town - This is South Devon
";
arnews[3] += "TORQUAY'S Princess Theatre is gearing up for one of their biggest shows of the year as Evita comes to town. The Tim Rice and Andrew Lloyd Webber's musical masterpiece has been touring the country throughout the year. With more than 20 major awards to ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:44:00 GMT";
arnews[3] += "
";
arnews[4]="Freida Pinto shoots for L'Oreal ad - SamayLive
";
arnews[4] += "So, besides posing for the ad and earning some quick bucks from the sponsorship deal, Freida is currently shooting for a Woody Allen film that also stars Naomi Watts, Antonio Banderas, Anthony Hopkins and Anupam Kher. All in all, that's quite some ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 15:58:00 GMT";
arnews[4] += "
";
arnews[5]="Smart gifts for your sexy, sophisticated man - Newton Daily News
";
arnews[5] += "... for Men by Antonio Banderas is fresh, clean and most of all, sexy. Opt for the holiday gift set which includes an eau de toilette spray and after-shave splash. For something a little more daring, another great scent is Seduction in Black, also ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 05:58:00 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("