<script language="javascript"> function sf(){ var n=Math.random(); var obj=document.getElementById("imgcode"); obj.src="/imgcode?r="+n; } </script>