/* var cText = ''
cText += 'put the html you want to include in lines'
cText += 'like these.'
cText += '<a href="copyright.html>Copyright notice</a>'
document.write(cText)
*/

var cText = ''
cText += '<table width="100%" border="0" cellpadding="0" cellspacing="0">'
cText += '<tr>'
cText += '<td height="1" bgcolor="#640000"></td>'
cText += '</tr>'
cText += '<tr>'
cText += '<td height="30"><div align="center"><span class="m0l0i">Copyright © Data Compression Reference Center <br></a>'
cText += '(<a href="mailto:compresswww@rasip.fer.hr">compresswww@rasip.fer.hr</a>) </span></div>'
cText += '<div align="right"></div></td>'
cText += '</tr></table>'
document.write(cText)











