﻿e=document.getElementsByTagName("TD");
for(k=0;k<e.length;k++) {
if(e[k].className=='posttdMessage') {
s=e[k].innerHTML;
while (s.indexOf('[onlinekino]') != -1) {
s=s.replace('[onlinekino]','<center><embed src="http://lucifer.ucoz.net/flvplayer.swf" type="application/x-shockwave-flash" allowfullscreen="true" flashvars="&file=');
s=s.replace('[/onlinekino]','&height=413&width=550&location=http://lucifer.ucoz.net/flvplayer.swf&logo=ℑ=" width="550" height="413"></center>');
e[k].innerHTML=s;
}}}