$(function(){
	$('#menu-links .page_item:not(:last):not(:first)').append(' | ');
	$('#commentform #submit').val('');
});