var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Amy Nuttall Fields of Gold
";
arnews[0] += "Clips of Amy Nuttall singing Fields of Gold ... Amy Nuttall Emmerdale";
arnews[0] += "
Publ.Date : Fri, 11 Sep 2009 08:20:29 GMT";
arnews[0] += "
";
arnews[1]="Amy Nuttall - Hotel Babylon 14th August 09
";
arnews[1] += "Amy Nuttall - Hotel Babylon 14th August 09";
arnews[1] += "
Publ.Date : Sat, 15 Aug 2009 20:15:13 GMT";
arnews[1] += "
";
arnews[2]="Amy Nuttall - Greensleeves
";
arnews[2] += "Artist: Amy Nuttall Album: Best Days Title: Greensleeves - Lyrics - Alas, my love, you do me wrong To cast me off discourteously; And I have loved you so long, Delighting in your...";
arnews[2] += "
Publ.Date : Sun, 19 Jul 2009 02:59:19 GMT";
arnews[2] += "
";
arnews[3]="Amy Nuttall - So Far Away
";
arnews[3] += "The picture used in this music clip was hand drawn by Veronica Palacios. It is titled: \"Springs Kaleidoscope\" Her page can be found at: veross.deviantart.com Artist comment: \"I...";
arnews[3] += "
Publ.Date : Sat, 18 Jul 2009 05:33:38 GMT";
arnews[3] += "
";
arnews[4]="lastminute.com Good Stuff giveaway to Manchester
";
arnews[4] += "lastminute.com and Amy Nuttall opened a store in Piccadilly Gardens giving the people of Manchester the good stuff absolutely FREE. Those that came along were treated to FREE...";
arnews[4] += "
Publ.Date : Wed, 18 Mar 2009 21:21:52 GMT";
arnews[4] += "
";
arnews[5]="Amy Nuttall opens lastminute.com good stuff store in Birmingham
";
arnews[5] += "Chloe Anderson in ITV's long running soap Emmerdale, and soon to be appearing in the smash hit BBC drama Hotel Babylon, to cut the ribbon and open the store those who got down...";
arnews[5] += "
Publ.Date : Thu, 12 Mar 2009 09:15:12 GMT";
arnews[5] += "
";
arnews[6]="HOW TO EAT DREADLOCKS Aaliyah Adriana Volpe Adrienne Bailon Adrienne Frantz Aish
";
arnews[6] += "http://www.mrpregnant.com http://www.myspace.com/mrpregnant http://www.youtube.com/mrpregnant Alicia Witt Alison Armitage Alison Lohman Alison Sweeney Allison Janney Allison Munn...";
arnews[6] += "
Publ.Date : Sun, 09 Dec 2007 08:00:00 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="Amy Nuttall - Scarborough Fair
";
arnews[7] += "Excelente version, la interprete una encantadora voz, esta es una de mis temas favoritos.";
arnews[7] += "
Publ.Date : Sat, 01 Sep 2007 02:19:00 GMT";
arnews[7] += "
";
arnews[8]="Amy Nuttall sings I Could Have Danced All Night
";
arnews[8] += "Amy Nuttall sings \"I Could Have Danced All Night\" as part of the children in need benefit concert";
arnews[8] += "
Publ.Date : Sat, 07 Jul 2007 01:00:50 GMT";
arnews[8] += "
";
arnews[9]="Amy Nuttall: Scarborough Fair
";
arnews[9] += "Amy Nuttall: Scarborough Fair";
arnews[9] += "
Publ.Date : Mon, 11 Jun 2007 06:26:15 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("