var content=new Array()

content[0]='<a href="http://www.ncircleentertainment.com/Content/NCkittenParty"><img src="/customers/ncircle/Img/banners/120x240_1.jpg" border=0 alt="buy, shop for kitten party cat dvds movies"></a>'
content[1]='<a href="http://www.ncircleentertainment.com/Content/NCdoodlebops"><img src="/customers/ncircle/Img/banners/120x240_2.jpg" border=0 alt="buy, shop for doodle bops lets rock dvds movies"></a>'
content[2]='<a href="http://www.ncircleentertainment.com/Content/NCdiveOlly"><img src="/customers/ncircle/Img/banners/120x240_3.jpg" border=0 alt="buy, shop for dive olly dive splash into fun dvds movies"></a>'
content[3]='<a href="http://www.ncircleentertainment.com/Content/NCwordWorld"><img src="/customers/ncircle/Img/banners/120x240_4.jpg" border=0 alt="buy, shop for word world watch words come alive dvds movies"></a>'
content[4]='<a href="http://www.ncircleentertainment.com/Content/NCsid"><img src="/customers/ncircle/Img/banners/120x240_5.jpg" border=0 alt="buy, shop for sid the science kid think like a scientist dvds movies"></a>'

function PlayBanner(){
  this.i = 0;
  this.RandomOrder = function (targetArray, firstTarget){
    if (this.i >= 9) return;
    var the_one
      the_one=Math.floor(Math.random()*targetArray.length)

  	 document.all["cardr"].innerHTML = targetArray[the_one];

    this.i++;
  }
}
