
/************************
*                       *
*   PLATINUM SPONSORS   *
*                       *
************************/
var mygallery=new jbanner({
	
	//ID of blank DIV on page to house Slideshow
	wrapperid: "platinum", 
	
	//width/height of gallery in pixels. Should reflect dimensions of largest image
	dimensions: [221, 125], 
	
	// imagearray: An array containing the images you wish to show. Each array element contains 4 parts...
	// ["path_to_image", "optional_url", "optional_link target", "optional peekaboo (pop up) description"]
	// 
	// Enter a blank string ("") for the optional parts you do not wish to define (not use)
	imagearray: [
		["Images/Sponsors/lifetime.jpg", "http://clubs.lifetimefitness.com/", "_new", ""],
		["Images/Sponsors/PeiWei.jpg", "http://www.peiwei.com/index.html", "_new", ""] //<--no trailing comma after very last image element!
	],
	
	// type: 'auto|manual' - auto is continuous cycle, manual is cycled each time web page is opened with randomize turned on (or defining your own next and prev buttons)
	// pause: display duration in milliseconds. how long the rotation pauses.
	// cycles: when set to 0 will cause the slideshow to rotate perpetually in automatic mode, while any number larger than 0 means it will stop after x cycles.
	// randomize: when set to true will shuffle the display order of the images, so they appear in a different order each time the page is loaded.
	displaymode: {type:'auto', pause:6000, cycles:0, randomize:true},
	
	//remember last viewed slide and recall within same session? mainly used in randomize is turned off
	persist: false,
	
	//transition duration (milliseconds) of fade effect when transitioning images
	fadeduration: 1000,
	
	// Banner style.  4 possible styles:
	// "ondemand": Reveals the description when the user mouses over the slideshow, then hides it again when the mouse moves out.
	// "always": Shows a persistent description panel at the foot of the slideshow that can be dismissed by clicking on the "x" icon.
	// "peekaboo": Reveals the description for each image automatically by sliding it in view each time, then hiding it again before the next image is shown. This setting is similar to "always" above, except the description isn't always visible, allowing viewers to see each image in its entirety momentarily.
	// "none": Explicitly disables the descriptions from showing.
	descreveal: "peekaboo"
})




/********************
*                   *
*   GOLD SPONSORS   *
*                   *
********************/
var mygallery=new jbanner({
	
	//ID of blank DIV on page to house Slideshow
	wrapperid: "gold", 
	
	//width/height of gallery in pixels. Should reflect dimensions of largest image
	dimensions: [221, 125], 
	
	// imagearray: An array containing the images you wish to show. Each array element contains 4 parts...
	// ["path_to_image", "optional_url", "optional_link target", "optional peekaboo (pop up) description"]
	// 
	// Enter a blank string ("") for the optional parts you do not wish to define (not use)
	imagearray: [
		["Images/Sponsors/FirstTire.jpg","","",""],
		["Images/Sponsors/Pepperonis.jpg","","",""],
		["Images/Sponsors/fandg.jpg","http://www.fng.com","_new",""],
		["Images/Sponsors/OakBend.jpg", "http://www.oakbendmedcenter.org/Main/Home.aspx", "_new", ""] //<--no trailing comma after very last image element!
	],
	
	// type: 'auto|manual' - auto is continuous cycle, manual is cycled each time web page is opened with randomize turned on (or defining your own next and prev buttons)
	// pause: display duration in milliseconds. how long the rotation pauses.
	// cycles: when set to 0 will cause the slideshow to rotate perpetually in automatic mode, while any number larger than 0 means it will stop after x cycles.
	// randomize: when set to true will shuffle the display order of the images, so they appear in a different order each time the page is loaded.
	displaymode: {type:'auto', pause:2500, cycles:0, randomize:true},
	
	//remember last viewed slide and recall within same session? mainly used in randomize is turned off
	persist: false,
	
	//transition duration (milliseconds) of fade effect when transitioning images
	fadeduration: 1000,
	
	// Banner style.  4 possible styles:
	// "ondemand": Reveals the description when the user mouses over the slideshow, then hides it again when the mouse moves out.
	// "always": Shows a persistent description panel at the foot of the slideshow that can be dismissed by clicking on the "x" icon.
	// "peekaboo": Reveals the description for each image automatically by sliding it in view each time, then hiding it again before the next image is shown. This setting is similar to "always" above, except the description isn't always visible, allowing viewers to see each image in its entirety momentarily.
	// "none": Explicitly disables the descriptions from showing.
	descreveal: "peekaboo"
})




/************************
*                       *
*   SILVER SPONSORS   *
*                       *
************************/
var mygallery=new jbanner({
	
	//ID of blank DIV on page to house Slideshow
	wrapperid: "silver", 
	
	//width/height of gallery in pixels. Should reflect dimensions of largest image
	dimensions: [221, 125], 
	
	// imagearray: An array containing the images you wish to show. Each array element contains 4 parts...
	// ["path_to_image", "optional_url", "optional_link target", "optional peekaboo (pop up) description"]
	// 
	// Enter a blank string ("") for the optional parts you do not wish to define (not use)
	imagearray: [
		["Images/Sponsors/sportsclips.jpg", "", "_new", ""],
		["Images/Sponsors/chilis.jpg", "", "_new", ""],
		["Images/Sponsors/hcb.jpg", "", "_new", ""],
		["Images/Sponsors/dominos.jpg", "", "_new", ""],
		["Images/Sponsors/chickfila.jpg", "", "_new", ""] //<--no trailing comma after very last image element!
	],
	
	// type: 'auto|manual' - auto is continuous cycle, manual is cycled each time web page is opened with randomize turned on (or defining your own next and prev buttons)
	// pause: display duration in milliseconds. how long the rotation pauses.
	// cycles: when set to 0 will cause the slideshow to rotate perpetually in automatic mode, while any number larger than 0 means it will stop after x cycles.
	// randomize: when set to true will shuffle the display order of the images, so they appear in a different order each time the page is loaded.
	displaymode: {type:'auto', pause:2000, cycles:0, randomize:true},
	
	//remember last viewed slide and recall within same session? mainly used in randomize is turned off
	persist: false,
	
	//transition duration (milliseconds) of fade effect when transitioning images
	fadeduration: 1000,
	
	// Banner style.  4 possible styles:
	// "ondemand": Reveals the description when the user mouses over the slideshow, then hides it again when the mouse moves out.
	// "always": Shows a persistent description panel at the foot of the slideshow that can be dismissed by clicking on the "x" icon.
	// "peekaboo": Reveals the description for each image automatically by sliding it in view each time, then hiding it again before the next image is shown. This setting is similar to "always" above, except the description isn't always visible, allowing viewers to see each image in its entirety momentarily.
	// "none": Explicitly disables the descriptions from showing.
	descreveal: "peekaboo"
})

