$(document).ready(function(){	// shorthand for $(document).ready() BTW
    $('#photos_home').cycle({
        fx:'fade',
        timeout: 3000
       
    });

        
});
