if(!window.validate_form){
    $(document).ready(function(){
    $('p,td,li,h1,h2,h3,h4,h5,h6').each(function(){
        $(this).html($(this).html().replace(/Dow AgroSciences/ig,'<span class="nowrapping">Dow AgroSciences</span>'));
    });
    });
}
