// 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 = "150"; var height = "69"; var pics = new Array(); pics[0] = 'http://www.awebsource.com/clients/napo/upload/rotate/ptouch.gif'; pics[1] = 'http://www.awebsource.com/clients/napo/upload/rotate/pendaflex.gif'; pics[2] = 'http://www.awebsource.com/clients/napo/upload/rotate/moveseniorslogo.gif'; pics[3] = 'http://www.awebsource.com/clients/napo/upload/rotate/rolodex.gif'; var urls = new Array(); urls[0] = 'http://www.brother-usa.com/ptouch/'; urls[1] = 'http://www.pendaflex.com'; urls[2] = 'http://www.moveseniors.com'; urls[3] = 'http://www.rolodex.com';