function fadeoutFlashMessages(){setTimeout(function(){$("div#flash").fadeOut("slow")},3000)}function frameMarkdownImages(){$("div.markdown img").each(function(){var b=$(this),c=b.attr("title"),a=b.attr("alt"),d="";b.attr("title",a);if(c=="center"||c=="left"){d=c}b.wrap('<div class="imageFrame '+d+'"/>');b.after("<span>"+a+"</span>")})}function animateKordel(){var b=100,c=function(){$("#hotline").animate({height:0},b);$("#hotlineKordel").animate({top:-172},b)},a=function(){$("#hotline").animate({height:104},b);$("#hotlineKordel").animate({top:-68},b)};$("#hotlineTrigger").mouseenter(a);$("#hotlineTrigger").mouseleave(c)}function animateKordelOld(){var b=100,a=function(){var d=$("#hotline").css("height")=="104px",c=(d?0:104);newKordelPos=(d?-172:-68);$("#hotline").animate({height:c},b);$("#hotlineKordel").animate({top:newKordelPos},b)};$("#hotline").click(a);$("#hotlineKordel").click(a)}$(document).ready(function(){fadeoutFlashMessages();frameMarkdownImages();animateKordel()});