g4n.settings = {};
/**
 * Headline will populate a banner underneath the header
 */
g4n.settings.headline = {
	status : "on", // "on" or "off" lower-case required
	type : "shipping",
	text : "Free Shipping on orders over $199",
	link : true,
	linklocation : "/store/content/7/Shipping-Rates/"
};

/**
 * SIDEBAR Header images
 * use the below to set the images
 * the images should be placed in the ftp folder "images/sidebarHeader"
 * 
 * all characters should be lowercase and dashes should be used to separate words. NO SPACES
 * 
 */
g4n.settings.sidebarHeaderImages = {
//REQUIRED Default
	"default" : "boys.jpg", 

//Departments
    "boys": "boys.jpg",
    "gift-card": "infant-boys.jpg",
	"girls" : "girls.jpg",
    "infant-boys": "infant-boys.jpg",
    "infant-girls": "infant-girls.jpg",

//Categories
	"dept-name_cat-name" : "image-name.jpg",
	
	
//Brand and Theme pages (NOTE: "search_" prefix)
	"search_sale" : "sale.jpg"
	
	
//Last item SHOULD NOT end with a comma
};

