// JavaScript Document ...

var tmpStr = '';

tmpStr += '<div id="legal">';
tmpStr += '<img src="/images/hr.gif" width="800" height="2" id="legalLine" />';
tmpStr += '<a href="http://us.ncsoft.com/" target="_blank" id="nclogo"><img src="/images/nclogo.png"  border="0"></a>';
tmpStr += '<p>&#169; 2009 Carbine Studios. All rights reserved.<br>';
tmpStr += '<a href="http://us.ncsoft.com/en/legal/terms-of-use.html" target="_blank">Legal Notices</a></p>';
tmpStr += '</div>';
tmpStr += '<div class="clear"></div>';

document.write(tmpStr);