var homefranchiseOn = new Image();
var homefranchiseOff = new Image();
var homepressroomOn = new Image();
var homepressroomOff = new Image();

homefranchiseOn.src = root + "images/home/home-button-franchiseOn.gif";
homefranchiseOff.src = root + "images/home/home-button-franchiseOff.gif";
homepressroomOn.src = root + "images/home/home-button-pressroomOn.gif";
homepressroomOff.src = root + "images/home/home-button-pressroomOff.gif";