﻿var strPathName = document.location.pathname;
//=======================================================================================
if (strPathName.indexOf("job_index.aspx")>0){
    document.write("<div class=\"Contain\">");
    document.write("	<div class=\"JobIdx_Btm\">");
    document.write("		<ul>");
    document.write("			<li>");
    document.write("			    <a href=\"../company/aboutus.html\">关于联想移动</a> | ");
    document.write("			    <a href=\"../job/job_index.aspx\">人才招聘</a> | ");
    document.write("			    <a href=\"../company/news.aspx\">新闻中心</a> | ");
    document.write("			    <a href=\"../company/privacy.html\">隐私权申明</a> | ");
    document.write("			    <a href=\"../company/contact.html\">联系我们</a> | ");
    document.write("			    <a href=\"../company/terms.html\">使用条款</a> | ");
    document.write("			    <a href=\"../feedback.aspx?TB_iframe=true&width=640&height=504\" class=\"thickbox\">用户意见</a>");
    document.write("		    </li>");
    document.write("		</ul>");
    document.write("	</div>");
    document.write("</div>");
} else {
    document.write("<div class=\"Contain\">");
    document.write("	<div class=\"AbtBtm\">");
    document.write("		<ul>");
    document.write("			<li class=\"l\"><a href=\"../company/aboutus.html\">关于联想移动</a></li>");
    document.write("			<li class=\"l\"><a href=\"../job/job_index.aspx\">人才招聘</a></li>");
    document.write("			<li class=\"l\"><a href=\"../company/news.aspx\">新闻中心</a></li>");
    document.write("			<li class=\"l\"><a href=\"../company/privacy.html\">隐私权申明</a></li>");
    document.write("			<li class=\"l\"><a href=\"../company/contact.html\">联系我们</a></li>");
    document.write("			<li class=\"l\"><a href=\"../company/terms.html\">使用条款</a></li>");
    document.write("			<li><a href=\"../feedback.aspx?TB_iframe=true&width=640&height=504\" class=\"thickbox\">用户意见</a></li>");
    document.write("		</ul>");
    document.write("		<ol>");
    document.write("			<li>闽ICP备05023775号 Copyright © 2009 LenovoMobile All Rights Reserved</li>");
    document.write("		</ol>");
    document.write("	</div>");
    document.write("</div>");
};
//=======================================================================================
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../0_xmwyi/css/thickbox.css\" />");
document.write("<script type=\"text/javascript\" src=\"../0_xmwyi/js/jquery.js\"></script>");
document.write("<script type=\"text/javascript\" src=\"../0_xmwyi/js/thickbox.js\"></script>");
