
//start table
document.write('<div align="right">');
document.write('<table dir="ltr" border="0" cellpadding="2" width="100%" bgcolor="#00FFE0" ');
//document.write('style="border-color: black; border: solid; border-bottom-width: 1px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px;">');
document.write('<tr>');
document.write('<td width="50%"><p align="left" dir="rtl">');

//links
//document.write('<script src="../scripts/links.js"></script>');
document.write('<font size="2" face="Arial (Hebrew)">');
document.write('<a href="../../info/index.html">');
document.write('חדר המידע');
document.write('</a>');
document.write(' | ');
document.write('<a href="../../satiroom/index.html">');
document.write('חדר הסאטירה');
document.write('</a>');
document.write(' | ');
document.write('<a href="../../war/index.html">');
document.write('חדר מלחמה');
document.write('</a>');
document.write(' | ');
document.write('<a href="../../edoar/index.html">');
document.write('דואר חשמלי');
document.write('</a>');
document.write('</font></p>');


document.write('</td>');
document.write('<td width="50%"><p align="right" dir="rtl">');
document.write('<font size="2" face="Arial (Hebrew)">');
document.write('<a href="../../index.html">');
document.write('halemo.net');
document.write('</a>');
document.write(' | ');
document.write('<a href="../../search/index.html">');
document.write('חיפוש');
document.write('</a>');

//document.write(' >> ');
//document.write('<a href="../../index.html">');
//document.write('חדר מלחמה');
//document.write('</a>');
document.write('</font></p>');
document.write('</td>');

document.write('</tr>');
document.write('</table>');
document.write('</div>');


