document.write('<!-- FOOTER DIV -->'
  + '	<div id="footer">'
  + '					'
  + '		<h2>Contact information</h2>'
  + '		<p><span class="caption"> e-mail: </span> <span class="address"> rosend@ajc.org </span></p>'
  + '		<p><span class="caption"> mail: </span> '
  + '			<span class="address"> P.O. Box 37068, 91370 Jerusalem, Israel </span>'
  + '		</p>'
  + '		<p class="credit">'
  + '			site created by <a href="mailto:aryehpro@gmail.com">Aryeh Promislow</a>'
  + '			using valid <a href="http://jigsaw.w3.org/css-validator/validator?uri=' + document.location + '">css</a> &amp;'
  + ' 			<a href="http://validator.w3.org/check?uri=' + document.location + '">xhtml 1.0</a>'
  + ' 		</p>'
  + ''
  + '	</div>');
