var masteraddress = 'webmaster@rsps.org?subject=RSPS%20Website'
var ctext= ''
ctext += '<center><table>'
ctext += '<tbody>'
ctext += '<tr>'
ctext += '<td colspan="10" bgcolor="#c0c0c0" width="100%">'
ctext += '<p align="center"><b> <font size="2">'
ctext += '<a  href="mailto:'+ masteraddress +' ">Contact '
ctext += 'Webmaster</a>&nbsp; |&nbsp;'
ctext += '<a href="http://www.usps.org/national/itcom/trademark.html">Registered '
ctext += 'Trademarks</a>&nbsp; |&nbsp;'
ctext += '<a  href="http://www.usps.org/national/itcom/privacy.html">USPS '
ctext += 'Privacy Statement</a>&nbsp; |&nbsp;'
ctext += '<a href="http://www.usps.org/national/itcom/disclaimer.html">USPS '
ctext += 'Disclaimer</a>&nbsp; |&nbsp; '
ctext += '<SCRIPT LANGUAGE="JavaScript"> '
ctext += 'var m = "Page updated " + document.lastModified; '
ctext += 'var p = m.length-8; '
ctext += 'document.write(m.substring(p, 0));</SCRIPT> '
//ctext += 'document.write(m);</SCRIPT> '
ctext += '</td>'
ctext += '</tr>'
ctext += '</tbody>'
ctext += '</table></center>'
document.write(ctext)