var Str_JobSearch=''; 
Str_JobSearch+"<div id='tabBar'>";
Str_JobSearch+="   <table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>";
Str_JobSearch+="   <tr><td valign='bottom'>";
Str_JobSearch+="     <table cellspacing='0' cellpadding='0' border='0' width='100%'>";
Str_JobSearch+="      <tr>";
       
Str_JobSearch+="       <td width='2'><img src='http://www.jobcu.com/images/tab_left_end.gif'></td>";
Str_JobSearch+="       <td class='tab' nowrap><a href='http://www.jobcu.com/' class='tabLink' target='_top'>首页</a></td>";
Str_JobSearch+="       <td width='3'><img src='http://www.jobcu.com/images/tab_right_end.gif'></td>";
Str_JobSearch+="	   <td width='2'><img src='http://www.jobcu.com/images/tab_left_end_sel.gif'></td>";
Str_JobSearch+="       <td class='tabSel' nowrap><a href='http://www.jobcu.com/so/default.asp' class='tabLinkSel' target='_top'>职位搜索</a></td>";
Str_JobSearch+="       <td width='3'><img src='http://www.jobcu.com/images/tab_right_end_sel.gif'></td>";

Str_JobSearch+="       <td width='2'><img src='http://www.jobcu.com/images/tab_left_end.gif'></td>";
Str_JobSearch+="       <td class='tab' nowrap><a href='http://www.jobcu.com/article/' class='tabLink' target='_top'>职趣宝典</a></td>";
Str_JobSearch+="       <td width='3'><img src='http://www.jobcu.com/images/tab_right_end.gif'></td>";

Str_JobSearch+="       <td width='2'><img src='http://www.jobcu.com/images/tab_left_end.gif'></td>";
Str_JobSearch+="       <td class='tab' nowrap><a href=\"javascript:CheckLoginPage('http://www.jobcu.com/personal/myresume.asp')\" class='tabLink' target='_top'>我的简历</a></td>";
Str_JobSearch+="       <td width='3'><img src='http://www.jobcu.com/images/tab_right_end.gif'></td>";

Str_JobSearch+="       <td width='2'><img src='http://www.jobcu.com/images/tab_left_end.gif'></td>";
Str_JobSearch+="       <td class='tab' nowrap><a href=\"javascript:CheckLoginPage('http://www.jobcu.com/personal/welcome.asp')\" class='tabLink' target='_top'>职趣求职中心</a></td>";
Str_JobSearch+="       <td width='3'><img src='http://www.jobcu.com/images/tab_right_end.gif'></td>";


Str_JobSearch+="      </tr>";
Str_JobSearch+="     </table>";
Str_JobSearch+="    </td>";
Str_JobSearch+="   <td valign='bottom' align='right' class='tabRightArea' width='50%'>";
Str_JobSearch+="    <table cellspacing='0' cellpadding='0' border='0' style='margin-bottom:4px;margin-left:10px;'>";
Str_JobSearch+="     <tr>";
Str_JobSearch+="      <td nowrap><img src='http://www.jobcu.com/images/employer_widget_left.gif' height='30'></td> ";
Str_JobSearch+="      <td nowrap class='employerWidgetCenter' align='center'> ";
Str_JobSearch+="       <a class='employerWidgetTitle' href='http://www.jobcu.com/recruiting'>职趣免费招聘，企业入口</a></td>";
Str_JobSearch+="      <td nowrap><img src='http://www.jobcu.com/images/employer_widget_right.gif' height='30'></td>";
Str_JobSearch+="     </tr>";
Str_JobSearch+="    </table>";
Str_JobSearch+="   </td>";
Str_JobSearch+="  </tr>";
Str_JobSearch+=" </table>";
Str_JobSearch+=" </div>";
 
 document.write(Str_JobSearch);
 
 
   mysuspend = new Array(//对联悬浮广告数据，直接插入HTML代码多省事
   	 ["<a href='http://www.jobcu.com/PersonRegister.asp' target='_blank'><img src='http://www.jobcu.com/images/banner_reg_s.gif' border=0></a>",
    120,
    300,
    "right,bottom" ] 
    );

  function suspendfunc(){
    var adobj, align;
    for(var i=0;i<mysuspend.length;i++){
      adobj = document.getElementById( "suspend" + i );
      align = mysuspend[i][3].toLowerCase();

      if(align.indexOf("right")==-1)
        adobj.style.left = document.body.scrollLeft + mysuspend[i][1];
      else
        adobj.style.left = document.body.scrollLeft - mysuspend[i][1] + document.body.clientWidth-20;

      if(align.indexOf("bottom")==-1)
        adobj.style.top  = document.body.scrollTop  + mysuspend[i][2];
      else
        adobj.style.top  = document.body.scrollTop  - mysuspend[i][2] + window.screen.height;
    }
  }

  for(var i=0;i<mysuspend.length;i++){
    document.write("<div id='suspend" + i + "' style='POSITION: absolute; Top:" + mysuspend[i][1] + "; Left:" + mysuspend[i][2] + "'><div style='POSITION: absolute; Top: 0; width: 100%; cursor: hand' align='right'><a onclick=\"suspend" + i + ".style.display = 'none';\"><img src='http://www.jobcu.com/images/close.gif' border=0></a></div>" + mysuspend[i][0] + "</div>");
  }

  suspendfunc();
//window.onload   = suspendfunc;
  window.onscroll = suspendfunc;
  window.onresize = suspendfunc;