  var max      = 22;
  var nrImages = 22;  function makeImages() {
    this[1]     = "http://megaconta.net/images/banners_anuncios/468_98_2.gif"; 
    this[2]     = "http://megaconta.net/images/banners_anuncios/platboytv_468_60.gif";
    this[3]     = "http://megaconta.net/images/banners_anuncios/468_xp_3.gif";
    this[4]     = "http://megaconta.net/images/banners_anuncios/afiliado468x60.gif";
    this[5]     = "http://megaconta.net/images/rapid_share_30_doas.jpg";
    this[6]     = "http://megaconta.net/images/banners01/digitalafiliado468x60porno.gif";
    this[7]     = "http://megaconta.net/images/banners01/tvnopc468.gif";
    this[8]     = "http://megaconta.net/images/banners_anuncios/afiliado468x60-1.gif";
    this[9]     = "http://megaconta.net/images/banners_anuncios/afiliado468x60.gif";
    this[10]    = "http://megaconta.net/images/banners01/digitalafiliado468x60porno.gif";
    this[11]    = "http://megaconta.net/images/banners_anuncios/conta_premium/banner_rapid_share.gif";
    this[12]    = "http://megaconta.net/images/2ptpanp.jpg";
    this[13]    = "http://megaconta.net/images/banners_anuncios/tv.gif";
    this[14]    = "http://megaconta.net/images/banners_anuncios/tv1.gif";
    this[15]    = "http://megaconta.net/images/rapid_share_30_doas.jpg";
    this[16]    = "http://megaconta.net/images/banners_anuncios/468_xp_2.gif";
    this[17]    = "http://megaconta.net/images/2ptpanp.jpg";
    this[18]    = "http://megaconta.net/images/banners_anuncios/futebol.gif";
    this[19]    = "http://megaconta.net/images/banners_anuncios/PlatboyTVd_468_60.gif";
    this[20]    = "http://megaconta.net/images/banners_anuncios/afiliado468x60-1.gif";
    this[21]    = "http://megaconta.net/images/banners01/fut2.gif";
    this[22]    = "http://megaconta.net/images/rapid_share_30_doas.jpg";
    this.length = nrImages;
  }
  function makeLinks() {
    this[1]     = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[2]     = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[3]     = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[4]     = "http://www.megaconta.net/affiliate_info.php?ref=1110";
    this[5]     = "http://www.megaconta.net/index.php?ref=1110&products_id=6&affiliate_banner_id=16";
    this[6]     = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[7]     = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[8]     = "http://www.megaconta.net/affiliate_info.php?ref=1110";
    this[9]     = "http://www.megaconta.net/affiliate_info.php?ref=1110";
    this[10]    = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[11]    = "http://www.megaconta.net/index.php?ref=1110&products_id=6&affiliate_banner_id=16";
    this[12]    = "http://www.megaconta.net/index.php?ref=1110&products_id=6&affiliate_banner_id=16";
    this[13]    = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[14]    = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[15]    = "http://www.megaconta.net/index.php?ref=1110&products_id=6&affiliate_banner_id=16";
    this[16]    = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[17]    = "http://www.megaconta.net/index.php?ref=1110&products_id=6&affiliate_banner_id=16";
    this[18]    = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[19]    = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[20]    = "http://www.megaconta.net/affiliate_info.php?ref=1110";
    this[21]    = "http://www.megaconta.net/product_info.php?ref=1110&amp;products_id=6&amp;affiliate_banner_id=9";
    this[22]    = "http://www.megaconta.net/index.php?ref=1110&products_id=6&affiliate_banner_id=16";
    this.length = nrImages;

  }
  var vetImages = new makeImages();
  var vetLinks  = new makeLinks();
  var x = Math.round(Math.random()*max);
  var y    = max / nrImages;
  for(var cont = 1;cont*y <= max;cont++) {
    if (x <= (cont*y)) {
      document.write("<a href="+vetLinks[cont-1]+" target=_blank><img  src="+vetImages[cont-1]+" border=0></a>");
      break;
    }
  }
