var contentrb=new Array()

contentrb[0]='<a href="http://www.ncircleentertainment.com/Content.aspx?id=NChurrayHuckle"><img src="/customers/ncircle/Img/banners/125x125_1.jpg" border=0 alt="buy, shop for Richard Scarry Busytown Hurray Huckle solve the mystery dvds movies"></a>'
contentrb[1]='<a href="http://www.ncircleentertainment.com/Content.aspx?id=NCwordWorld"><img src="/customers/ncircle/Img/banners/125x125_2.jpg" border=0 alt="buy, shop for WordWorld Word World dvds movies"></a>'




function PlayBannerc(){
  this.i = 0;
  this.RandomOrderc = function (targetArray, firstTarget){
    if (this.i >= 9) return;
    var the_one
      the_one=Math.floor(Math.random()*targetArray.length)

  	 document.all["cardrb"].innerHTML = targetArray[the_one];

    this.i++;
  }
}