  var aryImages = new Array(6);

  aryImages[0] = "images/sociais_1.jpg";
  aryImages[1] = "images/sociais_2.jpg";
  aryImages[2] = "images/sociais_3.jpg";
  aryImages[3] = "images/sociais_4.jpg";
  aryImages[4] = "images/sociais_5.jpg";
  aryImages[5] = "images/sociais_6.jpg";

  for (i=0; i < aryImages.length; i++) {
    var preload = new Image();
    preload.src = aryImages[i];
  }

  var aryImagesT = new Array(6);

  aryImagesT[0] = "images/sociais_1t.jpg";
  aryImagesT[1] = "images/sociais_2t.jpg";
  aryImagesT[2] = "images/sociais_3t.jpg";
  aryImagesT[3] = "images/sociais_4t.jpg";
  aryImagesT[4] = "images/sociais_5t.jpg";
  aryImagesT[5] = "images/sociais_6t.jpg";