HTMLNode increaseTrustRadio = increaseTrustDiv.addChild("input",
new String[] { "type", "name", "value"},
new String[] { "radio", "RateMessage" , Integer.toString(INCREASE_TRUST_VALUE)});
if(selectedRadio == increaseTrustDiv)
increaseTrustRadio.addAttribute("checked", "checked");
if(!increaseWillUnIgnore)
increaseTrustDiv.addChild("#", l10n().getString("NewReplyPage.RateMessageBox.IncreaseTrust", "value", Byte.toString(INCREASE_TRUST_VALUE)));
else
increaseTrustDiv.addChild("#", l10n().getString("NewReplyPage.RateMessageBox.IncreaseTrustToPositive", "value", Byte.toString(INCREASE_TRUST_VALUE)));