var siteUrl = location.href;
var strCopyright = "Desenvolvido por ESTsoft Corp. © 2006 - 2010. Todos os direitos reservados.<br />Cabal Online é marca registrada da EstSoft Corp.<br />Licenciado para Gamemaxx. Todos os direitos reservados.";
//if(siteUrl.indexOf('www.gamemaxx.com.br'))
//{
//    strCopyright = "Desenvolvido por ESTsoft Corp. © 2006 - 2010. Todos os direitos reservados.Cabal Online é marca registrada da EstSoft Corp.Licenciado para Gamemaxx. //Todos os direitos reservados. ";
//} 
    
    document.write("	<table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
    document.write("		<tr>");
    document.write("			<td height='30' align='center' id=copyright>");
    document.write("			    <a href='http://www.gamemaxx.com.br/Cabal/home?pag=8.1'>Termos de Uso</a> |");
    document.write("			    <a href='http://www.gamemaxx.com.br/Cabal/home?pag=9.1'>Regras de Conduta</a> |");
    document.write("			    <a href='http://www.gamemaxx.com.br/Cabal/home?pag=9.3'>Contate-nos</a><br />");
    document.write("			    <a href='http://www.estsoft.com/'target='_blank'><img src='http://www.gamemaxx.com.br/Cabal/main/img/logo_estsoft.png' /></a><br /></td>");
    document.write("		</tr>");
    document.write("	</table>");
    document.write("	<table width='100%'  border='0' cellspacing='0' cellpadding='0'  id=copyright>");
    document.write("		<tr>");
    document.write("			<td align='center' valign='top' style='padding:0px 0px 10px 0px;'>"+strCopyright+"</td>");
    document.write("		</tr>");
    document.write("	</table>");