According to Google's, Google Social Interlink and Login is not available on FAN:the. Members who have already completed the Google link on the web can sign in to this e-mail
$(".close_copy").click(function() {
$(".induce_app_down").hide();
if (!getCookie("app_banner_disable")) {
setCookie("app_banner_disable", true, 1);
}
});
function app_banner_display(){
if (!navigator.platform) return;
var filter = "win16|win32|win64|mac|macintel";
if (filter.indexOf(navigator.platform.toLowerCase()) >= 0) return;
if (getCookie("app_banner_disable")) return;
// app banner show
$(".induce_app_down").show();
}
-->