jQuery(function($) {
$(document).ready(function() {
  $(".front-page-adverts").cycle({timeout: 5000});
});
});

