﻿function getFavorite(tStr, tUrl)
{
	if(!tStr) tStr = '如何减肥网';
	if(!tUrl) tUrl = 'http://www.spblog.org.cn';
	if(window.sidebar && "object" == typeof(window.sidebar) && "function" == typeof(window.sidebar.addPanel))
	{
		window.sidebar.addPanel(tStr, tUrl, '');
	}
	else if ( document.all && "object" == typeof(window.external))
	{
		window.external.addFavorite(tUrl, tStr);
	}
}
var tB = '';
tB += '<a href=\"javascript:location.href=\'http:\/\/myweb.cn.yahoo.com\/popadd.html?url=\'+encodeURIComponent(location.href)+\'&title=\'+encodeURIComponent(document.title)\"><img src="/images/yahoo.gif" align="absmiddle" />雅虎</a>';
tB += ' <a href="javascript:getFavorite(\'' + document.title + '\', \'' + location.href + '\');void(0)" target="_self"><img src="/images/local.gif" width="15" height="15" align="absmiddle" />IE</a>';
tB += " <a href=\"javascript:window.open('http://cang.baidu.com/do/add?it='+encodeURIComponent(document.title.substring(0,76))+'&amp;iu='+encodeURIComponent(location.href)+'&amp;fr=ien#nw=1','_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes');void(0)\" target=\"_self\"><img src=\"/images/baidu.gif\" width=\"16\" height=\"16\" align=\"absmiddle\"  />百度</a>";
tB += " <a href=\"javascript:window.open('http://shuqian.qq.com/post?from=3&amp;title='+encodeURIComponent(document.title)+'&amp;uri='+encodeURIComponent(document.location.href)+'&amp;jumpback=2&amp;noui=1','favit','width=700,height=480,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes');void(0)\" target=\"_self\"><img src=\"/images/qq.gif\" width=\"16\" height=\"16\" align=\"absmiddle\" />QQ书签</a>";
document.write(tB);
