var contentrb=new Array()

contentrb[0]='<a href="http://www.theyarelearning.com" target="_new"><img src="/customers/ncircle/Img/banners/120x120_1.jpg" border=0 alt="Explore more of NCircle"></a>'
contentrb[1]='<a href="http://www.twitter.com/NCircle" target="_new"><img src="/customers/ncircle/Img/banners/120x120_2.jpg" border=0 alt="See NCircle on Twitter"></a>'
contentrb[2]='<a href="http://www.ncircleentertainment.com/Content/NCcatInTheHat"><img src="/customers/ncircle/Img/banners/120x120_3.jpg" border=0 alt="buy, shop for cat in the hat dr. seuss dvds movies"></a>'
contentrb[3]='<a href="http://www.ncircleentertainment.com/Content/NCFairies"><img src="/customers/ncircle/Img/banners/120x120_4.jpg" border=0 alt="buy, shop for the fairies dvds movies"></a>'
contentrb[4]='<a href="http://www.ncirclesizzle.com/" target="_new"><img src="/customers/ncircle/Img/banners/120x120_5.jpg" border=0 alt="watch trailers"></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++;
  }
}
