function writeJS()
{
var str='';
str+='      <\/td>';
str+='    <\/tr>';
str+='  <\/tbody>';
str+='<\/table>';
str+='</div> <!-- content -->';
document.write(str);
}
writeJS();

