function teaser(a,b){$.ajax({dataType:"html",url:a,success:function(c){b(c)}})};
