jQuery(document).ready(function(){jQuery(function($){$('h1,h2,h3,li,p').filter(function(){return !$(this).parents('#nav').length;}).each(function(){$(this).html($(this).html().replace(/\s([^\s<]{0,10})\s*$/,'&nbsp;$1'));});});});
