<script type="text/javascript" src="
http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script><script type="text/javascript" language="javascript">
/* Sticky Tooltip script (v1.0)
* Created: Nov 25th, 2009. This notice must stay intact for usage
* Author: Dynamic Drive at
http://www.dynamicdrive.com/ * Visit
http://www.dynamicdrive.com/ for full source code
*/
var stickytooltip={
tooltipoffsets: [20, -30], //additional x and y offset from mouse cursor for tooltips
fadeinspeed: 200, //duration of fade effect in milliseconds
rightclickstick: true, //sticky tooltip when user right clicks over the triggering element (apart from pressing "s" key) ?
stickybordercolors: ["black", "darkred"], //border color of tooltip depending on sticky state
stickynotice1: [""], //customize tooltip status message
stickynotice2: "", //customize tooltip status message
//***** NO NEED TO EDIT BEYOND HERE
isdocked: false,
positiontooltip:function($, $tooltip, e){
var x=e.pageX+this.tooltipoffsets[0], y=e.pageY+this.tooltipoffsets[1]
var tipw=$tooltip.outerWidth(), tiph=$tooltip.outerHeight(),
x=(x+tipw>$(document).scrollLeft()+$(window).width())? x-tipw-(stickytooltip.tooltipoffsets[0]*2) : x
y=(y+tiph>$(document).scrollTop()+$(window).height())? $(document).scrollTop()+$(window).height()-tiph-10 : y
$tooltip.css({left:x, top:y})
},
showbox:function($, $tooltip, e){
$tooltip.fadeIn(this.fadeinspeed)
this.positiontooltip($, $tooltip, e)
},
hidebox:function($, $tooltip){
if (!this.isdocked){
$tooltip.stop(false, true).hide()
$tooltip.css({borderColor:'black'}).find('.stickystatus:eq(0)').css({background:this.stickybordercolors[0]}).html(this.stickynotice1)
}
},
docktooltip:function($, $tooltip, e){
this.isdocked=true
$tooltip.css({borderColor:'darkred'}).find('.stickystatus:eq(0)').css({background:this.stickybordercolors[1]}).html(this.stickynotice2)
},
init:function(targetselector, tipid){
jQuery(document).ready(function($){
var $targets=$(targetselector)
var $tooltip=$('#'+tipid).appendTo(document.body)
if ($targets.length==0)
return
var $alltips=$tooltip.find('div.atip')
if (!stickytooltip.rightclickstick)
stickytooltip.stickynotice1[1]=''
stickytooltip.stickynotice1=stickytooltip.stickynotice1.join(' ')
stickytooltip.hidebox($, $tooltip)
$targets.bind('mouseenter', function(e){
$alltips.hide().filter('#'+$(this).attr('data-tooltip')).show()
stickytooltip.showbox($, $tooltip, e)
})
$targets.bind('mouseleave', function(e){
stickytooltip.hidebox($, $tooltip)
})
$targets.bind('mousemove', function(e){
if (!stickytooltip.isdocked){
stickytooltip.positiontooltip($, $tooltip, e)
}
})
$tooltip.bind("mouseenter", function(){
stickytooltip.hidebox($, $tooltip)
})
$tooltip.bind("click", function(e){
e.stopPropagation()
})
$(this).bind("click", function(e){
if (e.button==0){
stickytooltip.isdocked=false
stickytooltip.hidebox($, $tooltip)
}
})
$(this).bind("contextmenu", function(e){
if (stickytooltip.rightclickstick && $(e.target).parents().andSelf().filter(targetselector).length==1){ //if oncontextmenu over a target element
stickytooltip.docktooltip($, $tooltip, e)
return false
}
})
$(this).bind('keypress', function(e){
var keyunicode=e.charCode || e.keyCode
if (keyunicode==115){ //if "s" key was pressed
stickytooltip.docktooltip($, $tooltip, e)
}
})
}) //end dom ready
}
}
//stickytooltip.init("targetElementSelector", "tooltipcontainer")
stickytooltip.init("*[data-tooltip]", "mystickytooltip")
</script>
<p><style type="text/css">
.stickytooltip{
box-shadow: 5px 5px 8px #818181;/*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:1px solid black; /*Border around tooltip*/
background:white;
z-index:3000;
}
.atip{
font-size:14px;
text-align:center;
font-weight:bold;
}
.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:red;
color:white;
padding-top:1px;
text-align:center;
font:bold 12px Arial;
}</style></p>
<table width="764" height="1631" cellspacing="0" cellpadding="0" border="0" id="Table_01">
<tbody>
<tr>
<td rowspan="47"><img width="8" height="1630" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_01.png" /></td>
<td colspan="4"><img width="755" height="105" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/01.png" data-tooltip="sticky61" /></td>
<td><img width="1" height="105" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="3"><img width="430" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/02.png" data-tooltip="sticky1" /></td>
<td><img width="325" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/07.png" data-tooltip="sticky2" /></td>
<td><img width="1" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="3"><img width="430" height="40" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/03.png" data-tooltip="sticky4" /></td>
<td><img width="325" height="40" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/08.png" data-tooltip="sticky3" /></td>
<td><img width="1" height="40" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="3"><img width="430" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/04.png" data-tooltip="sticky6" /></td>
<td><img width="325" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/09.png" data-tooltip="sticky5" /></td>
<td><img width="1" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="3"><img width="430" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/05.png" data-tooltip="sticky8" /></td>
<td><img width="325" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/10.png" data-tooltip="sticky7" /></td>
<td><img width="1" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="3"><img width="430" height="44" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/06.png" data-tooltip="sticky10" /></td>
<td><img width="325" height="44" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/11.png" data-tooltip="sticky9" /></td>
<td><img width="1" height="44" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="4"><img width="755" height="130" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_13.png" data-tooltip="chutich" /></td>
<td><img width="1" height="130" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2"><img width="390" height="35" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_14.png" data-tooltip="sticky12" /></td>
<td colspan="3"><img width="365" height="31" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(1).png" data-tooltip="sticky13" /></td>
<td><img width="1" height="31" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2" colspan="3"><img width="365" height="35" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(2).png" data-tooltip="sticky15" /></td>
<td><img width="1" height="4" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2"><img width="390" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_17.png" data-tooltip="sticky14" /></td>
<td><img width="1" height="31" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2" colspan="3"><img width="365" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(3).png" data-tooltip="sticky17" /></td>
<td><img width="1" height="10" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2"><img width="390" height="40" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_19.png" data-tooltip="sticky16" /></td>
<td><img width="1" height="26" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2" colspan="3"><img width="365" height="35" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(4).png" data-tooltip="sticky19" /></td>
<td><img width="1" height="14" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2"><img width="390" height="40" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_21.png" data-tooltip="sticky18" /></td>
<td><img width="1" height="21" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2" colspan="3"><img width="365" height="33" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(5).png" data-tooltip="sticky21" /></td>
<td><img width="1" height="19" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2"><img width="390" height="42" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_23.png" data-tooltip="sticky20" /></td>
<td><img width="1" height="14" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2" colspan="3"><img width="365" height="37" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(6).png" data-tooltip="sticky23" /></td>
<td><img width="1" height="28" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2"><img width="390" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_25.png" data-tooltip="sticky22" /></td>
<td><img width="1" height="9" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2" colspan="3"><img width="365" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(7).png" data-tooltip="sticky25" /></td>
<td><img width="1" height="32" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2"><img width="390" height="37" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_27.png" data-tooltip="sticky24" /></td>
<td><img width="1" height="9" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2" colspan="3"><img width="365" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(8).png" data-tooltip="sticky27" /></td>
<td><img width="1" height="28" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2"><img width="390" height="48" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_29.png" data-tooltip="sticky28" /></td>
<td><img width="1" height="8" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="3"><img width="365" height="40" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(9).png" data-tooltip="sticky29" /></td>
<td><img width="1" height="40" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td><img width="390" height="38" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_31.png" data-tooltip="sticky30" /></td>
<td colspan="3"><img width="365" height="38" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(10).png" data-tooltip="sticky31" /></td>
<td><img width="1" height="38" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2"><img width="390" height="42" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_33.png" data-tooltip="sticky32" /></td>
<td colspan="3"><img width="365" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(11).png" data-tooltip="sticky33" /></td>
<td><img width="1" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2" colspan="3"><img width="365" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(12).png" data-tooltip="sticky35" /></td>
<td><img width="1" height="6" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2"><img width="390" height="43" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_36.png" data-tooltip="sticky34" /></td>
<td><img width="1" height="30" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2" colspan="3"><img width="365" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(13).png" data-tooltip="sticky37" /></td>
<td><img width="1" height="13" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2"><img width="390" height="65" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_38.png" data-tooltip="sticky36" /></td>
<td><img width="1" height="28" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="3"><img width="365" height="37" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(14).png" data-tooltip="sticky38" /></td>
<td><img width="1" height="37" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="4"><img width="755" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_40.png" /></td>
<td><img width="1" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_41.png" data-tooltip="sticky40" /></td>
<td rowspan="9" colspan="2"><img width="359" height="417" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_42.png" /></td>
<td><img width="1" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="40" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_43.png" data-tooltip="sticky42" /></td>
<td><img width="1" height="40" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="40" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_44.png" data-tooltip="sticky43" /></td>
<td><img width="1" height="40" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_45.png" data-tooltip="sticky44" /></td>
<td><img width="1" height="41" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="57" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_46.png" data-tooltip="sticky45" /></td>
<td><img width="1" height="57" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="68" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_47.png" data-tooltip="sticky46" /></td>
<td><img width="1" height="68" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="43" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_48.png" data-tooltip="sticky47" /></td>
<td><img width="1" height="43" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="58" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_49.png" data-tooltip="sticky48" /></td>
<td><img width="1" height="58" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="3" colspan="2"><img width="396" height="76" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_50.png" data-tooltip="sticky50" /></td>
<td><img width="1" height="34" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="359" height="34" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_51.png" data-tooltip="sticky51" /></td>
<td><img width="1" height="34" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td rowspan="2" colspan="2"><img width="359" height="42" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_52.png" data-tooltip="sticky52" /></td>
<td><img width="1" height="8" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="34" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_53.png" data-tooltip="sticky53" /></td>
<td><img width="1" height="34" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_54.png" data-tooltip="sticky54" /></td>
<td colspan="2"><img width="359" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_55.png" data-tooltip="sticky55" /></td>
<td><img width="1" height="36" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="37" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_56.png" data-tooltip="sticky56" /></td>
<td colspan="2"><img width="359" height="37" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_57.png" data-tooltip="sticky57" /></td>
<td><img width="1" height="37" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="39" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_58.png" data-tooltip="sticky58" /></td>
<td colspan="2"><img width="359" height="39" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_59.png" data-tooltip="sticky59" /></td>
<td><img width="1" height="39" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td colspan="2"><img width="396" height="35" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_60.png" /></td>
<td colspan="2"><img width="359" height="35" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_61.png" data-tooltip="sticky60" /></td>
<td><img width="1" height="35" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
</tr>
<tr>
<td><img width="8" height="1" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
<td><img width="390" height="1" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
<td><img width="6" height="1" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
<td><img width="34" height="1" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
<td><img width="325" height="1" alt="" src="
http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
<td> </td>
</tr>
</tbody>
</table>
<!--HTML for the tooltips-->
<div class="stickytooltip" id="mystickytooltip">
<div style="padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px">
<div style="width: 200px" class="atip" id="sticky1">Trưởng ban: Bùi Văn Phúc</div>
<div style="width: 200px" class="atip" id="sticky2">Chủ tịch: Nguyễn Duy Tân</div>
<div style="width: 200px" class="atip" id="sticky3">Bí Thư: Nguyễn Kiều Ánh Nguyệt</div>
<div style="width: 200px" class="atip" id="sticky4">Trưởng ban: Nguyễn Thị Bé Hai</div>
<div style="width: 200px" class="atip" id="sticky5">Chủ tịch: Hồ Thị Mỹ Hương</div>
<div style="width: 200px" class="atip" id="sticky6">Trưởng ban: Trần Đoàn Trung</div>
<div style="width: 200px" class="atip" id="sticky7">Chủ tịch: Nguyễn Thị Ngọc Hương</div>
<div style="width: 200px" class="atip" id="sticky8">Chủ nhiệm: Võ Minh Thanh Tùng</div>
<div style="width: 200px" class="atip" id="sticky9">Giám đốc: Lê Thanh Trung</div>
<div style="width: 200px" class="atip" id="sticky10">Chánh Văn phòng: Võ Tấn Quan</div>
<div style="width: 200px" class="atip" id="sticky11">sticky11</div>
<div style="width: 200px" class="atip" id="sticky12">Chánh VP: Nguyễn Hồng Điệp</div>
<div style="width: 200px" class="atip" id="sticky13">Trưởng công an: Trần Văn Hiếu</div>
<div style="width: 200px" class="atip" id="sticky14">Trưởng phòng: Phạm Hoa Mai</div>
<div style="width: 200px" class="atip" id="sticky15">Chỉ huy trưởng: Trần Minh Tiến</div>
<div style="width: 200px" class="atip" id="sticky16">Chánh thanh tra: Trần Quốc Khánh</div>
<div style="width: 200px" class="atip" id="sticky17">Giám đốc: bà Tăng Thị Hường</div>
<div style="width: 200px" class="atip" id="sticky18">Trưởng phòng: Lộ Nhật Thu</div>
<div style="width: 200px" class="atip" id="sticky19">Chi cục trưởng: Lâm Thái Bình</div>
<div style="width: 200px" class="atip" id="sticky20">Trưởng phòng: ông Võ Thanh Bình</div>
<div style="width: 200px" class="atip" id="sticky21">Chánh án: Phùng Văn Hải</div>
<div style="width: 200px" class="atip" id="sticky22">Trưởng phòng: ông Huỳnh Văn Tâm</div>
<div style="width: 200px" class="atip" id="sticky23">Chi Cục trưởng: bà Vương Thị Thúy</div>
<div style="width: 200px" class="atip" id="sticky24">Trưởng phòng: Vũ Hoài Phương</div>
<div style="width: 200px" class="atip" id="sticky25">Viện trưởng: ông Phạm Xuân Hiến</div>
<div style="width: 200px" class="atip" id="sticky26">Chánh thanh tra: Nguyễn Tấn Thành</div>
<div style="width: 200px" class="atip" id="sticky27">Chi cục trưởng: Phạm Thị Anh</div>
<div style="width: 200px" class="atip" id="sticky28">Trưởng phòng: Lê Thái Nguyên Khang</div>
<div style="width: 200px" class="atip" id="sticky29">Giám đốc: Vũ Thị Mai Ly</div>
<div style="width: 200px" class="atip" id="sticky30">Trưởng phòng: Nguyễn Phúc Huy Tùng</div>
<div style="width: 200px" class="atip" id="sticky31">Trưởng trạm: Phạm Ngọc Chí</div>
<div style="width: 200px" class="atip" id="sticky32">Trưởng phòng: Nguyễn Thị Ngọc Trâm</div>
<div style="width: 200px" class="atip" id="sticky33">Đội trưởng: Trịnh Minh Châu</div>
<div style="width: 200px" class="atip" id="sticky34">Trưởng phòng: Trương Thanh Trung</div>
<div style="width: 200px" class="atip" id="sticky35">Trưởng trạm: Nguyễn Tấn Đông</div>
<div style="width: 200px" class="atip" id="sticky36">Trưởng phòng: Phạm Văn Kiệt</div>
<div style="width: 200px" class="atip" id="sticky37">Trưởng trạm: Nguyễn Minh Mẫn</div>
<div style="width: 200px" class="atip" id="sticky38">Trưởng phòng: Lê Quốc Bảo</div>
<div style="width: 200px" class="atip" id="sticky39">sticky39</div>
<div style="width: 200px" class="atip" id="sticky40">Giám đốc: Phan Thành Phước</div>
<div style="width: 200px" class="atip" id="sticky41">sticky41</div>
<div style="width: 200px" class="atip" id="sticky42">Hiệu trưởng: Thái Thiện Xuân</div>
<div style="width: 200px" class="atip" id="sticky43">Giám đốc: Đào Văn Long</div>
<div style="width: 200px" class="atip" id="sticky44">Nguyễn Tấn Kiệt</div>
<div style="width: 200px" class="atip" id="sticky45">Trưởng Ban: Đỗ Quốc Doanh</div>
<div style="width: 200px" class="atip" id="sticky46">Giám đốc: ông Đỗ Tấn Sĩ</div>
<div style="width: 200px" class="atip" id="sticky47">Giám đốc: Trần Văn Khanh</div>
<div style="width: 200px" class="atip" id="sticky48">Chủ tịch HĐ: Mai Văn Nguyên<br />
Giám đốc: Nguyễn Thị Thu Hằng</div>
<div style="width: 200px" class="atip" id="sticky49">sticky49</div>
<div style="width: 200px" class="atip" id="sticky50">Chủ tịch: Nguyễn Thị Đoan Trang</div>
<div style="width: 200px" class="atip" id="sticky51">Chủ tịch: Hồ Trọng Hiếu</div>
<div style="width: 200px" class="atip" id="sticky52">Chủ tịch: Phan Ngọc Tân</div>
<div style="width: 200px" class="atip" id="sticky53">Chủ tịch: Nguyễn Như Thành</div>
<div style="width: 200px" class="atip" id="sticky54">Chủ tịch: Nguyễn Xuân Quỳnh</div>
<div style="width: 200px" class="atip" id="sticky55">Chủ tịch: Nguyễn Minh Điền</div>
<div style="width: 200px" class="atip" id="sticky56">Chủ tịch: Trần Thị Hồng Nguyệt</div>
<div style="width: 200px" class="atip" id="sticky57">Chủ tịch: Nguyễn Xuân Hùng</div>
<div style="width: 200px" class="atip" id="sticky58">Chủ tịch: Nguyễn Thị Thùy Hạnh</div>
<div style="width: 200px" class="atip" id="sticky59">Chủ tịch: Nguyễn Trần Phú Thịnh</div>
<div style="width: 200px" class="atip" id="sticky60">Chủ tịch: Nguyễn Thị Ngọc Giàu</div>
<div style="width: 200px" class="atip" id="sticky61">Bí Thư Quận Ủy: Nguyễn Văn Hiếu</div>
<div style="width: 200px" class="atip" id="chutich">Chủ tịch: ông Nguyễn Hoài Nam <br />
Phó Chủ tịch: ông Nguyễn Phước Hưng<br />
Phó Chủ tịch: ông Hứa Ngọc Thảo<br />
Phó Chủ tịch: ông Huỳnh Thanh Khiết<br />
Phó Chủ tịch: bà Huỳnh Thị Thanh Hiền</div>
</div>
<div class="stickystatus"> </div>
</div>
<p> </p>