/* Path to the folder where mlib-config.php exists */ mlib_domain = 'http://radiomailer.com/'; /* Load jQuery if not already loaded */ if(!window.jQuery){ var script = document.createElement('script'); script.type = "text/javascript"; script.src = mlib_domain+'mlib-includes/js/jquery-1.11.1.min.js'; document.getElementsByTagName('head')[0].appendChild(script); }