﻿function AddFavorite(sURL, sTitle) {
	try {
		window.external.addFavorite(sURL, sTitle);
		return false;
	} catch (e)  {
		try {
			window.sidebar.addPanel(sTitle, sURL, "");
			return false;
		} catch (e)  {
			alert("加入收藏夹失败，请使用Ctrl+D进行添加");
			return false;
		}
	}
}


var footStr = '';
footStr += '<style type="text/css">';
footStr += '.hp_footer{ border-top:#E6E6E6 0px solid; font-size:12px; font-family:Arial, Helvetica, sans-serif; text-align:center; color:#666; padding:0 0 10px; clear:both;}';
footStr += '.hp_footer p{ padding:0; margin:5px 0 0; line-height:24px;}';
footStr += '.hp_footer a:link,.hp_footer a:visited{ text-decoration:none; color:#666;}';
footStr += '.hp_footer a:hover{ text-decoration:underline; color:#FF6600;}';
footStr += '.hp_footer p.text_r a{ margin:0 5px;}';
footStr += '</style>';
footStr += '<div class="hp_footer">';
footStr += '<p class="text_r"><a target="_blank" href="http://web.iciba.com/adv/index.html">广告合作</a> | <a target="_blank" href="http://ciba.iciba.com/">下载词霸</a> | <a target="_blank" href="http://cp.iciba.com/">产品中心</a> | <a target="_blank" href="http://weibo.com/ciba">词霸微博</a> | <a target="_blank" href="http://web.iciba.com/gxch/">共享词汇</a> | <a target="_blank" href="http://dj.iciba.com/list_1_1.shtml">共享短句</a> | <a href="javascript:;" title="加入收藏" onclick="AddFavorite(window.location,document.title);">加入收藏</a> | <a target="_blank" href="http://job.kingsoft.com/search.php?division=KCB%E8%AF%8D%E9%9C%B8%E4%BA%8B%E4%B8%9A%E9%83%A8">词霸招聘</a> | <a target="_blank" href="http://www.kingsoft.com/">金山在线</a></p>';
footStr += '<p><a target="_blank" href="http://www.kingsoft.com/licence/001.jpg">京ICP证100054号</a> <a target="_blank" href="http://www.hd315.gov.cn/beian/view.asp?bianhao=010202010082000006"><img src="http://static.www.iciba.com/images/ico_ft.gif" border="0" alt="备案" align="absmiddle" /></a> <a target="_blank" href="http://www.kingsoft.com/licence/002.jpg">新出网证&lt;京&gt;字011号</a> 京公网安备110108400997号</p>';
footStr += '<p><a target="_blank" href="http://www.kingsoft.com/licence/003.jpg">京网文【2011】0509-172号</a> <a target="_blank" href="http://www.miibeian.gov.cn/">京ICP备06025896号</a> &copy;2012 Kingsoft Corp</p>';
footStr += '</div>';
document.write(footStr);

