// JavaScript Document
function get_blank(str){
return str.replace(/&nbsp;(?=\w)/ig," ");
}
