radv = new Array(3)

radv[0] = '<img src="http://www.mingpaovan.com/vote/image/abcd.gif" alt=""><input type="hidden" name="gen_code" value="abcd"><input name="v_code" type="text" size="4" maxlength="4" />'

radv[1] = '<img src="http://www.mingpaovan.com/vote/image/efgh.gif" alt=""><input type="hidden" name="gen_code" value="efgh"><input name="v_code" type="text" size="4" maxlength="4" />'

radv[2] = '<img src="http://www.mingpaovan.com/vote/image/hijk.gif" alt=""><input type="hidden" name="gen_code" value="hijk"><input name="v_code" type="text" size="4" maxlength="4" />'

index = Math.floor(Math.random() * radv.length);
document.write('請輸入投票的四位驗證碼 ' + radv[index]);