function incertCode()
{
var logo = document.createElement("div");
logo.id = "ivo";
logo.style.paddingLeft = "18px";
logo.innerHTML = '<table width=\"980\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr><td align=\"left\">&nbsp;<a target=\"_new\" href=\"http://www.lithia.com/index.cfm?action=dealerlink&amp;Link=1016263&amp;linkname=Lithia%20Investor%20Relations\">Investor Relations</a> | <a target=\"_new\" href=\"http://www.lithia.com\">Visit Us</a> | <a target=\"_new\" href=\"http://www.lithiacareers.com/\">Employment</a> </td></tr></tbody></table>';
document.getElementById("footerWrapper").appendChild(logo)
}
window.onload = incertCode;

