document.write('<div id="footer">'

  + '<p align="center">'

  + '<table cellpadding="0" cellspacing="0" border="0">'

  + '	<tr>'

  + '		<td class="greyline" colspan="2"><img src="../img/grey.gif" width="600" height="1" border="0" alt="*" /></td>'

  + '	</tr>'

  + ''

  + '	<tr>'

  + '		<td>'

  + '		<a href="../../index.php">home</a> | '

  + '		<a href="../enquiries/index.php">contact</a> | '

  + '		<a href="../../index.php">services</a> | '
  
  + '		<a href="../../login.php">log-in</a>'

  + '		</td>	'

  + ''

  + '		<td align="right">'

  + '		<a href="#top">top</a>'

  + '		</td>'

  + '	</tr>'

  + '</table>'

  + '</p>'

  + '</div>'

);