var arnews = new Array(10);
totcount = 10;
rnd = 0;
arnews[0]="#9: The Last Resort
";
arnews[0] += "
The Last Resort Trentemøller | Format: Audio CD
(8) Buy new: £11.99 33 used & new from £6.48 (Ranking is updated hourly. Visit the Bestsellers in Techno list for authoritative information on this product's current rank.)";
arnews[0] += "
";
arnews[1]="#8: The Best Of Sash!
";
arnews[1] += "
The Best Of Sash! Sash! | Format: Audio CD
(13) Buy new: £2.14 57 used & new from £0.63 (Ranking is updated hourly. Visit the Bestsellers in Techno list for authoritative information on this product's current rank.)";
arnews[1] += "
";
arnews[2]="#7: The Man Machine
";
arnews[2] += "
The Man Machine Kraftwerk | Format: Audio CD
(8) Buy new: £8.99 29 used & new from £7.74 (Ranking is updated hourly. Visit the Bestsellers in Techno list for authoritative information on this product's current rank.)";
arnews[2] += "
";
arnews[3]="#6: Mash Up Mix New 2009
";
arnews[3] += "
Mash Up Mix New 2009 Cut Up Boys | Format: Audio CD
(9) Buy new: £9.49 44 used & new from £2.19 (Ranking is updated hourly. Visit the Bestsellers in Techno list for authoritative information on this product's current rank.)";
arnews[3] += "
";
arnews[4]="#5: Oi Oi Oi
";
arnews[4] += "
Oi Oi Oi Boys Noize | Format: Audio CD
(4) Buy new: £5.99 25 used & new from £3.91 (Ranking is updated hourly. Visit the Bestsellers in Techno list for authoritative information on this product's current rank.)";
arnews[4] += "
";
arnews[5]="#4: Second Light
";
arnews[5] += "
Second Light Dreadzone | Format: Audio CD
(14) Buy new: £4.18 44 used & new from £2.48 (Ranking is updated hourly. Visit the Bestsellers in Techno list for authoritative information on this product's current rank.)";
arnews[5] += "
";
arnews[6]="#3: Skydivin'
";
arnews[6] += "
Skydivin' Darren Styles | Format: Audio CD
(12) Buy new: £3.49 46 used & new from £0.44 (Ranking is updated hourly. Visit the Bestsellers in Techno list for authoritative information on this product's current rank.)";
arnews[6] += "
";
arnews[7]="#2: Into the Great Wide Yonder
";
arnews[7] += "
Into the Great Wide Yonder Trentemøller | Format: Audio CD
(4) Buy new: £6.99 24 used & new from £6.99 (Ranking is updated hourly. Visit the Bestsellers in Techno list for authoritative information on this product's current rank.)";
arnews[7] += "
";
arnews[8]="#10: Splazsh
";
arnews[8] += "
Splazsh Actress | Format: Audio CD
(2) Buy new: £8.38 20 used & new from £8.37 (Ranking is updated hourly. Visit the Bestsellers in Techno list for authoritative information on this product's current rank.)";
arnews[8] += "
";
document.title=document.title+ " ";
arnews[9]="#1: For Lack of a Better Name
";
arnews[9] += "
For Lack of a Better Name Deadmau5 | Format: Audio CD
(8) Buy new: £5.07 37 used & new from £4.38 (Ranking is updated hourly. Visit the Bestsellers in Techno list for authoritative information on this product's current rank.)";
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("