$(document).ready(function(){
$(".teaser").delay('1500').animate( {height:"155px", padding:"10px 0"}, 1000);
});
