/************************************************************************
04-July-2008 Mitch Cooper New script to replace flash for IBC.

RULES:
- Must have a minimum of two photos/images;
- Images/photos must be EXACTLY 530 pixels wide by 325 pixels tall;
- Unlimited photos/images that are individually linkable can be added;
- The slide show is random so the images will NOT appear in the order below. The appear randomly

BREAK DOWN OF ARRAYS:
An unlimited number of images can be placed on the site. The images are referenced by an array named fadeimages[]. There are three arguments to
the array each being a string surrounded by "" and separated by a comma (,). The arguments in the array are as follows:

arg1: Exact path to photo. I suggest placing each photo/image into the slideshow directory. An example of the arguement will be "slideshow/photo1.jpg";
arg2: The link that the user will be redirected to if they click the image. If no link is needed, leave this blank;
arg3: The window that the link will appear in if clicked. The options for this argument are "_new", "_self". _new is a new page and _self is loaded in current page;

The nubmer between the brackets fadeimages[XXX] is the position in the array and is referred to as an index.. It MUST begin with a 0 and must 
increment in order. You can not skip an index; example [0], [1], [3]. This example of leaving out the [2] index will cause an error. 

************************************************************************/


var fadeimages=new Array()
//fadeimages[3]=["slideshow/index4.jpg", "http://www.gotoibc.com", "_new"]

fadeimages[0]=["slideshow/banner/index1.jpg", "", ""]
//fadeimages[1]=["slideshow/index2.jpg", "", ""]
fadeimages[1]=["slideshow/banner/index3.jpg", "", ""]
fadeimages[2]=["slideshow/banner/index4.jpg", "", ""]
fadeimages[3]=["slideshow/banner/index5.jpg", "", ""]
fadeimages[4]=["slideshow/banner/index6.jpg", "", ""]
fadeimages[5]=["slideshow/banner/index7.jpg", "", ""]
fadeimages[6]=["slideshow/banner/index8.jpg", "", ""]
//fadeimages[8]=["slideshow/index9.jpg", "", ""]
fadeimages[7]=["slideshow/banner/index10.jpg", "", ""]



var fadeimages_index=new Array()
//fadeimages_index[3]=["slideshow/index4.jpg", "http://www.gotoibc.com", "_new"]

//fadeimages_index[0]=["slideshow/ads/ad_higherground.jpg", "page.php?p=higherground09", ""]
fadeimages_index[0]=["slideshow/ads/previewwekend_2010.jpg", "page.php?p=previewweekend", ""]
fadeimages_index[1]=["slideshow/ads/dueldegree.jpg", "page.php?p=dualdegree", ""]
fadeimages_index[2]=["slideshow/ads/ad_tbcgolftournament_2010.jpg", "page.php?p=tbcgolftournament2010", ""]
fadeimages_index[3]=["slideshow/ads/ad_legacy2010.jpg", "page.php?p=legacyyouthconference", ""]



//fadeimages_index[2]=["slideshow/ads/cafe_2010.jpg", "page.php?p=cafe2010", ""]
//fadeimages_index[2]=["slideshow/ads/legacy2009.jpg", "page.php?p=legacy2009", ""]
//fadeimages_index[3]=["slideshow/ads/index5.jpg", "", ""]
//fadeimages_index[4]=["slideshow/ads/index6.jpg", "", ""]
//fadeimages_index[5]=["slideshow/ads/index7.jpg", "", ""]
//fadeimages_index[6]=["slideshow/ads/index8.jpg", "", ""]
//fadeimages_index[7]=["slideshow/ads/index10.jpg", "", ""]