/**
 * @author Klapperklaus
 */
//<![CDATA[
//Schatten auf H1
$(document).ready(function(){
  $("h1.schattentext").dropShadow({left: 2, top: 2, opacity: 0.5, blur: 0, color: '#000', swap: false});
});

//]]>

