var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="EL TORO - Divertimento (Taurus Holland) 192 mp3, 320 mp3, wav
";
arnews[0] += "Title: Divertimento
Artist: EL TORO
Label: Taurus Holland
Format: 192 mp3, 320 mp3, wav
Track listing:
Divertimento
Divertimento (Ummet Ozcan remix)
";
arnews[0] += "
Publ.Date : Thu, 09 Sep 2010 00:00:00 +0100";
arnews[0] += "
";
arnews[1]="VAN TWISTIGEN, Vojt presents FUTURITION - The Love Of My Life (Musical Madness Holland) 192 mp3, 320 mp3, wav
";
arnews[1] += "Title: The Love Of My Life
Artist: VAN TWISTIGEN, Vojt presents FUTURITION
Label: Musical Madness Holland
Format: 192 mp3, 320 mp3, wav
Track listing:
The Love Of My Life
";
arnews[1] += "
Publ.Date : Thu, 09 Sep 2010 00:00:00 +0100";
arnews[1] += "
";
arnews[2]="WASSE, Damian - Airy (Pure Magic Recordings) 192 mp3, 320 mp3, wav
";
arnews[2] += "Title: Airy
Artist: WASSE, Damian
Label: Pure Magic Recordings
Format: 192 mp3, 320 mp3, wav
Track listing:
Airy (original mix)
Airy (Iversoon progressive remix)
";
arnews[2] += "
Publ.Date : Thu, 09 Sep 2010 00:00:00 +0100";
arnews[2] += "
";
arnews[3]="VARIOUS - SuperClub Vol 4 (National Sound) 192 mp3, 320 mp3, wav
";
arnews[3] += "Title: SuperClub Vol 4
Artist: VARIOUS
Label: National Sound
Format: 192 mp3, 320 mp3, wav
Track listing:
- Mirage
- C The Sun
- Pushing Hands To The Heaven (Photographer remix)
- Cerulean City
- The Fate (club mix)
- Futuro
- Live In Moonlight
- Rotorblade
- My Little Sad Cloud
";
arnews[3] += "
Publ.Date : Thu, 09 Sep 2010 00:00:00 +0100";
arnews[3] += "
";
arnews[4]="VARIOUS - Id&t Classics: Pt 9 (ID&T) 192 mp3, 320 mp3, wav
";
arnews[4] += "Title: Id&t Classics: Pt 9
Artist: VARIOUS
Label: ID&T
Format: 192 mp3, 320 mp3, wav
Track listing:
- Maximum Overdrive
- Let's Get It On (Jaimy & Kenny D remix)
- After Me
- Beachbreeze (Remember The Summer) (feat Jan Johnston)
- The Anthem 2003 (Robert Gitelman remix)
- Recovered
- Time Is Running Out (No-Tech-No-Trance mix)
- Sonsuz (Mark Norman remix)
- Human Evolution
- Feeling The Sunrise
- No Angel (extended)
- Sosei
- Acess Denied
- Globalisation (2 AM mix)
- Floating
";
arnews[4] += "
Publ.Date : Thu, 09 Sep 2010 00:00:00 +0100";
arnews[4] += "
";
arnews[5]="DENISOV, Pavel - Instant (Only One) 192 mp3, 320 mp3, wav
";
arnews[5] += "Title: Instant
Artist: DENISOV, Pavel
Label: Only One
Format: 192 mp3, 320 mp3, wav
Track listing:
Instant (original mix)
Instant (Sergey Shemet remix)
Instant (Invisible Sounds Don't Stop mix)
Instant (Christian Drost remix)
";
arnews[5] += "
Publ.Date : Thu, 09 Sep 2010 00:00:00 +0100";
arnews[5] += "
";
arnews[6]="BT - Movement In Still Life (reissue) (FREE DELIVERY) (Black Hole UK) 2xCD
";
arnews[6] += "Title: Movement In Still Life (reissue) (FREE DELIVERY)
Artist: BT
Label: Black Hole UK
Format: 2xCD
Monday Shipping
Track listing:
Movement In Still Life
Ride
Madskillz-Mic Chekka
The Hip Hop Phenomenon
Mercury & Solace
Dreaming
Giving Up The Ghost
Godspeed
Namistai
Running Down The Way Up
Satellite
Never Gonna Come Back Down
Fibonacci Sequence
Godspeed (Hybrid mix)
Mercury & Solace (Mark Shimmon mix)
Dreaming (Evolution mix)
Dreaming (Libra mix)
Namaste (extended version)
";
arnews[6] += "
Publ.Date : Wed, 08 Sep 2010 00:00:00 +0100";
arnews[6] += "
";
arnews[7]="TOTTI, Marcello - Piano In Heaven (Deep Ocean) 192 mp3, 320 mp3, wav
";
arnews[7] += "Title: Piano In Heaven
Artist: TOTTI, Marcello
Label: Deep Ocean
Format: 192 mp3, 320 mp3, wav
Track listing:
Piano In Heaven (Michael C remix)
Piano In Heaven (original mix)
I Love Ibiza (original mix)
";
arnews[7] += "
Publ.Date : Wed, 08 Sep 2010 00:00:00 +0100";
arnews[7] += "
";
arnews[8]="LUIANNE - Homesickness (extended trance mix edition) (Zimbalam) 192 mp3, 320 mp3, wav
";
arnews[8] += "Title: Homesickness (extended trance mix edition)
Artist: LUIANNE
Label: Zimbalam
Format: 192 mp3, 320 mp3, wav
Track listing:
Homesickness (extended trance mix edition)
";
arnews[8] += "
Publ.Date : Wed, 08 Sep 2010 00:00:00 +0100";
arnews[8] += "
";
arnews[9]="BROLIS, Stefano/DIVOROSSO/ALBERTO RESCONI - Joy House (Rossovivo) 192 mp3, 320 mp3, wav
";
arnews[9] += "Title: Joy House
Artist: BROLIS, Stefano/DIVOROSSO/ALBERTO RESCONI
Label: Rossovivo
Format: 192 mp3, 320 mp3, wav
Track listing:
- Napalm
- Apocalipse
- In Disco
- Junglelove
- One Boy
- Mustang
- Unity Party
- Space Gold
- Muster
- Sparrow
- You Are
- Ring Now
- Babudonio
- The Clan
- Pirates
- Over The Sun
- Lambo Sound
- Italian Job
";
arnews[9] += "
Publ.Date : Wed, 08 Sep 2010 00:00:00 +0100";
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("