/*******************************************************************************
**  This code page is used to define the variables used in the ad rotator     **
**  code on the main.cfm page in the ueigroup.com Web site.  The variables    **
**  defined here are:                                                         **
**       intRotateInterval -- The number of milliseconds between rotations,   **
**                            e.g. 7000 = 7 seconds.                          **
**       adImages -- A list of images to be displayed.  These images can be   **
**                   located anywhere on the site, but I created an "images"  **
**                   folder in the 'banner' folder as a starting point.       **
**       adURL -- A list of URLs to correspond to the images in adImages.     **
**                MAKE SURE THE SAME NUMBER OF URLs EXIST IN adURL AS IN      **
**                adImages OR THERE'LL BE PROBLEMS!                           **
*******************************************************************************/
intRotateInterval = 18000;
adImages = new Array('banner/images/tutor.gif');
adURL = new Array('http://www.ueigroup.com/engraved_die/ArtTutor.pdf');

