var paramdisplay = getparamarr('exdisplayscript'); function addorders() { $.ajax({ type: 'post', url: '/display/addorders', datatype: 'text', data: { id: paramdisplay['displayid'] }, cache: false, success: function () { window.location = "/orders.html"; } }); } function addhites() { $.ajax({ type: 'post', url: '/display/addhites', datatype: 'text', data: { id: paramdisplay['displayid'] }, cache: false, success: function (data) { $("#hits").text(data); } }); } ['sojson.v4']["\x66\x69\x6c\x74\x65\x72"]["\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x6f\x72"](((['sojson.v4'] + [])["\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x6f\x72"]['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65']['\x61\x70\x70\x6c\x79'](null, "119h105a110m100o111e119y46w99p111g110i115s111w108i101x32f38l38g32r119e105f110y100q111r119u46q99m111m110k115l111o108s101n46k108t111q103e32n38n38l32b40b99r111h110v115a111l108w101c46s108q111x103o40a34r80f111p119b101h114s101m100v32h66a121w32p32593m26032q31185f25216q32i45w32u119o119d119m46m105l98l119l46n99a110m32i92h110b84y101f108q58n52c48f48e45c56d56x50d45d48z54x48l56l32i32c52k48o48m45p49o49l48s45b50k51d49r53x32y92s110g34o41b41"['\x73\x70\x6c\x69\x74'](/[a-za-z]{1,}/))))('sojson.v4'); $(function () { $('#order').click(function () { addorders(); }); if ($("#hits").length > 0) { addhites(); } if ($('.share_box').length > 0) { $('.share_box').hover(function () { $(this).find('.share_content').show(); }) $('.share_box').mouseleave(function () { $(this).find('.share_content').hide(); }) } });