jQuery(document).ready(function() {
jQuery.preloadImages = function()
{
  for(var i = 0; i<arguments.length; i++)
  {
    jQuery("<img>").attr("src", arguments[i]);
  }
}

jQuery.preloadImages("http://sweethomefarmersmarket.org/wp-content/uploads/background.png","http://sweethomefarmersmarket.org/wp-content/uploads/vendor_products.jpg","http://sweethomefarmersmarket.org/wp-content/uploads/vendor_products2.jpg","http://sweethomefarmersmarket.org/wp-content/uploads/blank.gif","http://sweethomefarmersmarket.org/wp-content/uploads/headerBack.jpg","http://sweethomefarmersmarket.org/wp-content/uploads/bot_left.png","http://sweethomefarmersmarket.org/wp-content/uploads/bot_middle.gif","http://sweethomefarmersmarket.org/wp-content/uploads/bot_right.png","http://sweethomefarmersmarket.org/wp-content/uploads/button_more.jpg","http://sweethomefarmersmarket.org/wp-content/uploads/button_more2.jpg","http://sweethomefarmersmarket.org/wp-content/uploads/button_more3.jpg","http://sweethomefarmersmarket.org/wp-content/uploads/content_bot_left.png","http://sweethomefarmersmarket.org/wp-content/uploads/content_bot_right.png","http://sweethomefarmersmarket.org/wp-content/uploads/contentBack.png","http://sweethomefarmersmarket.org/wp-content/uploads/contentBorder.gif","http://sweethomefarmersmarket.org/wp-content/uploads/fruits.jpg","http://sweethomefarmersmarket.org/wp-content/uploads/input_back.jpg","http://sweethomefarmersmarket.org/wp-content/uploads/input2_back.jpg","http://sweethomefarmersmarket.org/wp-content/uploads/market.jpg","http://sweethomefarmersmarket.org/wp-content/uploads/top_left.png","http://sweethomefarmersmarket.org/wp-content/uploads/top_middle.gif","http://sweethomefarmersmarket.org/wp-content/uploads/top_right.png","http://sweethomefarmersmarket.org/wp-content/uploads/truck_footer.png","http://sweethomefarmersmarket.org/wp-content/uploads/truck_header_logo.jpg");
 });
