var MAINstr = "";

MAINstr += '  <div align="left">';
MAINstr += '    <table border="0" cellpadding="0" cellspacing="0" width="100%">';
MAINstr += '      <tr>';
MAINstr += '        <td width="100%"><a href="index.php"><img border="0" src="images/Logo_big.jpg" width="788" height="66"></a></td>';
MAINstr += '      </tr>';
MAINstr += '    </table>';
MAINstr += '  </div>';

document.write(MAINstr);