
function writeJS() {
var str='';
str+='<table width="100%" border="1" align="center">';
str+='  <tr> ';
str+='        <td background="../backgrounds/black59.jpg"><a href="../animatrix/animatrix_visions.html"><b><center>Visions</b></center></a></td>';
str+='        <td background="../backgrounds/black59.jpg">  <a href="../animatrix/animatrix_index.html"><b><center>Index</b></center></a></td>';
str+='        <td background="../backgrounds/black59.jpg">  <a href="../animatrix/animatrix_reviews.html"><b><center>Review</b></center></a></td>';
str+='    </td>';
str+='  </tr>';
str+='</table>';

document.write(str);
}
writeJS();