tmpStr = '';

tmpStr += '<div id="footerWrapper">'; 
tmpStr += '<div class="ncLegal" style="margin-top:20px;">'; 
tmpStr += '<div class="ncLogo" style="width:82px; overflow:hidden;">'; 
tmpStr += '<a href="http://www.ncsoft.net/global/" target="_blank"><img src="/images/logo.png" alt="NCsoft" width="98" height="69" border="0" ></a>'; 
tmpStr += '</div>'; 
tmpStr += '<div id="dottyLine" style="width:13px; float:left; position:relative; top:-20px; margin-right:5px;"><img src="/images/dot_line2.png" width="13" height="150" border="0" /></div>'; 
tmpStr += '<div class="footertxt">';
tmpStr += 'NCsoft&reg;, the interlocking NC logo, Lineage&reg; II, and all associated logos and designs are trademarks or registered trademarks or service marks of NCsoft Corporation.<br />' +
'All rights reserved. All other trademarks are the property of their respective owners.<br />' +
'NCsoft Corporation has granted permission to Lineage II Info Central to use NCsoft&reg;, Lineage&reg; II, and all associated logos and designs for promotional and information purposes on its website but does not endorse, and is not affiliated with, Lineage II Info Central in any official capacity whatsoever.<br /><br />' +
'<center>Maki&copy;2007-2009</center>'; 
tmpStr += '</div>'; 
tmpStr += '</div>'; 
tmpStr += '<div id="dottyLine" style="width:13px; float:left; position:relative; margin-right:5px;"><img src="/images/dot_line2.png" width="13" height="150" border="0" /></div>'; 
/*tmpStr += '<div class="intelWrapper">'; 
tmpStr += '<div class="dotlineDiv"><img src="/images/dot_line2.png" width="13" height="150" border="0"></div>';
tmpStr += '<div class="legalcopy"></div>'; 
tmpStr += '</div>'; */
tmpStr += '<div class="logoContainer">';
tmpStr += '<a href="http://www.lineage2.com" target="_blank"><img src="/images/l2logo.png" alt="NCsoft" width="215" border="0" ></a></div>';
tmpStr += '</div>';

document.write(tmpStr);