<!--
//the following scripts inserts the copy right in the bottom of the page

document.write('<table border="0" cellpadding="3" cellspacing="0" width="770">')
document.write('<tr>')
document.write('    <td width="100%" style="border-top: 1 solid #C0C0C0">&nbsp;</td>')
document.write('  </tr>')
document.write('<tr>')
document.write('    <td width="100%" align="center"><img border="0" src="/ent/images/footer/sbc_cards_logo.jpg"></td>')
document.write('  </tr>')
document.write('  <tr>')
document.write('    <td width="100%" align="center"><img border="0" src="/ent/images/footer/iso_logo.gif" width="129" height="13"></td>')
document.write('  </tr>')
document.write('  <tr>')
document.write('    <td width="100%" align="center"><font size="1" color="#6B6B6B">Copyright © 2002 All rights reserved.</font></td>')
document.write('  </tr>')
document.write('</table>')

//end
-->
