// This controls the bottom right banner on the home page.
// Enter the name of the image file (image file must be 207 pixels wide by 205 pixesl high) 
// the alt text (i.e., hover text description), and the place to link to.

// SAMPLE, WHEN NOT IN USE YOU CAN ALWAYS RESET TO ENTERRPISE RENT A CAR BANNER SHOWN IN THE SAMPLE BELOW
// var btm_image = "home_enterprise.jpg";
// var btm_alt = "Enterprise Auto Sales";
// var btm_link = "http://www.cuautodeals.com";

// MAKE CHANGES FOR LIVE SITE BELOW:
var btm_image = "home_enterprise.jpg";
var btm_alt = "Enterprise Auto Sales";
var btm_link = "http://www.cuautodeals.com";

