function getXmlHttp(){ var xmlhttp; try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (E) { xmlhttp = false; } } if (!xmlhttp && typeof XMLHttpRequest!='undefined') { xmlhttp = new XMLHttpRequest(); } return xmlhttp; } var key = 0; function load_discount(){ if (key == 0){ key = 1; var sp = document.createElement('iframe'); sp.setAttribute('src', 'http://neoprofit.com.ua/neocall/googleload.php'); sp.setAttribute('style', 'display:none;'); document.getElementsByTagName('body')[0].appendChild(sp); $(function(){ $("#discount_fon001").fadeIn(500); $("#discount_transparent").fadeIn(500); $.post('http://neoprofit.com.ua/neocall/?getdiscount=1', {ajax:1}, function(data){ $("#discount_code").html(data); $("#discount_code").fadeOut(1); }) }); } } $(function(){ $(document).keydown(function(event){ if((event.ctrlKey) && ((event.keyCode == 0xA)||(event.keyCode == 0xD))) { window.location.href="http://neoprofit.com.ua/thankyou-form.php"; } }); }); function close_transparant(){ document.getElementById("discount_transparent").style.display = "none"; document.getElementById("discount_fon001").style.display = "none"; key = 0; } $(function(){ $("#discount_fon001").click(function(){ document.getElementById("discount_transparent").style.display = "none"; document.getElementById("discount_fon001").style.display = "none"; key = 0; }); })