//设为首页
function dohome(){
	this.home.style.behavior='url(#default#homepage)';this.home.setHomePage('http://www.jobcu.com');
}

var Str_Top=""; 
Str_Top+=" <div id='topYahooBar'>"; 
Str_Top+="  <table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>"; 
Str_Top+=" 	<tr>"; 
Str_Top+=" 	<td>"; 
Str_Top+=" 		<div align=center id=ygma>		"; 
Str_Top+=" 		<table width=100% cellpadding=0 cellspacing=0 border=0>"; 
Str_Top+=" 		<tr bgcolor='#efefef'>"; 
Str_Top+=" 			<td id=ygmalinks class=ygmabk width='20%' >"; 
Str_Top+=" 			<font face='arial,helvetica,sans-serif' style='font-size:10px'>"; 
Str_Top+=" 				<a href='http://www.jobcu.com/' target='_top'><font color=000000>职趣(jobcu.com)</font></a> "; 
Str_Top+=" 				<a href='#' onClick='dohome();' name='home' style='cursor:hand'><font color=000000>设为首页</font></a> "; 
Str_Top+=" 				<a href=\"javascript:window.external.AddFavorite('http://www.jobcu.com/','职趣(jobcu.com)');\"><font color=#000000>加入收藏</font></a> "; 
Str_Top+=" 			</font> "; 
Str_Top+=" 			</td>"; 
if(PCookieUserID)
Str_Top+=" 			<td  class=ygmabk  align=right><div id='divPersonTopMainLink' align=right style='font-size:10px'><font style='font-size:12px'> "+PCookieUserName+" </font>&nbsp;<a href='http://www.jobcu.com/personal/Welcome.asp'>管理中心</a> &nbsp;<a href='http://www.jobcu.com/personal/Myresume.asp' target='_blank'>我的简历</a> &nbsp;<a href='http://www.jobcu.com/PersonLogout.asp'>退出</a></div>"; 
else
Str_Top+=" 			<td  class=ygmabk  align=right><div id='divPersonTopMainLink' align=right style='font-size:10px'><a href='javascript:PersonLogin();'>登录</a> 新用户? <a href='http://www.jobcu.com/PersonRegister.asp'>注册</a></div>"; 

Str_Top+=" 		</tr>"; 
Str_Top+=" 		<tr>"; 
Str_Top+=" 			<td rowspan=2 valign=top>"; 
Str_Top+=" 			<a href='http://www.jobcu.com/' target='_top'><img src='http://www.jobcu.com/images/y_hj_logo_5.gif' width='230' height='35' border='0' alt='职趣(jobcu.com)' style='margin-top:5px'></a>"; 
Str_Top+=" 			</td>"; 
Str_Top+=" 			<td id=ygmagreet width='100%' rowspan=2>"; 
Str_Top+=" 			<span style='line-height:15px'>搜索各人才网站职位<br>找到最适合您的工作</span></td>"; 
Str_Top+=" 		</tr>"; 
Str_Top+=" 		</table>	"; 
Str_Top+=" 		</div>"; 
Str_Top+=" </td>"; 
Str_Top+=" 	</tr>"; 
Str_Top+=" 	</table>"; 
Str_Top+="         </div>";
document.write(Str_Top)		 
		 