// Mobile Site Button - zach_watkins@reyrey.com
/* This code uses variables defined in the markup to add a
mobile site button to the site's banner */

var grabBanner = document.getElementById(bannerName);
var buttonCode = "<DIV id=buttonMobileSite><A href=\"http://m.setbuyatoyota.com/Default.aspx?dealerCode=" + dealerID + "\"><IMG src=\"http://admin.webmakerx.net/images/Sites/Site4283/Document/buttonMobileSite_" + buttonColor + ".jpg\"></A></DIV>";
grabBanner.innerHTML = grabBanner.innerHTML + buttonCode;
