function writeJS() {
var str='';
str+='<table width="1%" border="0" align="center">';
str+='  <tr>';
str+='    <td background="../backgrounds/comp2.jpg">';
str+= getBanner();
str+='</td>';
str+='  </tr>';
str+='</table>';

document.write(str);
}
writeJS();