﻿// JScript 文件


var tmp=document.getElementsByTagName("meta");
var share_desc= " ";
for(i=0;i<tmp.length;i++) {
  if(tmp[i].name == "description") {
        share_desc=tmp[i].content;
        break;
   }
}
//share_desc=encodeURIComponent(share_desc);
share_desc=encodeURIComponent("我在 就爱我程旅游攻略网 上面发现了很好的#旅游攻略#"+document.title);
//var share_desc=encodeURIComponent((document.getElementsByTagName("meta"))["description"].content);
//document.write('<iframe frameborder="0" scrolling="no" src="http://hits.sinajs.cn/A1/weiboshare.html?url=%url%&appkey=2924220432&type=3&ralateUid=1704191027" width="16" height="16"></iframe>'.replace(/%url%/,encodeURIComponent(location.href)));

document.writeln("<a href='http://service.t.sina.com.cn/share/share.php?url="+encodeURIComponent(location.href)+"&appkey=2924220432&title=&pic=&ralateUid=1846857310' target='_blank' title='分享到新浪微博' ref='nofollow'>新浪微博<img src='http://t.sina.com.cn/favicon.ico' width='16' height='16' alt='新浪微博' /></a>");
document.writeln("<a href='http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+encodeURIComponent(document.location.href)+"' target='_blank' title='分享到QQ空间' rel='nofollow'>QQ空间<img src='http://qzonestyle.gtimg.cn/ac/qzone_v5/app/app_share/qz_logo.png'  alt='分享到QQ空间' /></a>");
document.writeln("<a href='http://www.kaixin001.com/repaste/share.php?rtitle="+encodeURIComponent(document.title.substring(0,76))+"&rurl="+encodeURIComponent(location.href)+"&rcontent="+share_desc+escape(location.href)+"' target='_blank' title='分享到开心网' rel='nofollow'>开心网<img alt='分享到开心网' src='http://www.9i5c.com/img1/favicon3.gif' /></a>");
document.writeln("<a href='http://apps.hi.baidu.com/share?url="+encodeURIComponent(document.location.href)+"' target='_blank' title='分享到百度空间' ref='nofollow'>百度空间<img src='http://www.baidu.com/favicon.ico' alt='百度空间'></a>"); 
document.writeln("<a href='http://v.t.qq.com/share/share.php?title="+encodeURIComponent(document.title.substring(0,76))+"&url="+encodeURIComponent(location.href)+"&rcontent="+share_desc+"' target='_blank' title='分享到腾讯微博' rel='nofollow' >腾讯微博<img src='http://www.9i5c.com/img1/tqq.png'  alt='分享到腾讯微博' /></a>");
document.writeln("<a href='http://www.douban.com/recommend/?url="+encodeURIComponent(location.href)+"&title="+encodeURIComponent(document.title.substring(0,76))+"&rcontent="+share_desc+"' target='_blank' title='分享到豆瓣' rel='nofollow'>豆瓣<img src='http://www.9i5c.com/img1/douban.png'  alt='分享到豆瓣' /></a>");
document.writeln("<a href='http://share.renren.com/share/buttonshare.do?title="+encodeURIComponent(document.title.substring(0,76))+"&link="+encodeURIComponent(location.href)+"&content=' target='_blank'  title='分享到人人网' rel='nofollow'>人人网<img src='http://www.9i5c.com/img1/favicon5.gif'  alt='分享到人人网' /></a>");
document.writeln("<a href='http://t.163.com/article/user/checkLogin.do?link=http://www.9i5c.com/&source="+encodeURIComponent("就爱我程")+"&info="+encodeURIComponent(document.title)+encodeURIComponent(" ")+location.href+"' target='_blank' title='分享到网易微博' rel='nofollow' >网易微博<IMG alt='网易微博' src='http://www.9i5c.com/img1/wblog.gif'/></a>");
document.writeln("<a href='http://t.sohu.com/third/post.jsp?&url="+encodeURIComponent(location.href)+"&title="+escape(document.title.substring(0,76))+"' target='_blank' title='分享搭配搜狐微博' ref='nofollow'>搜狐微博<img src='http://s2.cr.itc.cn/img/t/152.png'  alt='搜狐微博' /></a>");


