[
'https://ecwid.hexgator.com/js/social-login/script.js',
].forEach(function(src) {
console.log("SSO script loaded");
var script = document.createElement('script');
script.src = src;
script.async = false;
script.type = 'text/javascript';
//script.charset = 'iso-8859-1';
document.head.appendChild(script);
if (window.jQuery === undefined) {
var script = document.createElement('script');
script.src = 'https://code.jquery.com/jquery-2.1.4.min.js';
script.async = false;
script.type = 'text/javascript';
document.head.appendChild(script);
}
});
function getC(cname) {
return localStorage.getItem(cname);
}