function writeJS()
{
var str='';
str+='<div id="content">';
str+='<table border="0" cellpadding="0" cellspacing="0">';
str+='  <tbody>';
str+='    <tr>';
str+='      <td>';
document.write(str);
}
writeJS();

