try { t61._loading_page = false; Element.hide('ajax_loader');t61.is_ajax = true;t61.page.redirecting = false;if ($('popup_content')) { t61.page.replace_html('popup_content', "<div style=\"padding-top:30px;text-align:center;\">\n<div style=\"padding:10px 10px 20px 10px;font-size:1.2em;\">Click the button below to link your account to facebook:</div>\n<a href=\"#\" onclick=\"FB.ensureInit(function() {FB.Connect.requireSession(t61.fbconnect.on_link_account);}); return false;\" > <img id=\"fb_login_image\" src=\"http://static.ak.fbcdn.net/images/fbconnect/login-buttons/connect_light_large_long.gif\" alt=\"Connect\"/> </a>\n</div>\n"); }t61.popup.show(); } catch (e) { if (t61 && t61.notice) {t61.notice.create(e.name +': ' +e.message);} else { alert(e.message); } }
