$(document).ready(function (){

$('#headercampaign .inner').cycle({ 
    fx:     'scrollDown', 
    random:  1 
});

});

// $("#headercampaign").fadeOut("slow", showhide());

/*
function showhide() {
	$("#headercampaign").fadeOut("slow");
	$("#headercampaign").fadeIn("slow");
}

	// this shows all sections
	$("a.showall").click(function(){
		$("div.sublist").animate({ height: 'show', opacity: 'show' }, 'normal');
		$("a.showbutton").text('Göm sidor');
		setAllCookies("show");
		return false;
	});
	
	// this hides all sections
	$("a.hideall").click(function(){
		$("div.sublist").animate({ height: 'hide', opacity: 'hide' }, 'normal');
		$("a.showbutton").text('Visa sidor');
		setAllCookies("hide");
		return false;
	});
*/
	
