function ShowSecurityCode(){var n=Math.random(),t;return n=Math.round(n*1e4),t=$("#dd_SecurityCode"),t.html(""+t.attr("data-next")+"<\/a>"),!1}$(document).ready(function(){ShowSecurityCode()})