var adblock=new Array()
adblock[0]='<a href="http://itunes.apple.com/gb/app/mirror-wills-kate-royal-love/id426957203?mt=8" target="_blank"><img src="/assets/images/layout/_col/468x60-royal-wedding-app-APPLE.jpg" class="banner" style="width: 468px; height: 60px; border: 0px;" alt="Will and Kate App"></a>'
adblock[1]='<a href="http://store.ovi.com/content/110210/reviews" target="_blank"><img src="/assets/images/layout/_col/468x60-royal-wedding-app-NOKIA.jpg" class="banner" alt="Willa and Kate Nokia App" style="width: 468px; height: 60px; border: 0px;"></a>'
function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=1
  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++
    }
  }
}

