/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
jQuery(function(){
    jQuery('.curly_text_description2').each(function(){
        jQuery(this).attr('innerHTML',jQuery('#'+this.id+'_text').val());
    });
});

