(typeof(ET) != 'undefined') || (ET = {}); ET.Community = ET.Community || {}; ET.Community.FriendsSearch = ET.Community.FriendsSearch || {}; ET.Community.FriendsSearch.Config = ET.Community.FriendsSearch.Config || {}; ET.Community.FriendsSearch.Config.SingleCacheServer = ET.Community.FriendsSearch.Config.SingleCacheServer || 'https://cns2.ef-cdn.com'; ET.Community.FriendsSearch.Config.SiteVersion = ET.Community.FriendsSearch.Config.SiteVersion || '18-1'; ET.Community.FriendsSearch.htmlTemplate = ET.Community.FriendsSearch.htmlTemplate || ( '
' +'
' +'' +'
' +'
' +'
' +'
' +'在线寻友英语聊天!' +'
' +'
' +'寻找' +'' +'
' +'
' +'年龄' +'' +'' +'' +'
' +'
' +'来自' +'' +'
' +'
' +'
' +'
' +'
' ); ET.Community.FriendsSearch.Load = ET.Community.FriendsSearch.Load || ( function ($) { var cssFileMergeHandler = ET.Community.FriendsSearch.Config.SingleCacheServer + '/community/widgets/friendssearch/mergestylefile/?siteversion=' + ET.Community.FriendsSearch.Config.SiteVersion; var cssLink = document.createElement('link'); with(cssLink) { href = cssFileMergeHandler; rel = 'stylesheet'; type = 'text/css'; }; if (navigator.appName == 'Microsoft Internet Explorer') { if (parseInt(navigator.appVersion.replace(/.*?MSIE\s([\d\.]+).*/ig,"$1")) <= 6) { document.execCommand("BackgroundImageCache", false, true); } } document.getElementsByTagName('head')[0].appendChild(cssLink); document.write(ET.Community.FriendsSearch.htmlTemplate); var container = jQuery('.friendssearchForm'); var frm = $("form[name='friendssearchForm']"); frm.find("select[name='etsFrm']").val(25); frm.find("select[name='etsTo']").val(25); frm.submit(function () { return true; }); } ); if (typeof(jQuery) != 'undefined') { ET.Community.FriendsSearch.Load(jQuery); };