function p_write_links()
{
window.document.write('<table class="links" align="right" width="180" cellspacing="0" cellpadding="0" border="0" dir="rtl"> ' +
'<tr> ' +
'	<td class="links" > ' +
'	<a href="index.html">דף הבית</a><br/> ' +
'	<a href="5018.html">קורות חיים</a><br/i> ' +
'	<a href="5015.html">שירותים</a><br/> ' +
'	<a href="5517.html">גישור</a><br/> ' +
'	<a href="5016.html">יתרונות</a><br/> ' +
'	<a href="5535.html">מחשבות</a><br/> ' +
'	<a href="5019.html">לקוחות</a><br/> ' +
'	<a href="5171.html">ממליצים</a><br/> ' +
'	<a href="5132.html">עמיתים</a><br/> ' +
'	<div   > ' +
'		<span id="cases" dir="rtl"><br/><br/>&nbsp;&nbsp;&nbsp;מחקרי מקרה<br/</span> ' +
'		<a href="5017.html">מחקר מקרה א - מזון</a><br/> ' +
'		<a href="5595.html">מחקר מקרה ב - מזון</a><br/> ' +
'		<a href="5861.html">מחקר מקרה ג - מזון</a><br/> ' +
'</div> ' +
'     </td> ' +
' </tr> ' +
'</table> ' );
}

