$(document).ready(function()
	{
	
		$('#hiddenEventLoader').load('calendar/jvp-termine.php .tx-activitycal-pi1',null,function(res)
		{
			var res = $('.tx-activitycal-pi1').eq(2).html();
			$('#divEventsImBezirk').html(res);
			$('#divEventsImBezirk hr').remove();
			$.each($('#divEventsImBezirk a'),function(i)
			{
				var href = $(this).attr('href');
				$(this).attr('href','http://www.jvpburgenland.at/'+href);
				$(this).attr('target','_blank');
			});
			$('#hiddenEventLoader').remove();
		});

	});
