﻿ document.write("<div><input type=\"text\" id=\"secureText\" /><input type=\"button\" value=\"Submit\" onclick=\"checkSecurityCode(doResult);\" />");
 try
 {
  if(showReset==true) document.write("<INPUT TYPE=\"reset\" VALUE=\"Reset\" NAME=\"Reset\">");
 }
 catch(err)
 {
 }
 document.write("</div>\n");
 document.write("<div><img  src=\"code.jpg\" alt=\"security_code\" /></div>");
 document.write("<div id=\"errorPanel\"></div>");
 
 secureText=document.getElementById("secureText");
 entryPoint=document.getElementById("errorPanel");
 entryPoint.innerHTML="";
