var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Roisin Murphy - Orally Fixated
";
arnews[0] += "Brand New Single of Disco Goddess and Fashion icon Roisin Murphy brings us her brand new single. ... \"Roisin Murphy\" \"Orally Fixated\" \"Demon Lover\" \"Fashion Icon\"";
arnews[0] += "
Publ.Date : Tue, 03 Nov 2009 19:45:31 GMT";
arnews[0] += "
";
arnews[1]="Movie Star (Uncensored) by Roisin Murphy
";
arnews[1] += "Movie Star (Uncensored) by Roisin Murphy";
arnews[1] += "
Publ.Date : Thu, 26 Mar 2009 02:22:14 GMT";
arnews[1] += "
";
arnews[2]="Roisin Murphy on NewNowNext Music
";
arnews[2] += "Roisin Murphy on NewNowNext Music";
arnews[2] += "
Publ.Date : Mon, 15 Dec 2008 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Roisin Murphy - Dear Miami
";
arnews[3] += "Roisin Murphy performs Dear Miami at the 2008 V Festival.";
arnews[3] += "
Publ.Date : Mon, 17 Nov 2008 09:57:24 GMT";
arnews[3] += "
";
arnews[4]="Roisin Murphy - Ramalama (bang bang)
";
arnews[4] += "Roisin Murphy - Ramalama (bang bang) Ruby Bird CD ... roisin murphy ramalama music";
arnews[4] += "
Publ.Date : Sat, 16 Aug 2008 18:51:44 GMT";
arnews[4] += "
";
arnews[5]="[unknown]: Roisin Murphy “Ruby Blue�
";
arnews[5] += "From the album Grey's Anatomy";
arnews[5] += "
Publ.Date : Sat, 12 Jul 2008 07:31:37 GMT";
arnews[5] += "
";
arnews[6]="Roisin Murphy Interview 01
";
arnews[6] += "Roisin Murphy, her dreams and the future: a creative intellect who looks ahead and devotes most of her energies to things to come. Author: qoob Views: 0 Keywords: interview ,...";
arnews[6] += "
Publ.Date : Thu, 29 Nov 2007 17:22:59 GMT";
arnews[6] += "
";
arnews[7]="UNITED KINGDOM: Dance diva Roisin Murphy returns with decidely more commercial sound for second solo album "Overpowered"
";
arnews[7] += "Never one to do things by halves, Roisin Murphy decided to call upon friends in high places for a new look and new sound for album number two. \"Overpowered\" sees an evolution of...";
arnews[7] += "
Publ.Date : Wed, 31 Oct 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="You Know Me Better - Roisin Murphy (made music video)
";
arnews[8] += "Fan made music video for \"You Know Me Better\". New track by Roisin Murphy from the \"Overpowered\" album";
arnews[8] += "
Publ.Date : Mon, 08 Oct 2007 00:23:46 GMT";
arnews[8] += "
";
document.title=document.title+ " ";
arnews[9]="Roisin Murphy - "Overpowered"
";
arnews[9] += "http://www.myspace.com/roisinmurphy Released: July 9th 2007 sees the return of one of music's most intriguing talents -- Róisín Murphy, the distinctive voice of dance-pop duo...";
arnews[9] += "
Publ.Date : Fri, 08 Jun 2007 16:54:04 GMT";
arnews[9] += "
";
totcount = 10;
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("