function run_fn()
	{
		var temp;
		var a=Math.floor( 1+ Math.random()* 99999);
		sec_cd.innerText = a;
		document.main.cname_tx.focus();
	}