$(document).ready(function() {
	$('.gallery .gallery-item img').attr('title',document.title);
	$("p:empty").remove();
	$('.crossfitmore').truncate({maxLength: 20,more: 'Läs mer<br/><br/>',less:'<br/>Mindre'});
});
