(function($) {
  var cache = [];
  // Arguments are image paths relative to the current page.
  $.preLoadImages = function() {
    var args_len = arguments.length;
    for (var i = args_len; i--;) {
      var cacheImage = document.createElement('img');
      cacheImage.src = arguments[i];
      cache.push(cacheImage);
    }
  }
})(jQuery)
jQuery.preLoadImages("../themes/images/geral/bg_menu_hostsys_com_br.gif", "../themes/images/geral/bg1_hostsys_com_br.jpg", "../themes/images/geral/bg2_hostsys_com_br.jpg", "../themes/images/top/t01_hostsys_com_br.png", "../themes/images/top/t02_hostsys_com_br.jpg", "../themes/images/top/t03_hostsys_com_br.jpg", "../themes/images/top/t04_hostsys_com_br.jpg", "../themes/images/top/t05_hostsys_com_br.jpg", "../themes/images/top/t06_hostsys_com_br.jpg", "../themes/images/top/t07_hostsys_com_br.jpg", "../themes/images/top/t08_hostsys_com_br.jpg", "../themes/images/top/t09_hostsys_com_br.jpg", "../themes/images/top/t10_hostsys_com_br.jpg", "../themes/images/geral/loader-1_hostsys_com_br.gif");
