document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + banner + '\" width="')
document.write(width + '" height="' + height + '" ')
document.write('alt=\"' + alt + '\" border="0">');
document.write('</a>');
