document.write('	  <table width="205" border="0" cellspacing="0" cellpadding="0">');
document.write('        <tr>');
document.write('          <td height="26"><img src="/images/webdc.jpg" width="205" height="26" /></td>');
document.write('        </tr>');
document.write('        <tr>');
document.write('          <td height="145" bgcolor="F6F6F5">');
document.write('        <form name="formwsdc" method="post" action="/surveyAction.do?operation=submitSurvey">');
document.write('		  <input type="hidden" name="surveyId" value="402881811730040e01173006618c0001">');
document.write('		  <input type="hidden" name="problemNum" value="1">');
document.write('  		  <input type="hidden" name="problemId0" value="402881811730040e011730071b950002">');
document.write('          &nbsp;&nbsp;<input name="options0" type="radio" value="ff8080811967594c01196759ed800001">');
document.write('          <span class="STYLE6">非常好，我很满意！</span><br/>');
document.write('          &nbsp;&nbsp;<input name="options0" type="radio" value="ff8080811967594c01196759ed850002">');
document.write('          <span class="STYLE6">还可以，页面不错。</span><br/>');
document.write('          &nbsp;&nbsp;<input name="options0" type="radio" value="ff8080811967594c01196759ed860003">');
document.write('          <span class="STYLE6">一般般，我不是很喜欢。</span><br/>');
document.write('          &nbsp;&nbsp;<input name="options0" type="radio" value="ff8080811967594c01196759ed890004">');
document.write('          <span class="STYLE6">不是很好，有待改进。</span><br/>');
document.write('          &nbsp;&nbsp;<input name="options0" type="radio" value="ff8080811967594c01196759ed8a0005">');
document.write('          <span class="STYLE6">页面很差，实用性不强。</span>');
document.write('            </form>');
document.write('          </td>');
document.write('        </tr>');
document.write('        <tr>');
document.write('          <td height="25" align="left" bgcolor="F6F6F5">&nbsp;&nbsp;');
document.write('              <input type="image" src="/images/toupiao_94.jpg"  onClick="javascript:formsubmit()"/>');
document.write('              <input type="image" src="/images/jieguo.jpg" onClick="javascript:lookResult()"/>');
document.write('          </td>');
document.write('        </tr>');
document.write('        <tr>');
document.write('          <td height="12" bgcolor="F6F6F5">&nbsp;</td>');
document.write('        </tr>');
document.write('      </table>');
function lookResult()
	{
		window.location="/surveyAction.do?operation=getSurveyResult&surveyId="+document.formwsdc.surveyId.value;
	}
function formsubmit()
	{
		formwsdc.submit();
	}