$(function() {

	$('body.page-id-7 #pageHeading h1').replaceWith('<h1>Nyheter fra <span>NARF</span></h1>');

	// $('#list-months li a').each(function(){
	// 	var linkText = $(this).text();
	// 	var linkLength = linkText.length;
	// 	var linkDone = linkText.substring(0, linkLength-5);
	// 	$(this).text(linkDone);
	// });

	// var contentHeight = '';
	// if($('img.featuredImage').length > 0){
	// 	$('img.featuredImage').load(function(){
	// 		contentHeight = $('.content').height();
	// 		
	// 		alert(contentHeight)
	// 		
	// 		// console.log(contentHeight);
	// 		if(contentHeight < 880){
	// 
	// 			
	// 			$('#footer').addClass('positioned');
	// 		}
	// 	});
	// }
	// else {
	// 	var contentHeight = $('.content').height();
	// 	if(contentHeight < 880){
	// 		$('#footer').addClass('positioned');
	// 	}
	// }
	$('#footer').delay(100).fadeIn();


	$('.kalender-entry h2 a').on('click', function(){
		$(this).parent().next().slideToggle();

		return false;
	});

});
