$(document).ready(function() {
	if($("#right>div").size() > 2) {
		$("#right div.artikkel:nth-child(even)").addClass("clear");
	}
	$("#sub li:last-child, #top li:last-child").addClass("last");
	$("a.knapp").wrapInner("<span>");
	
	$('.flexslider').flexslider({
		directionNav : false
	});
});
