// ad display formatting

  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><br>');
  document.write('<small>' + txt + '</small></a>');
  document.write('</div>');