var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="EMI publishing is on song
";
arnews[0] += "New figures posted on EMI's website show that its music publishing arm, which owns the rights to songs written by stars including Norah Jones, Kasabian, Megadeth and Jamie Cullum, enjoyed a 14.6pc increase in sales in the year to the end of March.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:11:43 GMT";
arnews[0] += "
";
arnews[1]="Stars support children's rights campaign
";
arnews[1] += "Stars such as James Nesbitt, David Beckham, Ewan McGregor and Cat Deeley gave their support to charity to mark the 20th anniversary of a major agreement on children's rights.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:08:16 GMT";
arnews[1] += "
";
arnews[2]="Montreux Unveils 2010 Poster by Brazil's Britto
";
arnews[2] += "Brazilian Romero Britto has created the 2010 edition of the Montreux Jazz Festival's poster, adding to a long list of striking images by famous artists that have made the posters desirable objects among collectors.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:46:08 GMT";
arnews[2] += "
";
arnews[3]="Montreux Unveils 2010 Poster By Brazil's Romero Britto
";
arnews[3] += "Brazilian Romero Britto has created the 2010 edition of the Montreux Jazz Festival's poster, adding to a long list of striking images by famous artists that have made the posters desirable objects among collectors.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:28:22 GMT";
arnews[3] += "
";
arnews[4]="Jamie Cullum: I owe it all to Michael Parkinson
";
arnews[4] += "Jamie Cullum's success is down to a certain white-haired chat show host. Polly Weeks talks to the pint-sized singer IT WAS a battle of housewives' favourites last month when tickets for Jamie Cullum and Michael Buble were put on sale within days of each other.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:30:00 GMT";
arnews[4] += "
";
arnews[5]="Review + Setlist: Harper Simon and the Pernikoff Brothers at Off Broadway, Thursday, November 19
";
arnews[5] += "Last night, Harper Simon wasn't received as the lauded prodigal son of a folk-rock and songwriting legend .";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="David Beckham, Ewan McGregor team up for Unicef's 'photo pledge' campaign
";
arnews[6] += "London, Nov 20 : Soccer star David Beckham, Ewan McGregor and Cat Deeley have teamed up for Unicef 'photo pledge' campaign in a bid to raise awareness on children's rights.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 13:42:30 GMT";
arnews[6] += "
";
arnews[7]="Celebrities pledge snaps for Unicef
";
arnews[7] += "David Beckham, Ewan McGregor and Cat Deeley have given their support to charity to mark the 20th anniversary of a major agreement on children's rights.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 07:24:48 GMT";
arnews[7] += "
";
arnews[8]="Celebrities pledge snaps for Unicef David Beckham, Ewan McGregor and...
";
arnews[8] += "David Beckham, Ewan McGregor and Cat Deeley have given their support to charity to mark the 20th anniversary of a major agreement on children's rights.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 04:58:02 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("