$(document).ready(function(){
$('#home_sections li a').hover(function () {
$(this).stop().fadeTo('normal', .5);
}, function () {
$(this).stop().fadeTo('slow', 1);
}); 


$('#table_articleid_2').parent().addClass('outside_table');

$('#table_articleid_2 br').remove();

//alert($('#content_area b').eq(0).html().length);

if($('#content_area b').eq(0).html().length < 10){
		$('#content_area b').eq(0).hide();
}


});