function init() {
  if (document.compatMode == "BackCompat" && navigator.appName == "Microsoft Internet Explorer") {
    if (document.getElementById("special_next_prev")) document.getElementById("special_next_prev").style.paddingTop = "18px";
    if(document.getElementById("special_next_prev"))  document.getElementById("special_next_prev").style.marginRight = "11px";
   // if(document.getElementById("special_footer"))     document.getElementById("special_footer").style.marginTop = "-10px";
    if(document.getElementById("special_footer"))     document.getElementById("special_footer").style.marginLeft = "-8px";
  }
}
