$.get('left.htm', function(data){
   $('#main_left').append(data);
});
