$(document).ready(function(){var popupList=$("#popup-list");$("#footer-links").find(".footer-popup").live(Setting.isIOS?"touchstart":"click",function(){Linkage.trackEvent("footer",$(this).data("track"));var target=$(this).data("popup");if(typeof PopupController!="undefined"&&PopupController.getPopup(target)){PopupController.change(target);}else{$.manageAjax.add('ajaxProfile',{cacheResponse:true,success:function(data){popupList.append(data);},url:"popup/index/module/"+target});}});$("#footer-external").find("a").click(function(e){Linkage.trackEvent("footer",$(this).data("track"));});});
