$(document).ready(function(){
    var ydt_nav_div = $("#ydt_nav");
    if(ydt_nav_div.length > 0)
    {
      ydt_nav_div.css("background","#E8FBFF");
//url(http://www.nanhai.gov.cn/cms/images/ydt/new_ydt_bg.jpg)
      ydt_nav_div.css("width","100%");
      ydt_nav_div.css("text-align","center");
      ydt_nav_div.html("");
      ydt_nav_div.show(); 
      var ydt_html ='<img src="http://www.nanhai.gov.cn/cms/images/ydt/new_top.jpg" usemap="#ydt_Map" width="988" border="0" height="120"/>';
      //ydt_html += '<a href="http://www.fswmw.gov.cn" target="_blank"><img src="http://www.nanhai.gov.cn/cms/jsp/images2011/lengmo_banner01.jpg" style="border:0px"/></a>';
      ydt_nav_div.append(ydt_html);
      var html2='<map name="ydt_Map" id="ydt_Map">'+
'    <area shape="rect" coords="9,64,129,104"  href="http://www.nanhai.gov.cn/cms/html/4079/column_4079_1.html" target="_blank"> '+
'    <area shape="rect" coords="139,64,250,104" href="http://www.nanhai.gov.cn/cms/html/4080/column_4080_1.html" target="_blank"> '+
'    <area shape="rect" coords="269,64,389,104"  href="http://www.nanhai.gov.cn/cms/html/4076/column_4076_1.html" target="_blank">'+
'    <area shape="rect" coords="415,69,580,104" href="http://www.nanhai.gov.cn" target="_blank">'+
'    <area shape="rect" coords="600,64,720,104" href="http://www.nanhai.gov.cn/cms/weibo/weibo_list.jsp" target="_blank">'+
'    <area shape="rect" coords="730,64,850,104" href="http://www.nanhai.gov.cn/cms/html/4078/column_4078_1.html" target="_blank">'+
'    <area shape="rect" coords="860,64,980,104" href="http://www.nanhai.gov.cn/cms/html/4081/column_4081_1.html" target="_blank">'+
'</map> ';
      $("body").append(html2);
    }
}
);



