var s2cLibraryJQLoaded=false;
var s2cLibraryS2CLoaded=false;
var s2cLibraryJQLoading=false;
var s2cLibraryS2CLoading=false;
function calls2cpopup(){if(!s2cLibraryJQLoading){s2cLibraryJQLoading=true;
s2cLoadScript("http://aolmobile.aolcdn.com/js/s2c_jq_comb.js","s2c_jq",function(){jQuery.noConflict();
s2cLibraryJQLoaded=true;
});
}if(!s2cLibraryS2CLoading){s2cLibraryS2CLoading=true;
s2cLoadScript("http://aolmobile.aolcdn.com/js/s2c.js","s2c_main",function(){s2cLibraryS2CLoaded=true;
});
}var scripttag=document.getElementById("s2c_sns");
if(!scripttag){headElement=document.getElementsByTagName("head").item(0);
var script=document.createElement("script");
script.setAttribute("type","text/javascript");
script.setAttribute("src","http://my.screenname.aol.com/_cqr/login/checkStatus.psp");
script.setAttribute("id","s2c_sns");
headElement.appendChild(script);
}compatibles2cpopup();
}function loads2cLibrary(){jQuery.noConflict();
s2cLibrariesLoaded=true;
}function compatibles2cpopup(){if(s2cLibraryJQLoaded&&s2cLibraryS2CLoaded){shows2cpopup();
}else{setTimeout("compatibles2cpopup()",1000);
}}function s2cLoadScript(url,scriptId,callback){var head=document.getElementsByTagName("head")[0];
var script=document.createElement("script");
script.setAttribute("id","s2c_jq");
script.src=url;
var done=false;
script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){done=true;
callback();
script.onload=script.onreadystatechange=null;
head.removeChild(script);
}};
head.appendChild(script);
}