var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " - New releases in Trance on djdownload.com";
document.title=document.title+ " ";
arnews[0]="Various Artists - MNM Records Vol 2 (COMPILATION ALBUM) [MNM]
";
arnews[0] += "";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 00:00:00 +0000";
arnews[0] += "
";
arnews[1]="Sa Trincha - One Way Flight (ARTIST ALBUM) [DJ Center France]
";
arnews[1] += "";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 00:00:00 +0000";
arnews[1] += "
";
arnews[2]="Various - The Best Of Boshed Hard: Part 4 (COMPILATION ALBUM) [Boshed Hard]
";
arnews[2] += "";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 00:00:00 +0000";
arnews[2] += "
";
arnews[3]="Hydrocore - Morning After Dark (ARTIST ALBUM) [Celisa]
";
arnews[3] += "";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 00:00:00 +0000";
arnews[3] += "
";
arnews[4]="Various - The Best Of Boshed Hard Part 3 (COMPILATION ALBUM) [Boshed Hard]
";
arnews[4] += "";
arnews[4] += "
Publ.Date : Wed, 20 Jan 2010 00:00:00 +0000";
arnews[4] += "
";
arnews[5]="Skytech - Solitude (Original) [Coldharbour Holland]
";
arnews[5] += "";
arnews[5] += "
Publ.Date : Mon, 18 Jan 2010 00:00:00 +0000";
arnews[5] += "
";
arnews[6]="Cor Fijneman / Various - Private Party Vol 3 (COMPILATION ALBUM) [Black Hole Holland]
";
arnews[6] += "";
arnews[6] += "
Publ.Date : Mon, 18 Jan 2010 00:00:00 +0000";
arnews[6] += "
";
arnews[7]="Various Artists - The Collection (COMPILATION ALBUM) [Armada Music Holland]
";
arnews[7] += "";
arnews[7] += "
Publ.Date : Mon, 18 Jan 2010 00:00:00 +0000";
arnews[7] += "
";
arnews[8]="Various Artists - 2010 Fresh Tunes (COMPILATION ALBUM) [Armada Music Holland]
";
arnews[8] += "";
arnews[8] += "
Publ.Date : Mon, 18 Jan 2010 00:00:00 +0000";
arnews[8] += "
";
arnews[9]="Skytech - Moonlit (Original) [Coldharbour Holland]
";
arnews[9] += "";
arnews[9] += "
Publ.Date : Mon, 18 Jan 2010 00:00:00 +0000";
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("