var adshop=new Array()
adshop[0]='<iframe src="/home/shopping-tipp/shopping-tipp01.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'
adshop[1]='<iframe src="/home/shopping-tipp/shopping-tipp02.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'
adshop[2]='<iframe src="/home/shopping-tipp/shopping-tipp03.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'
adshop[3]='<iframe src="/home/shopping-tipp/shopping-tipp04.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'
adshop[4]='<iframe src="/home/shopping-tipp/shopping-tipp05.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'
adshop[5]='<iframe src="/home/shopping-tipp/shopping-tipp06.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'
adshop[6]='<iframe src="/home/shopping-tipp/shopping-tipp07.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'
adshop[7]='<iframe src="/home/shopping-tipp/shopping-tipp08.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'
adshop[8]='<iframe src="/home/shopping-tipp/shopping-tipp09.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'
adshop[9]='<iframe src="/home/shopping-tipp/shopping-tipp10.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'
adshop[10]='<iframe src="/home/shopping-tipp/shopping-tipp11.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'
adshop[11]='<iframe src="/home/shopping-tipp/shopping-tipp12.html" width="100%" height="260" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'

function randomshop(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=11
  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++
    }
  }
}
