$(document).ready(function() {
    $('#homepageslideshow').cycle({
		fx: 'fade'
	});
	$('.page-item-35 a').prop('target', '_blank');
});
