		jQuery(document).ready(function() {
			var offset = $("#offset").val();
			var offsetcl = '#'+offset;
			$(offsetcl).prev("dt").addClass("active");
			$(".antworten").hide();
			$(".antworten").html($(offsetcl).html());
			$(".antworten").fadeIn("fast");
			$('a[rel*=faceboxcompetition]').facebox();
		});	
	/*	jQuery(function($) {
			var offset = $("#offset").val();
		//	$(".antworten").html($(".faq dt").eq(offset).next("dd").html());
			$(".faq dt").eq(offset).addClass("active");

			$(".faq dt").click( function() {
				ReloadPixelImages('ProgrammGewinnspiele','Krankikom');
				$(".faq dt").removeClass("active");
				$(this).addClass("active");
				$(".antworten").hide();
				$(".antworten").html($(this).next("dd").html());
				$(".antworten").fadeIn("fast");
				$('a[rel*=faceboxcompetition]').facebox();
			});
			$('a[rel*=faceboxcompetition]').facebox();
			$(offset).fadeIn("fast");
		});*/
		
		
		
		function showCompetition(id,cl) {
		//	ReloadPixelImages('ProgrammGewinnspiele','Krankikom');
			var offset = $("#offset").val();
			var offsetcl = '#'+offset;
			var idcl = '#'+id;
			$(offsetcl).prev("dt").removeClass("active");
			$("#offset").val(id);
			offset = id;
			offsetcl = idcl;
			$(offsetcl).prev("dt").addClass("active");
			$(".antworten").hide();
			$(".antworten").html($(idcl).html());
			$(".antworten").fadeIn("fast");
			$('a[rel*=faceboxcompetition]').facebox();
		};

