$(document).ready(function(){


	$(".navigation ul").each(function() {
		$(this).find("> li:first").addClass("firstmenu");
	});
	$(".footer > div > ul > li:not(.footer > div > ul > li:last)").after(" <span class=\"separator\">|</span> ");
	$(".post").each(function() {
		$(this).append('<p class="morep"><br /></p>')
		$(this).find("p.morep").append($(this).find("a.more-link"));
	});
	
	$(".rssupdates > a").hide();
	
	$('.slideshow .images, .slideshow .mask .texts').cycle({
		fx: 'fade',
		pause: 0,
		speed: 6000,
		timeout: 4000
	});
	
});
