jQuery(document).ready(function(){
	jQuery("#headerTermine").find("li:nth-child(2)").addClass("mid");
	jQuery("#contentWrap").append("<div id='rightImages'></div>");
	jQuery(".news-single-img a").clone().appendTo("#rightImages");
	jQuery("#rightImages a:first").remove();
	jQuery("#rightImages a:nth-child(2n) img").addClass("theSecond");
	jQuery(".news-single-img a").not(":first").remove();
});
