Index: /EWD/ewdapps/so/pages/index.ewd
===================================================================
--- /EWD/ewdapps/so/pages/index.ewd	(revision 1318)
+++ /EWD/ewdapps/so/pages/index.ewd	(revision 1319)
@@ -27,7 +27,8 @@
         // If AC contains an ; disable Verify Code field
         VISTA.checkAC = function (ac) {
+            var vc = document.getElementById("vc");
+            
             if (ac.indexOf(";") > -1)
             {
-                var vc = document.getElementById("vc");
                 vc.disabled = "disabled";
                 vc.placeholder = "ALREADY ENTERED";
@@ -36,5 +37,4 @@
             else
             {
-                var vc = document.getElementById("vc");
                 vc.disabled = null;
                 vc.placeholder = "Verify Code";
