jQuery( document ).ready( function( $ ){
    init();
} );

function init()
{
    jQuery( function( $ ){
        $( '#photog-header-slideshow' ).cycle( {
            fx:'fade',
            sync: 1,
            timeout: 5000,
            random:1,
            speed: 2000
        } );
    } );
}
