$(document).ready(function () {
    $("#impression").cycle({
        timeout: 5000,
        speed: 2000
    });
});
