$(document).ready(function(){
	$("#rotator").empty();
	if ( $("h1").html() == "Leistungen"){
		$("#rotator").append('<img src="fileadmin/images/leistung2.jpg" width="622" height="329" alt="leistung2">');
		$("#rotator").append('<img src="fileadmin/images/leistung3.jpg" width="622" height="329" alt="leistung3">');
		$("#rotator").append('<img src="fileadmin/images/leistung4.jpg" width="622" height="329" alt="leistung4">');
		$("#rotator").append('<img src="fileadmin/images/leistung5.jpg" width="622" height="329" alt="leistung5">');
		$("#rotator").append('<img src="fileadmin/images/leistung6.jpg" width="622" height="329" alt="leistung6">');
		
	}
        else if ( $("h1").html() == "Spezialgebiete"){
		$("#rotator").append('<img src="fileadmin/images/leistung2.jpg" width="622" height="329" alt="leistung2">');
		$("#rotator").append('<img src="fileadmin/images/leistung3.jpg" width="622" height="329" alt="leistung3">');
		$("#rotator").append('<img src="fileadmin/images/leistung4.jpg" width="622" height="329" alt="leistung4">');
		$("#rotator").append('<img src="fileadmin/images/leistung5.jpg" width="622" height="329" alt="leistung5">');
		$("#rotator").append('<img src="fileadmin/images/leistung6.jpg" width="622" height="329" alt="leistung6">');
		
	}
	else{
		$("#rotator").append('<img src="fileadmin/images/front1NEU.jpg" width="622" height="329" alt="bild1">');
		$("#rotator").append('<img src="fileadmin/images/draft2_08_1.jpg" width="622" height="329" alt="bild2">');
		$("#rotator").append('<img src="fileadmin/images/front3NEU.jpg" width="622" height="329" alt="bild3">');
		$("#rotator").append('<img src="fileadmin/images/leistung3.jpg" width="622" height="329" alt="leistung3">');
		$("#rotator").append('<img src="fileadmin/images/draft2_08_2.jpg" width="622" height="329" alt="bild4">');
		$("#rotator").append('<img src="fileadmin/images/front4NEU.jpg" width="622" height="329" alt="bild5">');
	}
});

