<!-- Paste this code into an external JavaScript file named: randomAds.js 200x200 -->

/* This script and many more are available free online at
The JavaScript Source :: http://javascript.internet.com
Created by: Michael Stransky :: http://www.stransky-webdesigns.com/ */

var adblock=new Array()
adblock[0]='<a href="http://www.tinyurl.com/createart"><img src="http://i42.tinypic.com/2v0bdrq.jpg" class="imgBorder" alt="Get More Views For YOUR lyt Site:D!" border="0"></a>'
adblock[1]='<a href="http://www.neverendingsecrets.co.cc/"><img src="http://i43.tinypic.com/2hgxn5i.jpg" class="imgBorder" alt="CLICK FOR LAYOUTS :D!" border="0"></a>'
adblock[2]='<a href="http://www.tinyurl.com/createart"><img src="http://i41.tinypic.com/15qcfg3.jpg" class="imgBorder" alt="CLICK FOR LAYOUTS :D!" border="0"></a>'
adblock[3]='<a href="http://www.eco-layouts.com/"><img src="http://i41.tinypic.com/2mniwev.jpg" class="imgBorder" alt="CLICK FOR LAYOUTS :D!" border="0"></a>'
adblock[4]='<a href="http://www.omgcutelayouts.com/"><img src="http://i44.tinypic.com/jij8n8.jpg" class="imgBorder" alt="CLICK FOR LAYOUTS :D!" border="0"></a>'
adblock[5]='<a href="http://starkilla.lyts.me/"><img src="http://i41.tinypic.com/t4tptt.jpg" class="imgBorder" alt="CLICK FOR LAYOUTS :D!" border="0"></a>'
adblock[6]='<a href="http://absolutlyts.keruptt.com/"><img src="http://i44.tinypic.com/10gxnrk.jpg" class="imgBorder" alt="CLICK FOR LAYOUTS :D!" border="0"></a>'
adblock[7]='<a href="http://lv.fatelayoutsx3.com/"><img src="http://i40.tinypic.com/efi2c5.jpg" class="imgBorder" alt="CLICK FOR LAYOUTS :D!" border="0"></a>'

randomorder(adblock, '&nbsp;')


function randomorder(targetarray, spacing) {
  var randomorder=new Array()
var the_one
var z=7
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++
    }
  }
}








