function writeJS() {
var str='';
str+='<table width="640" border="1" cellpadding="0" cellspacing="0" bordercolor="#999999" bgcolor="#FFFFFF">';
str+='  <tr> ';
str+='    <td valign="top"> ';
str+='      <table width="640" border="0" cellspacing="0" cellpadding="0">';
str+='        <tr> ';
str+='          <td><img src="images\/header.jpg" width="640" height="144"><\/td>';
str+='        <\/tr>';
str+='      <\/table>';
str+='    <\/td>';
str+='  <\/tr>';
str+='<\/table>';
document.write(str);
}
writeJS();