﻿// 点击验证码图换数字									----------------------------
function UpVerifyCode(){
  document.getElementById("PhotoSN").src = "/Include/VerifyCode.asp?t="+Math.random();
}
