$(document).ready(function() {
	$("#forside #nyheter").after('<span id="nyheter-skg"></span>');
	$("#nav li:last").addClass('last');
	$("#flowtabs").tabs("#flowpanes > div", { history: true });
	$("#flowpanes a.fb").fancybox({
		'transitionIn' : 'none',
		'transitionOut' : 'none',
		'titlePosition' : 'over',
		'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
		return '<span id="fancybox-title-over">' + title + '<br />Bilde ' + (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
		}
	});
})
