var adblock125=new Array()
/*fotolia*/
adblock125[0]='<a href="http://fr.fotolia.com/partner/200739003"><img src="http://static.fotolia.com/pics/fr/banners/animated/125x125.gif" width="125" height="125" alt="Fotolia" /></a>'

function randomorder125(targetarray, spacing) {
  var randomorder125=new Array()
  var the_one125
  var z=0
  for (i=0;i<targetarray.length;i++) 
  randomorder125[i]=i
  while (z<targetarray.length) {
    the_one125=Math.floor(Math.random()*targetarray.length)
    if (targetarray[the_one125]!="_selected!"){
      document.write(targetarray[the_one125]+spacing)
      targetarray[the_one125]="_selected!"
      z++
    }
  }
}
