$(document).ready(function() {
			$("body.news li.blog").removeClass('current_page_parent');
			$("body.author li.blog").addClass('current_page_parent');
			$("#main-navigation > ul").lavaLamp({
                fx: "backout", 
                speed: 400
            });
			
			$('a.printer').click(function() {
				window.print();
				return false;
			});
			$("a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'light_square'});
	
});
