$(function() {

	$('ul#menu li span').remove();
	$('ul#menu a').wrapInner('<span></span>');
    
	//$('ul#submenu').prependTo('#container0');
	$('div.twoCols #container0').addClass('sidebar');
    
	//Zebra og odd/even klassing
	$('li:even, tr:even').not($('pre li:even')).addClass('even');
	$('li:first-child').not($('pre li:first-child')).addClass('f');
	$('li:last-child').not($('pre li:last-child')).addClass('l'); 

	//Roterende header
	$('ul#header_bilde').cycle({ 
		fx: 'fade', 
		speed: 3000,
		timeout: 7000,
		pause: 1
	});
	
});
