document.write('<style>');
document.write('body{padding:0px;margin:0px;}');
document.write('#topDiv{text-align:center;background-color:gray;border-top:solid 5px gray;font-size:12px;}');
document.write('#topNavs{margin:2px;}');
document.write('.topNav{display:inline;padding:6px;}');
document.write('.topNavLink{color:#FFFFFF;text-decoration:none;}');
document.write('.topNavLink:hover{text-decoration:underline;}');
document.write('.topNavCurrent{background-color:#FFFFFF;text-decoration:none;padding-left:5px;padding-top:5px;font-weight:bolder;}');
document.write('.topNavNew{color:red;padding-left:2px;padding-right:2px;background-color:#FFFFFF;font-weight:bolder;}');
document.write('</style>');
document.write('<div id="topDiv">');
document.write('<ul id="topNavs">');
document.write('<li class="topNav"><a class="'+((location.href.indexOf("www.agri.com.cn/index.")>=0 || location.href.indexOf("www.agri.com.cn/think.")>=0 || location.href.indexOf("agri.com.cn")>location.href.length-10)?'topNavCurrent':'topNavLink')+'" href="http://www.agri.com.cn" title="金农网首页-www.agri.com.cn">金农网首页</a></li>');
document.write('<li class="topNav"><a class="'+((location.href.indexOf("www.agri.com.cn/host/province/china.htm")>=0)?'topNavCurrent':'topNavLink')+'" href="http://www.agri.com.cn/host/province/china.htm">各地分站</a></li>');
document.write('<li class="topNav"><a class="'+((location.href.indexOf("www.agri.com.cn/price/price.asp")>=0)?'topNavCurrent':'topNavLink')+'" href="http://www.agri.com.cn/price/price.asp">全国农产品价格</a></li>');
document.write('<li class="topNav"><a class="'+((location.href.indexOf("www.agri.com.cn/message/")>=0)?'topNavCurrent':'topNavLink')+'" href="http://www.agri.com.cn/message/">农产品供求信息</a></li>');
//document.write('<li class="topNav"><a class="'+((location.href.toLowerCase().indexOf("www.agri.com.cn/mymap/")>=0)?'topNavCurrent':'topNavLink')+'" href="http://www.agri.com.cn/mymap/">地图编辑和分享</a></li>');
document.write('<li class="topNav"><a class="'+((location.href.indexOf("www.agri.com.cn/maps/map.htm")>=0 || location.href.indexOf("www.agri.com.cn/maps/map.htm")>=0)?'topNavCurrent':'topNavLink')+'" href="http://www.agri.com.cn/maps/map.htm" title="Google Maps和51ditu中国地图浏览">中国地图浏览</a></li>');
document.write('</ul>');
document.write('</div>');
