$(document).ready(function()
{
  $('#header_banners').cycle({
    pause: 1,
    timeout: 4500,
    random: 1,
    speed: 1750
  });
});

