var content=new Array() 

content[0]='<a href="http://www.mixtapezine.com/" target="_blank"><img src="http://theblog.modamuse.com/bblog/templates/moda/mixtape.gif" width="150" height="100" border="0" alt="Mixtapezine" vspace="5"></a>'
content[1]='<a href="http://www.thefinderskeepers.com/" target="_blank"><img src="http://theblog.modamuse.com/bblog/templates/moda/fk-logo.jpg" width="150" height="130" border="0" alt="Finders Keepers" vspace="5"></a>'
content[2]='<a href="http://www.kasaustralia.com.au" target="_blank"><img src="http://theblog.modamuse.com/bblog/templates/moda/kas.gif" width="150" height="100" border="0" alt="KAS" vspace="5"></a>'
content[3]='<a href="http://www.alijart.com" target="_blank"><img src="http://theblog.modamuse.com/bblog/templates/moda/alij.jpg" width="150" height="100" border="0" alt="Ali J Art" vspace="5"></a>'
content[4]='<a href="http://www.thehomelanders.net" target="_blank"><img src="http://theblog.modamuse.com/bblog/templates/moda/homelanders.jpg" width="150" height="100" border="0" alt="Homelanders" vspace="5"></a>'
content[5]='<a href="http://www.thelittlegem.com.au" target="_blank"><img src="http://theblog.modamuse.com/bblog/templates/moda/little_jem.gif" width="150" height="100" border="0" alt="Little Jem" vspace="5"></a>'
content[6]='<a href="http://www.lifeinteriors.com.au" target="_blank"><img src="http://theblog.modamuse.com/bblog/templates/moda/life_interiors.gif" width="150" height="100" border="0" alt="Life Interiors" vspace="5"></a>'









function randomorder(targetarray, spacing){

var randomorder=new Array()
var the_one
var z=0
for (i=0;i<targetarray.length;i++)
randomorder[i]=i

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


randomorder(content, '<br>') 




