
var content=new Array() //sample set 1
content[0]='<a href="http://www.salonyeditepe.com/" rel="nofollow" target="_blank"><img src="images/salonyeditepe.jpg" width="240" height="80" border="0"></a>'
content[1]='<a href="http://www.valsdugunsalonlari.com/" rel="nofollow" target="_blank"><img src="images/salon_vals.jpg" width="240" height="80" border="0"></a>'
content[2]='<a href="http://www.sultansarnic.com/" rel="nofollow" target="_blank"><img src="images/sultan_sarnic.jpg" width="240" height="80" border="0"></a>'
content[3]='<a href="http://www.salonselay.com" rel="nofollow" target="_blank"><img src="images/salonselay.jpg" width="240" height="80" border="0"></a>'
content[4]='<a href="http://www.bagdatdugunsalonu.com/" rel="nofollow" target="_blank"><img src="images/salon-bagdat-3.jpg" width="240" height="80" border="0"></a>'
content[5]='<a href="http://www.caris.com.tr/" rel="nofollow" target="_blank"><img src="images/caris.jpg" width="240" height="80" border="0"></a>'
content[6]='<a href="http://www.tacdugunsalonu.com/" rel="nofollow" target="_blank"><img src="images/tac_dugun_salonu.jpg" width="240" height="80" border="0"></a>'
content[7]='<a href="http://www.salonafrodit.com/" rel="nofollow" target="_blank"><img src="images/salonafrodit.jpg" width="240" height="80" border="0"></a>'
content[8]='<a href="http://www.salonzigana.org/" rel="nofollow" target="_blank"><img src="images/salonzigana.jpg" width="240" height="80" border="0"></a>'
content[9]='<a href="http://www.salonuzunlar.com/" rel="nofollow" target="_blank"><img src="images/salonuzunlar.jpg" width="240" height="80" border="0"></a>'
content[10]='<a href="http://www.salonroyal.net/" rel="nofollow" target="_blank"><img src="images/salonroyal.jpg" width="240" height="80" border="0"></a>'
content[11]='<a href="http://www.salonyakamoz.com/" rel="nofollow" target="_blank"><img src="images/salon-yakamoz.png" width="240" height="80" border="0"></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, '&nbsp;&nbsp;')

