var CText = ''

CText += '<table callspacing="0" cellpadding="0" border="0" height="100%" width="100%">'
CText += '<tr valign="top">'
CText += '<td class="Normal"><p>The content and design of the pages comprising this web site are the copyright of Paul Farrow.</p>'
CText += '<p>There is no intent to infringe upon the copyrights owned by others. Any material'
CText += ' reproduced or referenced on this web site remains the copyright of those original authors.</p>'
CText += '<P>The information and files available from this web site are provided for private use only and must not be'
CText += ' modified or reproduced for public use without prior permisson, and must not be sold under any circumstances.'
CText += ' You should only download files that are copyrighted by other authors if you are already in possession of the original item.</p>'
CText += '<p>The information and files available on this web site are provided for reference only, and any damage caused'
CText += ' as a result of inaccuracies in the information or as the result of its application are solely at the risk of the reader.</p>'
CText += '<p>This site is not associated with Sinclair Research Ltd or Amstrad Plc.</p></td>'
CText += '</tr>'
CText += '</table>'

document.write(CText)
