protectandserve=function(theform){
	oC=document.createElement("INPUT");oC.type="hidden";oC.style.display="none";theform.appendChild(oC);
	oC.name="protectandserve";oC.value="protectandserve";
	theform.submit();
}
