// JavaScript Document


jQuery().ready(function (){
	$ht = jQuery(".move_share").html();
	jQuery(".move_share").hide();
	jQuery(".fleft").html($ht);
	
});

jQuery().ready(function(){
	/*$fcmt = jQuery("#f-comment").html();
	jQuery("#f-comment").hide();
	jQuery(".f-comment-before").append();*/
	jQuery('#f-comment').insertBefore('.f-comment-before') ;

});

jQuery().ready(function (){
	jQuery("body a").children("small").remove();
	jQuery("body a").next('br').remove();
});
