<SCRIPT LANGUAGE="JavaScript">
<!--
function chk(ch)
{
if(ch=="y")
document.all.t1.value="&Iacute;&not;&Ograve;&acirc;&Ccedil;&euml;&frac14;&Igrave;&ETH;&oslash;&pound;&iexcl;";
else
document.all.t1.value="&sup2;&raquo;&Iacute;&not;&Ograve;&acirc;&Ccedil;&euml;&frac14;&Igrave;&ETH;&oslash;&pound;&iexcl;";

}
//-->
</SCRIPT> <table>
<tr>
 <td>
  <textarea name="textarea" cols="50" rows="5" id="t1">&Iacute;&not;&Ograve;&acirc;&Ccedil;&euml;&frac14;&Igrave;&ETH;&oslash;&pound;&iexcl;</textarea>
 </td>
</tr><tr>
 <td>
  <INPUT TYPE="radio" NAME="is_gree" value="1" checked onclick=chk('y')>&Iacute;&not;&Ograve;&acirc;
  <INPUT TYPE="radio" NAME="is_gree" value="0" onclick=chk('n')>&sup2;&raquo;&Iacute;&not;&Ograve;&acirc;
 </td>
</tr>