var contents=new Array()

contents[0]='<a href="http://www.ethnotechno.com/geosonic_1.php"><img src="../cds/top/geosonic_1.jpg" border=0 vspace=1 hspace=6 alt="geosonic grooves vol 1"></a>'

contents[1]='<a href="http://www.ethnotechno.com/bebel_tanto-remix.php"><img src="../cds/top/bebel_tanto-remix.jpg" border=0 vspace=1 hspace=6 alt="bebel gilberto :: tanto tempo remixes"></a>'

contents[2]='<a href="http://www.ethnotechno.com/asialounge.php"><img src="../cds/top/asialounge.jpg" border=0 vspace=1 hspace=6 alt="asia lounge :: asian flavoured beats"></a>'

contents[3]='<a href="http://www.ethnotechno.com/shabaz.php"><img src="../cds/top/shabaz.jpg" border=0 vspace=1 hspace=6 alt="shabaz :: shabaz"></a>'

contents[4]='<a href="http://www.ethnotechno.com/kharmabeats.php"><img src="../cds/top/kharmabeats.jpg" border=0 vspace=1 hspace=6 alt="kharma beats"></a>'

contents[5]='<a href="http://www.ethnotechno.com/drfg.php"><img src="../cds/top/drfg.jpg" border=0 vspace=1 hspace=6 alt="quango mystic groove"></a>'



















var spacing=""


//////No need to edit beyond this point///////////////
var randomorder=new Array()
var the_one
var z=0
for (i=0;i<contents.length;i++)
randomorder[i]=i



while (z<contents.length){
the_one=Math.floor(Math.random()*contents.length)
if (contents[the_one]!="_selected!"){
document.write(contents[the_one]+spacing)
contents[the_one]="_selected!"
z++
}

}

