function Echo0(){
	document.write('<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">')
document.write('  <tr>')
document.write('    <td width="240"><a href="/"><img src="../Logo/l.gif" alt="返回中国鞋业互联网" width="240" height="67" border="0" /></a></td>')
document.write('    <td><div id="Job1"><img src="../Logo/Arrow/SanJiao_0.gif" width="3" height="5" class="Nsj" /><a href="/index_zhao/" class="JobNav">鞋品招商</a>  <img src="../Logo/Arrow/SanJiao_0.gif" width="3" height="5" class="Nsj" /><a href="/Index_Trade/" class="JobNav">鞋类外贸</a>  <img src="../Logo/Arrow/SanJiao_0.gif" width="3" height="5" class="Nsj" /><a href="/Index_PeiTao/" class="JobNav">鞋业配套</a>  <img src="../Logo/Arrow/SanJiao_0.gif" width="3" height="5" class="Nsj" /><a href="/index_person/" class="JobNav">鞋友之家</a></div>')
document.write('    <a href="/P-job/">鞋业招聘</a> <a href="/P-job/Md.aspx">鞋模招聘</a> <a href="/P-rc/">鞋业人才</a> <a href="/P-rc/x.aspx">鞋设计师</a> <a href="http://board.chinashoes.com">鞋业论坛</a> <a href="/Make_College/">经销学院</a> <a href="/PeiTao_KnowLedge/">鞋业百科</a> <a href="/Trade_Helper/">外贸助手</a> <a href="/PeiTao_SchoolAndTechnolo/">科研院校</a></td>')
document.write('  </tr>')
document.write('</table>')
}

function Echo1(User){
	document.write('<div class="LeftNavBar"><a href="/PUBLIC/LeaveMsgToClient.aspx?'+User+'" class="Agray14" target="_blank">给我们留言</a></div>')
}
function Echo3(IDSmi,TLE){
	TLE=""+escape(TLE)
	document.write('<div class="LeftNavBar"><a target="_blank" class="Agray14" href="/Trade_News/SendThisPageToFrind.aspx?TLE='+TLE+'&URL='+document.location+'">推荐给朋友</a></div>')
	document.write('<div class="LeftNavBar"><a href="javascript:AddFavorite()" class="Agray14">加入收藏夹</a></div>')
}
function Echo4(IDmi,BeFavorer){
	document.write('<div class="LeftNavBar"><a href="/Public/YingPing/'+BeFavorer+'/z501/'+IDmi+'.aspx" class="Agray14" target="_blank">立即申请该职位</a></div>')
}

function AddFavorite(){
		var url = "/Ajax_datasource/AddFavorite.aspx";
		var r = new AjaxRequest("post",url,false);

		r.setParameter("BeFavorer",BeFavorer);
		r.setParameter("Fav_ID",Fav_ID);
		r.setParameter("Title",Title);
		r.setParameter("URL",document.location);
		r.setParameter("Fav_Table","cs_job");
		r.send(null);
		
		ShowDIV();//隐藏
		r.onresult = function(){
			var RegOk=""+r.getText();
			IDresult.style.display="";
			IDing.style.display="none";
			IDresult.innerHTML=""+RegOk+"<br> <a href='javascript:ResetDiv()'>关闭</a>";
		}
}
function ShowDIV(){
	BodyGray()
	a_words.style.display="";
	IDing.style.display="";
	IDresult.style.display="none";
	SetDivFilter();//
	a_words.style.left=document.body.scrollWidth/2-200;
	a_words.style.top=(document.documentElement.scrollTop+(document.documentElement.clientHeight-document.getElementById("a_words").offsetHeight)/2)+"px";
}
function ResetDiv(){
	BodyReset()
	a_words.style.display="none";
}
function EchoAction(){
var Div = "<div id='a_words' style='display:none;' class='DIVmsg'>";
Div += "<div id='IDing'><img src='/logo/img_loading.gif' align=absmiddle>正在提交收藏请求...</div>";
Div += "<div id='IDresult' style='display:none;'></div>";
Div += "</div>";
document.write(Div);
}

function SetDivFilter(){
  SetOBJfilter("a_words",0)
}
