var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Indie labels sign download deal
";
arnews[0] += "A battle between independent record companies and online giant MySpace has been resolved this weekend after a year-long wrangle over money.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:02:55 GMT";
arnews[0] += "
";
arnews[1]="Observer Review
";
arnews[1] += "Gavin & Stacey were filming in her home village. In her local church. Carole Cadwalladr just had to be there The critics p13 The Habit of Art Alan Bennett's imagined encounter between Britten and Auden is full of ideas, laughs and great performances, writes Susannah Clapp The critics p16 Kitty Empire reviews Sting's daughter Coco, Arctic Monkeys' ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:11:15 GMT";
arnews[1] += "
";
arnews[2]="The Informant! | Film review
";
arnews[2] += "Matt Damon gives the best performance of his career so far in this true story of Mark Whitacre, an overweight, moustachioed, highly paid, high-flying executive for a major agri-business corporation in the American Midwest who, in 1992, blew the whistle on his employers for worldwide price fixing.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:07:04 GMT";
arnews[2] += "
";
arnews[3]="Cult acts cash in with MySpace deal
";
arnews[3] += "MYSPACE has defused a year-long row with independent record labels, allowing artists such as Arctic Monkeys, Basement Jaxx and Bjork to sell songs on the social networking site's music service when it launches shortly in Britain.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 22:58:39 GMT";
arnews[3] += "
";
arnews[4]="MySpace strikes deal to sell independent music from big artists
";
arnews[4] += "News Corp site settles row with Merlin agency whose clients include Arctic Monkeys, Radiohead and Vampire Weekend MySpace has settled a year-long row with independent record companies with a landmark deal that will allow artists including Arctic Monkeys , Radiohead and Vampire Weekend to sell tracks on the social networking site's music service.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:41:47 GMT";
arnews[4] += "
";
arnews[5]="Is MySpace Still Relevant? [Columns]
";
arnews[5] += "Let's cast our minds back around four years and several generations in networld.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 14:30:05 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("