$(function(){
	$.timer(30000, function (timer) {
		$('#angebot>img').effect("shake", { times:3,distance:3,direction:"right" }, 80);
	});
	 $('#angebot>img').effect("shake", { times:3,distance:3,direction:"right" }, 80);
	 /*$('#angebot>img').animate({width: "640px",height: "140px"},200);
	 $('#angebot>img').animate({width: "633px",height: "135px"},80);*/
});
