document.writeln('<table width=900 border=0 cellpadding=0 cellspacing=0 class="bord"><tr><td bgcolor="#000"><P class="tagpad2" align="center"><b>For more information on becoming a client, <a href="http://digitalservices.npr.org/contact.html" TARGET="_blank"><font color="#efefef">contact our sales department</font></a> at 888.729.8809. </b></P></td></tr></table><p style="text-align:center;">&copy; Copyright 2011 NPR Digital Services</p>');





sfHover = function() {
  var sfEls = document.getElementById("nav").getElementsByTagName("LI");
  for (var i=0; i<sfEls.length; i++) {
    sfEls[i].onmouseover=function() {
      this.className+=" sfhover";
    }
    sfEls[i].onmouseout=function() {
      this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
    }
  }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
