var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arctic Monkeys have witty lyrics but no repartee - Westmidlands.com
";
arnews[0] += "There’s no doubting that Sheffield lads Arctic Monkeys have made it big, but no matter how long they grow their hair, and despite their mature and mellow new sound, they will always be remembered for those witty tales of suburbia. The opening ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:37:00 GMT";
arnews[0] += "
";
arnews[1]="Indie labels sign download deal - The Independent
";
arnews[1] += "A battle between independent record companies and online giant MySpace has been resolved this weekend after a year-long wrangle over money. The deal, which will see music from leading British artists such as Arctic Monkeys, Adele and Antony and the ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:32:00 GMT";
arnews[1] += "
";
arnews[2]="Richard Hawley, Alex Turner and I Blame Coco - The Guardian
";
arnews[2] += "\"Ladies and gentlemen… Jedward!\" announces Radio 1 DJ Jo Whiley, as candlelight flickers on the stained glass of this working church. The Little Noise Sessions – an annual fortnight of bijou band sets in aid of Mencap – has become renowned for ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:09:00 GMT";
arnews[2] += "
";
arnews[3]="Arctic Monkeys planning fourth album - Entertainment.uk.msn.com
";
arnews[3] += "Arctic Monkeys' Matt Helders has revealed that the band have already discussed the recording of their next album - although they plan to take time out before gearing up work on it. The drummer told BBC 6music that the band, currently on tour in the ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:01:00 GMT";
arnews[3] += "
";
arnews[4]="BBC Music - BBC
";
arnews[4] += "Arctic Monkeys are an English alternative rock band from High Green, a suburb of Sheffield. Formed in 2002, the band currently consists of Alex Turner (lead vocals, guitar), Jamie Cook (guitar), Nick O'Malley (bass guitar, backing vocals) and Matt ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 19:25:00 GMT";
arnews[4] += "
";
arnews[5]="Arctic Monkeys Thinking About Fourth Album - 411mania.com
";
arnews[5] += "Band's drummer says they'll take their time... The drummer for the Arctic Monkeys, Matt Helders, has revealed that the band have already discussed the recording of their next album - though they'll take some time out before they get into the thick of ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 00:40: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("