
$(document).ready(function(){
    $("#wrap").fadeIn("slow");
    $("#header").cycle({ fx:    'fade',
                         speed:  2500
                     });
    $("#photoSlides").cycle({ fx: 'fade',
                         speed:  5000
                     });
    $("#homePhotos").corner("30px");
    $("#newhomePhotos").corner("30px");
    $(".announce").corner("20px");

 });
