a0=['gift_box', 'gift_candy', 'gift_cookie', 'gift_tree',]; // Сет номер рас
b=new Date().getSeconds();
document.getElementById('giftImage').className=a0[b%a0.length];