// JavaScript Document
//////////////////////////////////////
//////////////////////////////////////
// INSTRUCTIONS--Please Read!
//////////////////////////////////////
/*
HAVE YOU UPLOADED YOUR SPONSOR LOGOS YET? DO THAT FIRST!
Use the ftp (ask earthtalk if you need this information again) to upload home page sponsor images to the correct directory (images/sponsors-home/)

Make a BACKUP of this file just in case your changes don't work right--then you can revert to your backup!
Images must be EXACTLY 130px wide and NO MORE THAN 70px high to work properly.  If you need to, add extra space at the left and right edges of the logo to make it the proper ratio.
It usually looks good if you fill that extra space with whatever the background color of the logo is.

SPlink: inside the quotes, put the full url of the sponsor.  If the sponsor has no website, put a pound (#) symbol inside the quotes
filename: inside the quotes, the first part is the path to the file (should always be "../images/sponsors-home/" and then the filename of the sponsor logo. File names should not have any spaces in them!
title: put the name of the sponsor here!

to add more sponsors: copy whole first line (starting with "{SPlink:" and through "},") and paste it anywhere BEFORE the last full line (with the Eagle)
to delete sponsors: select whole line and delete it.
VERY IMPORTANT! each sponsor line must have a comma at the end of it EXCEPT for the sponsor LAST line which should NOT have a comma (see below)
*/
/////////////////////////////////////
/////////////////////////////////////
// DO NOT EDIT ABOVE THIS LINE!
// EDIT ARRAY BELOW!
var mycarousel_itemList = [
						   
{SPlink: "http://www.barnard-inc.com/",filename: "../images/sponsors-home/BarnardConstruction.gif", title: "Barnard Construction"},
{SPlink: "http://www.montanashares.org/",filename: "../images/sponsors-home/MontanaShares.jpg", title: "Montana Shares"},
{SPlink: "http://www.dee-o-gee.com/",filename: "../images/sponsors-home/deeogee.jpg", title: "Dee-O-Gee"},
{SPlink: "http://www.thisisbozeman.com/",filename: "../images/sponsors-home/tib logo small.jpg", title: "This is Bozeman"},
{SPlink: "https://www.ourbank.com/",filename: "../images/sponsors-home/FirstSecurityBank.gif", title: "First Security Bank"},
{SPlink: "#",filename: "../images/sponsors-home/HeiselNursery.gif", title: "Heisel Nursery"},
{SPlink: "http://www.murdochs.com/",filename: "../images/sponsors-home/Murdochs.gif", title: "Murdochs Ranch and Home Supply"},
{SPlink: "http://www.schnees.com/",filename: "../images/sponsors-home/Schnees.gif", title: "Schnees Boots and Shoes"},
{SPlink: "http://www.willplumb.com/",filename: "../images/sponsors-home/Williams.jpg", title: "Williams Plumbing Heating and Utilities"},
{SPlink: "http://www.americanbankmontana.com/",filename: "../images/sponsors-home/AmericanBank.gif", title: "American Bank"},
{SPlink: "http://jcbillion.com/",filename: "../images/sponsors-home/JCBillion.gif", title: "JC Billion"},
{SPlink: "http://www.moonlightbasin.com/site/index.html",filename: "../images/sponsors-home/MoonlightBasin.gif", title: "Moonlight Basin"},
{SPlink: "http://www.martelconst.com/",filename: "../images/sponsors-home/Martel-Construction.gif", title: "Martel Construction"},
{SPlink: "http://www.theyellowstoneclub.com/",filename: "../images/sponsors-home/yc.jpg", title: "Yellowstone Club"},
{SPlink: "http://www.kbzm.com/",filename: "../images/sponsors-home/theEagle.jpg", title: "KBZM-the Eagle"},
{SPlink: "http://www.kbzk.com/",filename: "../images/sponsors-home/KBZK.jpg", title: "KBZK-Montanas News Station"}
	
];