$(function(){$('button#getlive').click(function(){$('#getuser').remove();$('#error').remove();var liveid=$('#liveid').val();var regular=new RegExp("^([A-Za-z0-9_|-]+[.]*[A-Za-z0-9_|-]+)+@[A-Za-z0-9|-]+([.][A-Za-z0-9|-]+)*[.][A-Za-z0-9]+$","ig");if(!regular.test(liveid)){$('.search-result').append('<div id="error">请输入有效的 Email 地址</div>').hide().slideDown(500)}else{$('.loading').css('background','transparent url(imgs/loading.gif) no-repeat center center');$.ajax({url:'getlive.php',type:'POST',data:'liveid='+liveid,success:function(result){$('.loading').css('background','none');$('.search-result').append(result).hide().slideDown(1000);$('.userlink a').click(function(){window.open(this.href);return false});$('a#msnchat').click(function(){window.open(this.href,'','resizable=1,width=380,height=540');return false})}})}return false});$('input').keypress(function(e){if(e.keyCode=='13'){$('button#getlive').trigger('click');return false}});$('input').keyup(function(){$('#getuser').slideUp(500)});$('div.acrtips').hover(function(){$('img.acrinfo').css({'display':'block','position':'absolute'}).hide().fadeIn(1000)},function(){$('img.acrinfo').fadeOut(800).css('display','none')});$(".nav-ltm .dropdown").hover(function(){$("li ul").slideToggle(700)},function(){$("li ul").slideUp(500)});$("a[rel='external']").click(function(){window.open(this.href);return false});$('a.deli').click(function(){window.open(this.href,'','resizable=1,width=600,height=450');return false});$('a.fanfou').click(function(){window.open(this.href,'','resizable=1,width=610,height=410');return false});$('a.digg').click(function(){window.open(this.href,'','resizable=1,scrollbars=1');return false});$('a.xiaonei').click(function(){window.open(this.href,'','resizable=1,width=626,height=436');return false});$('a.douban').click(function(){window.open(this.href,'','resizable=1,width=450,height=330');return false});$('a.twitter').click(function(){window.open(this.href,'','resizable=1,width=600,height=400');return false});$('a.qq').click(function(){window.open(this.href,'','resizable=1,width=930,height=470');return false});$('a.baidu').click(function(){window.open(this.href,'','resizable=1,width=600,height=450');return false});$('a.live').click(function(){window.open(this.href,'','resizable=1,width=450,height=320');return false})});