var adblock=new Array()
adblock[0]='<embed src="http://www.youtube.com/v/MOkwN6fr4aY&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[1]='<embed src="http://www.youtube.com/v/ywSr5AdEM8c&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[2]='<embed src="http://www.youtube.com/v/YgbDD5YL31Y&h=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[3]='<embed src="http://www.youtube.com/v/BRs9z8UfQzY&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[4]='<embed src="http://www.youtube.com/v/czR1yxKfhUc&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[5]='<embed src="http://www.youtube.com/v/RKQgDY0pZ68&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[6]='<embed src="http://www.youtube.com/v/8sgycukafqQ&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[7]='<embed src="http://www.youtube.com/v/DmeUuoxyt_E&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[8]='<embed src="http://www.youtube.com/v/GZSnJIJDTNU&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[9]='<embed src="http://www.youtube.com/v/kRLAyG3gKYg&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[10]='<embed src="http://www.youtube.com/v/i2rZ8Y1yY64&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[11]='<embed src="http://www.youtube.com/v/Mm2eT-sTVys&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'
adblock[12]='<embed src="http://www.youtube.com/v/jOSZsxSTvnI&hl=en&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="180"></embed>'


function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=12
  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++
    }
  }
}
