var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="For the record: Rich pickings for breakfast
";
arnews[0] += "Next year's radio industry Oscars, the Sonys, will have four new categories to give marketers and advertising bods their chance of picking up a bauble.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 00:41:55 GMT";
arnews[0] += "
";
arnews[1]="JLS launch jewellery for charity
";
arnews[1] += "Pop Idols JLS have launched a limited dog tag to raise money for charity. For every tag fans buy, radio station Capital FM will give A 1 to Help a London Child, a charity that supports disadvantaged children and young people in London.";
arnews[1] += "
Publ.Date : Sat, 07 Nov 2009 10:40:26 GMT";
arnews[1] += "
";
arnews[2]="The Girlfriends of George Clooney
";
arnews[2] += "Actor George Clooney and Elisabetta Canalis attend the \"Up In The Air\" Premiere during Day 3 of the 4th International Rome Film Festival on October 17, 2009.";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 18:47:00 GMT";
arnews[2] += "
";
arnews[3]="Lindsay Lohan Makes Out With Gerard Butler, Gerard Subtly Reminded Of Sushi
";
arnews[3] += "They sucked face then they drove off together in a golf cart so neither of them would risk losing their license.";
arnews[3] += "
Publ.Date : Tue, 03 Nov 2009 09:40:00 GMT";
arnews[3] += "
";
arnews[4]="Lindsay Lohan Locks Lips W/ Gerard Butler After Raunchy Dance?
";
arnews[4] += "Lindsay Lohan, the actress a ' whose on/off relationship with DJ Samantha Ronson recently ended - was seen locking lips with the handsome actor after performing a raunchy dance for him at the Sol Kerzner Mazagan Beach Resort in Monaco.";
arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 16:56:08 GMT";
arnews[4] += "
";
arnews[5]="Lohan links up with Scottish lothario
";
arnews[5] += "Lindsay Lohan has been spotted kissing Gerard Butler. The actress - whose on/off relationship with DJ Samantha Ronson recently ended - was seen locking lips with the handsome actor after performing a raunchy dance for him at the Sol Kerzner Mazagan Beach Resort in Morocco.";
arnews[5] += "
Publ.Date : Mon, 02 Nov 2009 23:27:00 GMT";
arnews[5] += "
";
arnews[6]="Lindsay Lohan spotted kissing Gerard Butler in Morocco
";
arnews[6] += "Lindsay Lohan has been spotted kissing Gerard Butler. The actress, whose on/off relationship with DJ Samantha Ronson recently ended, was seen locking lips with the handsome actor after performing a raunchy dance for him at the Sol Kerzner Mazagan Beach Resort in Morocco.";
arnews[6] += "
Publ.Date : Mon, 02 Nov 2009 21:39:08 GMT";
arnews[6] += "
";
arnews[7]="Lindsay Lohan spotted kissing a Butler
";
arnews[7] += "Lindsay Lohan has been spotted kissing Gerard Butler. The actress - whose on/off relationship with DJ Samantha Ronson recently ended - was seen locking lips with the handsome actor after performing a raunchy dance for him at the Sol Kerzner Mazagan Beach Resort in Monaco.";
arnews[7] += "
Publ.Date : Mon, 02 Nov 2009 18:56:02 GMT";
arnews[7] += "
";
arnews[8]="Lindsay Lohan - Lindsay Lohan's Gerard Romance
";
arnews[8] += "Lindsay Lohan has been getting over her split from Samantha Ronson by kissing Gerard Butler.";
arnews[8] += "
Publ.Date : Mon, 02 Nov 2009 18:14:41 GMT";
arnews[8] += "
";
totcount = 9;
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("