﻿
$(document).ready(function() {

$('#sky-scraper').cycle({
    
    fx: 'fade',
    timeout:'5000'

    });


});

