jQuery(document).ready(function(){
    $(".contentRightTeaser a").addClass("arrowLink");
    $(".no-arrow a").removeClass("arrowLink")
});

