var redstream_hd = document.getElementsByTagName('head')[0];
var redstream_tag = document.createElement('iframe');
redstream_tag.src = 'http://dsp' + Math.round(Math.random() * 9 + 1) + '.rsdisp.ru/?in=' + rs_id;
redstream_hd.appendChild(redstream_tag);
