$(function(){
$('#footer .menu_top li:not(:last)').each(function(){
$(this).after('<li>|<li>');
});
});

