// ad display formatting for header where appropriate

  document.write('<div align=\"center\">');
  document.write('<a rel=\"nofollow\" title=\"' + title + '\" href=\"' + url + '\" onmouseover="window.status=\'' + thisMouseOver + '\'\; return true" onmouseout="window.status=\'\'\; return true" target=\"_blank\">');
  document.write('<img src=\"' + banner + '\" width=')
  document.write(width + ' height=' + height + ' ');
  document.write('alt=\"' + alt + '\" border=0></a>');
  document.write('</div>');
