$(document).ready(function(){

  //   $("div.vorfilmtipps table tr:first").addClass("head");
  //   $("div.vorfilmtipps table tr:even:not(.head)").addClass("odd");

  //alle Bilder, deren Vorfahre ein Link ist
  //$("img").parent("a").css("background", "yellow");

});//end ready ...



