_phtech_message = {
    de: 'of'
};

jQuery(function(){
    /* Add "more" link on .more element  */       
    $(".more").hide();
    $(".more").before( "<a href=\"#\" class=\"show-more\">Read more +</a>" );
});
