;(function($){$.fn.SmohanPopLayer=function(options){var Config={Shade:true,Event:"click",Content:"Content",Title:"Smohan.net"};var options=$.extend(Config,options);var layer_width=$('#'+options.Content).outerWidth(true);var layer_height=$('#'+options.Content).outerHeight(true) var layer_top=(layer_height+40)/2;var layer_left=(layer_width+40)/2;var load_left=(layer_width-36)/2;var load_top=(layer_height-100)/2;var layerhtml="";if(options.Shade==true){layerhtml+='';} layerhtml+='';$('body').prepend(layerhtml);if(options.Event=="unload"){$('#layer_'+options.Content).animate({opacity:'show',marginTop:'-'+layer_top+'px'},"slow",function(){$('.Smohan_Layer_Shade').show();$('.Smohan_Layer_box .loading').hide();});}else{$(this).live(options.Event,function(e){$('#layer_'+options.Content).animate({opacity:'show',marginTop:'-'+layer_top+'px'},"slow",function(){$('.Smohan_Layer_Shade').show();$('.Smohan_Layer_box .loading').hide();});});} $('.Smohan_Layer_box .close').click(function(e){$('.Smohan_Layer_box').animate({opacity:'hide',marginTop:'-300px'},"slow",function(){$('.Smohan_Layer_Shade').hide();$('.Smohan_Layer_box .loading').show();});});};})(jQuery);$(document).ready(function(e){var share_html="";share_html+='
';$('body').prepend(share_html);$('.share').SmohanPopLayer({Shade:true,Event:'click',Content:'Share',Title:'分享Smohan到各大社区'});$('#Share li').each(function(){$(this).hover(function(e){$(this).find('a').animate({marginTop:2},'easeInOutExpo');$(this).find('span').animate({opacity:0.2},'easeInOutExpo');},function(){$(this).find('a').animate({marginTop:12},'easeInOutExpo');$(this).find('span').animate({opacity:1},'easeInOutExpo');});});var share_url=encodeURIComponent(location.href);var share_title=encodeURIComponent(document.title);var share_pic="http://www.smohan.net/images/smohan.png";var share_from=encodeURIComponent("水墨寒个人官方网站");$('#Share li a.share1').click(function(e){window.open("http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+share_url+"&title="+share_title+"&pics="+share_pic+"&site="+share_from+"","newwindow");});$('#Share li a.share2').click(function(e){var param={url:share_url,appkey:'678438995',title:share_title,pic:share_pic,ralateUid:'3061825921',rnd:new Date().valueOf()} var temp=[];for(var p in param){temp.push(p+'='+encodeURIComponent(param[p]||''))} window.open('http://v.t.sina.com.cn/share/share.php?'+temp.join('&'));});$('#Share li a.share3').click(function(e){window.open('http://widget.renren.com/dialog/share?resourceUrl='+share_url+'&title='+share_title+'&images='+share_pic+'','newwindow');});$('#Share li a.share4').click(function(e){window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?to=pengyou&url='+share_url+'&pics='+share_pic+'&title='+share_title+'&site='+share_from+'','newwindow');});$('#Share li a.share5').click(function(e){window.open('http://share.v.t.qq.com/index.php?c=share&a=index&title='+share_title+'&site='+share_from+'&pic='+share_pic+'&url='+share_url+'','newwindow');});$('#Share li a.share6').click(function(e){window.open('http://www.kaixin001.com/repaste/bshare.php?rtitle='+share_title+'&rurl='+share_url+'&from=水墨寒个人官方网站','newwindow');});});function addfavorite(){var Url="http://www.smohan.net";var Title="水墨寒个人官网";if(document.all){window.external.addFavorite(Url,Title);}else if(window.sidebar){window.sidebar.addPanel(Title,Url,"");}else{alert("请使用Ctrl+D键导入书签!");}}