var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The 2009 WIRED Store Debuts This Weekend Presented by American ... - TMCnet
";
arnews[0] += "For the first time this year, the WIRED Store will feature a creative collaboration with international recording artist Moby. On a one-of-a-kind interactive mural, Moby combines his playful artwork with cutting-edge electric paint that comes to life ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:35:00 GMT";
arnews[0] += "
";
arnews[1]="Lit: Moby-Dick Marathon Reading - WCPO
";
arnews[1] += "In order to celebrate the success of their exhibit, Chasing the Whale in Northern Kentucky, Gallerie Zaum is hosting a two-day marathon reading of Herman Melville’s classic, Moby-Dick, which will also be celebrating its 156th birthday on Saturday ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 17:46:00 GMT";
arnews[1] += "
";
arnews[2]="Moby: The X Factor debases music - Entertainment.uk.msn.com
";
arnews[2] += "Moby has blasted The X Factor, saying it \"debases\" music. The singer-songwriter said in an interview with Live From Studio Five that he thinks shows like the ITV singing programme are \"awful\" and he has no interest in them. He said: \"I think it ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 14:33:00 GMT";
arnews[2] += "
";
arnews[3]="Moby Talks Insomnia Issues - Post Chronicle
";
arnews[3] += "Dance music star Moby refuses to take regular medication for his insomnia - because he has heard too many horror stories about people becoming addicted to sleeping pills. The globe-trotting Dj regularly jets across the U.S. and over to Europe for ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 15:01:00 GMT";
arnews[3] += "
";
arnews[4]="Moby Blasts Reality Singing Shows - Post Chronicle
";
arnews[4] += "Dance star Moby has followed Sting's lead by hitting out at reality shows such as American Idol - insisting the \"awful\" singing contests are cheapening the music industry. The Dj shuns the Simon Cowell-judged competitions, including The X Factor ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 15:01:00 GMT";
arnews[4] += "
";
arnews[5]="DJ Moby says no to sleeping pills - SamayLive
";
arnews[5] += "London: Techno star Moby has refused to take medication for his insomnia because he fears he will get addicted to sleeping pills. DJ Moby regularly jets across the US and Europe for shows and finds himself struggling to fall asleep after shows. His ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 05:22: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("