function InitSecCode() {
	UpdateSecCode();
}
function UpdateSecCode() {
	var o=document.getElementById('sec_img'); 
	if (o) 
	{
		o.src='secretword.asp?'+Math.random();
		//o.style.display="inline";
	}
	//document.getElementById('sec_img').src='secretword.asp?'+Math.random();
}