$(document).ready(function(){
	//alert("jq on");
	$("#nest_nav_main li:not(:last-child)").after("|");
});
