$(document).ready(function() {
    $('#content-text > .vorschau').filter(function(index){return index%3==0;}).before("<br class='clear' />");    
});