Global Trends 2014 | Diritti delle donne
Global Trends 2014 | Diritti delle donne | Ruolo delle donne
';
$('.article-txt > p').each(function() {
if($(this).find("img,iframe,script,embed,#live-document").length===0 && $(this).text().length>0){
$(this).addClass(advClass);
if($('.'+advClass).text().length>600){
if($('#oas_x07').html()!==undefined){
$('.'+advClass).first().prepend($('#oas_x07'));
if($('#oas_x07').hasClass('showlink')){
$('#oas_x07').show();
}
}else{
$('.'+advClass).first().prepend(advTemplate);
}
return false;
}
}else{
$('.article-txt > p').removeClass(advClass);
}
});