var cText = ''

cText += '<table width="100%"  border="0" cellspacing="0" cellpadding="0">'
cText += '        <tr>'
cText += '          <td width="26"><img src="images/baseleft.gif" width="26" height="51"></td>'
cText += '          <td align="center" bgcolor="#ef8406" class="basestyle">&copy; Copyright 2006 MatoTuPagina.com. All Rights Reserved.&nbsp;'
cText += '</td>'
cText += '          <td width="26"><img src="images/baseright.gif" width="26" height="51"></td>'
cText += '        </tr>'
cText += '</table>'

document.write(cText)

