(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);

// Preload preloader animation :)
jQuery.preLoadImages("images/bottle.gif");

// Preload logos and large content images
jQuery.preLoadImages("images/home.png", "images/ourproductscontentnowords.png", "images/blueberryraspberrycontentnowords.png", "images/pineapplebananacoconutcontentnowords.png", "images/mangoorangecontentnowords.png", "images/strawberrybananacontentnowords.png", "images/gojiacerolacontentnowords.png", "images/stockup.png", "images/contactcontentbgpx.png");

// Preload background images
jQuery.preLoadImages("images/homebgpx.png", "images/ourproductsbgpx.png", "images/blueberryraspberrybgpx.png", "images/pineapplebananacoconutbgpx.png", "images/mangoorangebgpx.png", "images/strawberrybananabgpx.png", "images/gojiacerolabgpx.png");

// Preload popup texts
jQuery.preLoadImages("images/blueberryraspberrytxt.png", "images/pineapplebananacoconuttxt.png", "images/mangoorangetxt.png", "images/strawberrybananatxt.png", "images/gojiacerolatxt.png", "images/bluesplashorangetxt.png", "images/bluepressedgrapestxt.png", "images/bluemashedbananatxt.png", "images/bluepressedappletxt.png", "images/bluemashedraspberriestxt.png", "images/bluemashedstrawberrytxt.png", "images/bluemashedblueberriestxt.png", "images/bluemashedpeartxt.png", "images/bluedrinkme.png", "images/pineapplepressedpineappletxt.png", "images/pineapplelemonjuicetxt.png", "images/pineapplepressedappletxt.png", "images/pineapplemashedbananatxt.png", "images/pineapplesplashcoconuttxt.png", "images/pineappledrinkme.png", "images/mangopressedorangetxt.png", "images/mangomashedmangotxt.png", "images/mangopressedappletxt.png", "images/mangomashedbananatxt.png", "images/mangopressedpassiontxt.png", "images/mangosplashlemontxt.png", "images/mangodrinkme.png", "images/strawpressedorange.png", "images/strawmashedbananatxt.png", "images/strawsplashlemon.png", "images/strawpressedaronia.png", "images/strawpressedgrapes.png", "images/strawmashedstrawberriestxt.png", "images/strawdrinkme.png", "images/gojipressedgrapestxt.png", "images/gojimashedmangotxt.png", "images/gojimashedpearstxt.png", "images/gojimashedacerolacherriestxt.png", "images/gojiberriestxt.png", "images/gojimashedguavatxt.png", "images/gojimashedbananatxt.png", "images/gojidrinkme.png");

// Preload menu items
jQuery.preLoadImages("images/Logo_brown.png", "images/navigation/brownhome.png", "images/navigation/brownourproducts.png", "images/navigation/brownourmanifesto.png", "images/navigation/brownourstory.png", "images/navigation/brownpress.png", "images/navigation/browncontactus.png", "images/Logo_cream.png", "images/navigation/creamhome.png", "images/navigation/creamourproducts.png", "images/navigation/creamourmanifesto.png", "images/navigation/creamourstory.png", "images/navigation/creampress.png", "images/navigation/creamcontactus.png", "images/navigation/orangeourproducts.png", "images/navigation/creampress.png", "images/navigation/pinkourproducts.png", "images/navigation/purpleourproducts.png", "images/navigation/purpleourstory.png", "images/navigation/yellowourproducts.png");

// Preload misc
jQuery.preLoadImages("images/twitter_logo.png", "images/facebook_logo.png", "images/smileyreport/Banner_gul_eng_47x56.gif", "placeholder.png");
