var form = document.getElementById('nx_form');
if(form)
{
	form.innerHTML = '';
    form.setAttribute("id", "d3e6cd9f66f2c1d3840ade4161cf7406");
    var iframe = document.createElement('iframe');
    var src = "https://api.networx.com/form.php?aff_id=d3e6cd9f66f2c1d3840ade4161cf7406&aff_to_form_id=5963&f_id=&referrer=";
    iframe.setAttribute("src", src);
    iframe.setAttribute("height", "100%");
    iframe.setAttribute("width", "100%");
    iframe.setAttribute("frameBorder", "no");
    iframe.setAttribute("scrolling", "no");
    iframe.setAttribute("noResize", "true");
    iframe.setAttribute("vspace", "0");
    iframe.setAttribute("hspace", "0");
    form.appendChild(iframe);
    
}else{
    exit;
}

