/* Author: 1.62 Golden Ratio */

$(function(){
    $('#content p').html( function(){
    	return $(this).html().replace(/ ([a-z]) /g,' $1&nbsp;');
    } );
});









