var content=new Array() 
content[0]='<a href="http://www.wildgardendesign.com" target="_blank"><img src="http://theblog.modamuse.com/bblog/templates/moda/wg_banner.gif" width="150" height="100" border="0" alt="Wild Garden Design" vspace="5"></a>'
content[1]='<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[2]='<a href="http://www.bilingual.com.au/" target="_blank"><img src="http://theblog.modamuse.com/bblog/templates/moda/bilingual.gif" width="150" height="111" border="0" alt="Bilingual" vspace="5"></a>'
content[3]='<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>'








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>') 



