/******* GLOBAL VARIABLES FOR banner.js *******/


// EXAMPLE
// var banner_images = [ ['acts29.jpg', '', ''],                              // positions 0, so x = 0
//                       ['joinus.jpg', 'http://www.lsreno.com', 'same'],     // positions 1, so x = 1
//                       ['lskids.jpg', 'http://www.cnn.com', 'new'],         // positions 2, ....
//                       ['ss_m_promo_web.jpg', '', ''],                      // positions 3, ....
//                       ['twitter.jpg', 'http://www.godaddy.com', 'new'] ];  // positions 4, ....
//
//  The third parameter is how the link responds to a click.
//  "new" opens the link in a new window.
//  "same", opens the link in same window.   THIS IS THE DEFAULT.
//http://vimeo.com/26742400
var banner_images = [['thisweek.jpg', 'http://www.marriageforreal.com','new'],
					['joinus.jpg', 'http://www.livingstonesreno.com/worshipgatherings.html', 'same'],
					 
                      ['lskids.jpg', 'http://www.livingstonesreno.com/worshipgatherings.html', 'same'],
					  //['fooddrive.jpg', '', ''],
					  ['A29.jpg', 'http://www.acts29network.org/','new'],   	
					  ['campusmap.jpg', 'http://www.livingstoneschurches.com/','same'],   	
                      ['intern.jpg', 'http://www.livingstonesreno.com/intern.html','same'],   

					  ['twitter.jpg', 'http://twitter.com/livingstones', 'new'] ]; 



// 3000 milliseconds, so 3 second delay
var rotation_delay = 5000;   


// Path to banner images directory.  Must have ending slash.
var banner_image_path = '/home_page_banner/images/';
