// set the number below to determine how many seconds between image swaps // You may use a decimal place - for example 2.5 sets the delay to 2.5 seconds // Set to 0 to turn off swapping var swap_delay = 5; // all images should be the same size var width = "549"; var height = "454"; var pics = new Array(); pics[0] = '/upload/homepage_images/waterpark08.jpg'; pics[1] = '/upload/homepage_images/swimlessons08.jpg'; pics[2] = '/upload/homepage_images/soccerregistrationf.jpg'; pics[3] = '/upload/homepage_images/weightwatchers.jpg'; pics[4] = '/upload/homepage_images/BH 08.jpg'; var urls = new Array(); urls[0] = '#'; urls[1] = 'http://www.bensenvilleparkdistrict.org/ws_program/program_summary.php?cat=56'; urls[2] = 'http://www.bensenvilleparkdistrict.org/ws_program/program_summary.php?cat=33'; urls[3] = '#'; urls[4] = 'http://www.bensenvilleparkdistrict.org/ws_program/view_program_details.php?pgm_id=527';