var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lighten up – Kate Moss is right - Times Online
";
arnews[0] += "‘Nothing tastes as good as skinny feels,” Kate Moss trilled last week. I bet she wishes she’d eaten those words. The fuss they generated rivals the hoo-ha when she was caught taking cocaine. Philip Green, her Topshop-owning sugar daddy, is ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:04:00 GMT";
arnews[0] += "
";
arnews[1]="Would you rather go naked? Not any longer - The Guardian
";
arnews[1] += "Keira Knightley wears a fur jacket to an awards ceremony. Photograph: Richard Young/Rex Features On an otherwise unremarkable grey autumn day in London last month, a few hundred protesters took to the streets around Knightsbridge armed with home ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:42:00 GMT";
arnews[1] += "
";
arnews[2]="Duchess Of York slapped with Turkish charges over orphan film - Newstrack India
";
arnews[2] += "Keira Knightley couldn't breathe in 'The Duchess' costumes! Home . Critics brand Keira Knightley 'too skinny' to play hourglass figured 'Duchess' . Keira Knightley says playing 'The Duchess' role was a real pain in the neck . Keira Knightley says ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:06:00 GMT";
arnews[2] += "
";
arnews[3]="Night shift, overtime, shortened sleep 'can raise heart disease risk' - Newstrack India
";
arnews[3] += "Washington, November 18 (ANI): Cops working in the night shift, putting in overtime and having short and disrupted sleep are at increased risk of cardiovascular disease (CVD), primarily heart disease and stroke, a new study has shown. Lead author ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 06:47:00 GMT";
arnews[3] += "
";
arnews[4]="Shiver me timbers! Johnny Depp signs basic £21m pay deal to star in ... - Daily Mail
";
arnews[4] += "... will reprise his role as Captain Jack Sparrow in a fourth Pirates Of The Caribbean film, pictured here in the second film, Dead Man's Chest Bosses at Disney have dug deep to get the star back on board, with Keira Knightley and Orlando Bloom not ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:34:00 GMT";
arnews[4] += "
";
arnews[5]="Johnny Depp to be Hollywood's highest paid actor - SamayLive
";
arnews[5] += "London: Actor Johnny Depp has inked a deal of more than $35 million for the fourth instalment of \"Pirates Of The Caribbean\" movie. The actor will become Hollywood's current highest-paid actor when he returns as Captain Jack Sparrow, reported thesun ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 05:37: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("