$(document).ready(function() {
	$('footer li:first-child').addClass('footer li-first-child');
	$('header img:first-child').addClass('header img-first-child');
});
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade'
	});
});
$(document).ready(function() {
    $('a[rel*=external]').click(function() {
        window.open(this.href);
        return false;
    });
});



