$(document).ready(function() {
$('.adheaderbanner').cycle({
fx: 'fade', 
speed: 1000,
timeout: 6000,
pause: 1, 
});
$('.adskyscrapper').cycle({
fx: 'fade', 
speed: 1000,
timeout: 6000,
pause: 1,
});
});
