﻿

$(document).ready(function()
   { if ($("#top-mover-container").cycle)
    { $("#top-mover-container").show(); $("#top-mover-container").cycle({ delay: 5000, speed: 500 }); } });
