<script type="text/javascript">
jQuery(document).ready(function($){
var _oldStyle = {
color: '',
border: ''
};
$(".zpqyinfor11_title tr").css("background","");
$(".zpqyinfor11_title tr").hover(function() {
$(this).css("background","#FEC56F");
}, function () {
//$(this).css(_oldStyle);
$(this).css("background","");
});
});
</script>