                        jQuery(document).ready(function() {
                            jQuery('#page-home-fade').cycle({
                                        fx: 'fade',
                                        timeout: 2000,
                                        speed: 2000,
                                        width: '100%',
                                        height: '253',
                                        fit: 1
                                });
                                
                        });


