// 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/st pats dance.jpg'; pics[1] = '/upload/homepage_images/soccerregends10.jpg'; pics[2] = '/upload/homepage_images/yoga_rotate.jpg'; pics[3] = '/upload/homepage_images/bunny10.jpg'; var urls = new Array(); urls[0] = '#'; urls[1] = '#'; urls[2] = '#'; urls[3] = '#';