var mnd = new Array('/januar', '/februar', '/mars', '/april', '/mai', '/juni', '/juli', '/august', '/september', '/oktober', '/november', '/desember');
$(document).ready(function(){
	$("ul#menu").superfish();
    $(".scroller").jScrollPane({scrollbarWidth:4,scrollbarMargin:10,dragMaxHeight:9}); 
    $("#nyheter a").each(function() {
    	var href;
    	href = $(this).attr("href");
    	href = href.replace("/nyheter_cms", "nyhetsarkiv");
    	var i;
    	for (i=0;i<mnd.length;i++) {
    		href = href.replace(mnd[i], "");
    	}
    	$(this).attr("href", href);
    	
    });
    
    $('.annonser ul').innerfade({ 
		speed: 2000, 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '250px'
	});
	
	/*var url = encodeURIComponent(window.location);
	var tittel = $('title').text();
	var urlTittel = encodeURIComponent(tittel);
	
	var html = '<a target="_blank" href="http://www.facebook.com/sharer.php?u='+url+'&t='+urlTittel+'"><span>Del p&aring; Facebook</span></a>';
	
	$('#facebook').html(html);
	*/
	
});
