function generateLinks()
{
	$('.cols-3 .box .img-vis .block-link').each(
		function()
		{
			$(this).attr('href', $('a:not(.block-link)', $(this).parent().get(0)).attr('href'));
		}
	);
	$('.box .agenda dd a').prepend('<span class="arr png"><!----></span>');
	$('.box .themas .thema-link a').addClass('caption').addClass('png').prepend('<span class="arr png"><!----></span>');
	$('.box .news .img-vis .news-link').each(
		function()
		{
			$(this).attr('href', $('a:not(.news-link)', $(this).parent().get(0)).attr('href'));
		}
	);
}
