$(document).ready(function() {
    $('.HomeAdsShow').cycle({
    fx: 'fade',
  	pause: 1,
  	timeout: 12000
});
});
