$(document).ready(
	function() {
		$('.slideshow li:last').remove();
		$('.slideshow').anythingSlider({
			width : 698,
			height: 339,
			easing: 'easeInOutExpo',
			autoPlay: false,
			animationTime: 800,
			buildArrows: true
		});
		
		$("a").each(function(){
			$(this).removeAttr('title');
		})                

		$("img").each(function(){
			$(this).removeAttr('title');
		})
		$("img").each(function(){
			$(this).removeAttr('alt');
		})
	}
);
