var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="I'm a showbiz legend in my own lunchtime... and lunch has to be at ... - Daily Mail
";
arnews[0] += "It was over lunch at The Ivy in 1993 that I persuaded the legendary Beatles producer Sir George Martin to work on a Larry Adler album I was trying to get off the ground. It was the beginning of an enduring and fruitful relationship. Yes, The Ivy and ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:00:00 GMT";
arnews[0] += "
";
arnews[1]="Susan Boyle's debut doesn't deserve hype it's getting - Chicago Sun-Times
";
arnews[1] += "When it comes to tragic spectacles in this sorry age of reality television, beyond even the pathetic sight of Patti Blagojevich eating bugs on \"I'm a Celebrity ... Get Me Out of Here!,\" falls the obnoxious exploitation of Scottish homebody Susan ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:01:00 GMT";
arnews[1] += "
";
arnews[2]="Teen girls raped at church, police report says - WBTV
";
arnews[2] += "CHARLOTTE, NC (WBTV) - Two teenage girls were allegedly raped at a Charlotte church according to a report filed with the Charlotte-Mecklenburg Police Department. The alleged incidents happened at Morningstar Baptist Church which is located at 5623 ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 17:24:00 GMT";
arnews[2] += "
";
arnews[3]="LOTTE’S BUBBLY DAY OUT - Daily Star
";
arnews[3] += "MUM-of-two Charlotte Church was led out of the booze tent at a posh food festival. The pop star, 23, guzzled bubbly then got on stage to sing Time To Say Goodbye. A visitor at the Cowbridge Wine and Food Festival in the Vale of Glamorgan said: “We ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 05:01:00 GMT";
arnews[3] += "
";
arnews[4]="Jordan shortlisted for Celebrity Mum of the Year - Hindustan Times
";
arnews[4] += "Last year’s winner Suzanne Shaw is also nominated with Myleene Klass, Tess Daly, Sophie Ellis Bextor and Charlotte Church.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 22:27:00 GMT";
arnews[4] += "
";
arnews[5]="Win some luxurious bloomers - News of World
";
arnews[5] += "Velda Lauder designs glamorous burlesque-style lingerie and has a host of A-list fans including Dita Von Teese, Heidi Klum and Charlotte Church. Inspired by the '40s and '50s, these stylish knickers are guaranteed to make you feel like a retro pin-up ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 10:50: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("