﻿function iChange(id, thetext) {
    $('#oImage').attr('src', 'Uploads/cmsImages/article_' + id + '.jpg');
    $('#oTitle').text(thetext);
}
