with (document){
	write('<div ALIGN="RIGHT" CLASS=SMALL>');
	write('<nobr>');
	//write('<A HREF="http://www.harhoma.com/guestbook_homa.html"><img SRC="../images/view.gif" WIDTH="80" HEIGHT="30" BORDER="0"></a>');
	write('</nobr>');
	write('</div>');
	write('<hr>');
	write('<p ALIGN="CENTER" CLASS="small"><a HREF="makor.html">Makor Issues &amp; Rights Ltd.</a><br>');
	write('32 Yehuda St., Jerusalem 93467<br>');
	write('tel: (972)-2-6734913 &nbsp; &nbsp; &nbsp; fax: (972)-2-6734859<br>');
	write('</p>');
}

//lights the buttons

function light (s) {
	if ("INPUT"==event.srcElement.tagName)
		event.srcElement.className=s
}
