new PeriodicalExecuter(routateSticyPromotion, 10);

function routateSticyPromotion()
{
    if ($('featuredEPromotionWrapper'))
    {
        new Ajax.Updater('featuredEPromotionWrapper', '/ajax_requests/update_e_promotion.html');
    }
}