var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pandora: No Romanian holiday for Boris?
";
arnews[0] += "Boris Johnson became the first London Mayor to open the World Travel Market last week, riding by train to the venue to cut the ribbon.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 04:17:11 GMT";
arnews[0] += "
";
arnews[1]="In Pictures: Free Jimmy Choo For H&M, In Pastry
";
arnews[1] += "JIMMY Choo is London's most famous cobbler. he is one letter aways from being Jimmy Choos and thus a product of nominative determinism.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 18:26:47 GMT";
arnews[1] += "
";
arnews[2]="Tamara's big race to the altar
";
arnews[2] += "FOLLOWING the well-documented collapse of her parents' marriage, it would come as no surprise if Formula 1 princess Tamara Ecclestone, 25, chose to steer clear of the aisle at all costs.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 03:54:07 GMT";
arnews[2] += "
";
arnews[3]="Michael Caine's success doubts
";
arnews[3] += "Sir Michael Caine doesn't think he's good enough to win another Oscar. The 76-year-old star - who has previously received Best Supporting Actor Academy Awards for 1986 film 'Hannah and Her Sisters' and 1999's 'The Cider House Rules' - thinks his only hope of being honoured again is in a year of low standards.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 19:45:04 GMT";
arnews[3] += "
";
arnews[4]="Michael Caine Not Good Enough To Win Another Oscar?
";
arnews[4] += "Sir Michael Caine, the 76-year-old star a ' who has previously received Best Supporting Actor Academy Awards for 1986 film 'Hannah and Her Sisters' and 1999's 'The Cider House Rules' a ' thinks his only hope of being honoured again is in a year of low standards.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 18:51:22 GMT";
arnews[4] += "
";
arnews[5]="Ecclestone: Button doesn`t deserve to be F1 champ
";
arnews[5] += "Tamara Ecclestone daughter of F1 supremo Bernie Ecclestone, launches a scathing attack on Brawn GP's newly-crowned 2009 F1 World Champion Jenson Button Jenson Button is a less deserving F1 World Champion than compatriot Lewis Hamilton and only lifted the laurels this year because he had a superior car - \" that is the controversial view of Tamara ...";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 12:09:01 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("