$( document ).ready(function() {var randomsayi = String(Math.floor((Math.random() * 99999) + 1));$('#dinamikFormContent14').html("var alerts = function (){document.querySelector('#imgloading').style.display = 'none'}; var formResize = function (event) {document.querySelector('#imgloading').style.display = 'none'; var formId_1 =document.getElementById('formId_' + event.data.split(':')[1]); if (formId_1) { formId_1.style.height = event.data.split(':')[0]+ 'px'; }};if (window.addEventListener) { window.addEventListener('load', alerts, false); window.addEventListener('message', formResize, false);} else if(window.attachEvent) { window.attachEvent('load', alerts); window.attachEvent('onmessage', formResize);}" + "");});