(function($) {
	$(document).ready(function(){
		$('#content_left .submenu ul li a span.text').bind('mouseover mouseout', function(){
			$(this).toggleClass('hover');
		});

		//	modifications for 'drempelsweg'
		$('.tx-jkpoll-pi1 .poll-vote .options input.pollanswer').hide();
		$('.container .home_content_row1 .publications_weblog').css("height", "235px");
		$('.container .home_content_row1 .publications_weblog div.weblog').css("display", "none");
	});
})(jQuery);

