(function() { /******** Localize jQuery variable *********/ var jQuery; /******** Load jQuery if not present *********/ if (window.jQuery === undefined || window.jQuery.fn.jquery !== '3.1.1') { var script_tag = document.createElement('script'); script_tag.setAttribute("type","text/javascript"); script_tag.setAttribute("src","https://code.jquery.com/jquery-3.1.1.min.js"); script_tag.setAttribute("integrity","sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="); script_tag.setAttribute("crossorigin","anonymous"); if (script_tag.readyState) { script_tag.onreadystatechange = function () { /******** For old versions of IE *********/ if (this.readyState == 'complete' || this.readyState == 'loaded') { scriptLoadHandler(); } }; } else { /********* Other browsers *********/ script_tag.onload = scriptLoadHandler; } /********* Try to find the head, otherwise default to the documentElement *********/ (document.getElementsByTagName("head")[0] || document.documentElement).appendChild(script_tag); } else { /********* The jQuery version on the window is the one we want to use *********/ jQuery = window.jQuery; main(); } /******** Called once jQuery has loaded ******/ function scriptLoadHandler() { /******** Restore $ and window.jQuery to their previous values and store the *********/ /******** new jQuery in our local jQuery variable *********/ jQuery = window.jQuery.noConflict(true); /******** Call our main function *********/ main(); } /******** Our main function ********/ function main() { jQuery(document).ready(function($) { $.ajax({ url: "https://content.flexlinkspro.com/Product/Widget", data: { DomainId: 1070088, ProductIds : "158077.1.35F8.6C20B6948EC13E6E.0735106313159,158077.1.35F8.F77D3B6C0E499334.0191116193448,158077.1.35F8.10C9375BE5B558F0.0888721307642,158077.1.35F8.BBD8E13DCDBB20AF.0663245029429,158077.1.35F8.DA44E5BADDA6440D.8050661045638,158077.1.35F8.4A584C5825D6A65F.0190824286480,158077.1.35F8.B1A3D9201DBF9BC3.0190824286459,158077.1.35F8.2C075695C45A6F2C.0190824286596,158077.1.35F8.2A167006FE55C7D6.0628292326655,158077.1.35F8.6EDCADF00921F304.0628292329649,158077.1.35F8.1F70A999A120CB76.0628292346790,158077.1.35F8.AF3F7B8C1C0B0811.0628292330980,158077.1.35F8.C220148CA056D173.0628292331260,158077.1.35F8.5931C23B281D4911.0628292333530,158077.1.35F8.6A71148FC6202BFC.0628292336654,158077.1.35F8.D57806964DEAB938.0631333244481,158077.1.35F8.43D4F0758638D9E5.0710780074695,158077.1.35F8.FFB501A62FD54E60.0195230186355,158077.1.35F8.B66452CDA1290CAD.0195230186805,158077.1.35F8.6F26748C00DC4F5F.0195230194114,158077.1.35F8.64BCFE34911FAAB8.0628292285723,158077.1.35F8.F11FB432DBA3E80F.0628292286041,158077.1.35F8.F2997C1CB4D9A867.0628292287024,158077.1.35F8.5FD9ADA5BA1FA5D6.0628292292790,158077.1.35F8.9F2EE94EC06CDCF1.0628292339044,158077.1.35F8.61D43242A897C2F1.0628292353040,158077.1.35F8.63DDB2FB022675BE.0840126605051,158077.1.35F8.7AA1DEB956C761D.0710780067901,158077.1.35F8.C3FB02AE1EB7FEF9.0190824286961,158077.1.35F8.96A68EBE23D5E938.0193461110163,158077.1.35F8.85E8A35EF42E0B67.0761321627184,158077.1.35F8.6BF9137896255DA7.0887991830386,158077.1.35F8.F9261F36D8A0EBE0.0652933623377,158077.1.35F8.1ACB33F087C78A45.0613000747433,158077.1.35F8.501AECAD080C4ED3.0634206811964,158077.1.35F8.FD114E515055052F.0634206820041,158077.1.35F8.7524F737970DBF4D.0613000738158,158077.1.35F8.83C1BFB2C091A25B.0710780071076,158077.1.35F8.B909E070E8ED6DBD.0843608187106,158077.1.35F8.2817A88A81BF947C.0192772120212,158077.1.35F8.C5D8EFB3CD8561CA.0190824269247,158077.1.35F8.1D7E81BA53AD053B.0889261542593,158077.1.35F8.5A55C27BA8145DE5.0889261553636", Url:"https://content.flexlinkspro.com/Product/Widget", BtnColor : "",HeadColor : "",FColor : "",SubId1 : "",SubId2 : "",SubId3 : "",SubId4 : "",SubId5 : "", Guid: "0e29df6a-4a6e-4b78-aff5-65d1060ebdfc"}, type: 'POST', dataType: 'html', success: function (result) { $("#0e29df6a-4a6e-4b78-aff5-65d1060ebdfc").html(result); }, error: function (err) { console.log(err); } }); }); } })(); // We call our anonymous function immediately