
/***********************************************
* These are the images and links for the fading slide show on the home page
*to add or remove images create or remove a fadeimages[#] item where # is the sortorder for the image
* parameter 1 is the source of the image
* parameter 2 is the link when clicking on the image - can leave this blank
* parameter 3 can link to a new window by enter _new. leave blank to stay in window
***********************************************/

var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed 

//fadeimages[0]=["/images/hme-hero-freeship.jpg", "/category/products", ""]  
fadeimages[0]=["/images/hme-hero-peppermint-mocha.jpg", "/product/coffee-mate-peppermint-mocha-liquid-pump-bottle/coffee-mate-creamers", ""]  
fadeimages[1]=["/images/hme-hero-gmpumkin.jpg", "/product/green-mountain-pumpkin-spice-k-cup/green-mountain-coffee-k-cups", ""] 
fadeimages[2]=["/images/hme-hero-starbucks.jpg", "/product/starbucks-pike-place-roast/coffee-roasters", ""] 
fadeimages[3]=["/images/hme-hero-hotchocolate.jpg", "/category/cocoa-cider", ""] 
fadeimages[4]=["/images/hme-hero-folgers-millstone.jpg", "/category/keurig-k-cup", ""] 


var fadebgcolor="white"
