 //<![CDATA[
	var doce = "<?php echo(grabT()); ?>";//PHP inserts the encrypted key

	function theFix (obj1) {
		var tmp;
 	 	if (obj1.nothing) {
   	 		tmp = obj1.nothing.value;
   		 	obj1.nothing.value = doce; //changes value of the hidden form data
  		}
 	 	return true; 
	}
    //]]>