Тем, кто хочет спрятать копирайт бородина: Открываем файл: css_irc_frame.css В самом низу вставляем: .anticopy { POSITION:absolute; top:3px; left:2px; z-index:500; background:#FCEEC0; background-color:#ffffff; visibility:visible; width:100%; height:42; } Сохраняем, закрываем документ. Открываем: chat_irc_top.js Находим: // Строка, которая будет нарисована разноцветными буквами: var swelcome=new String("ДОБРО ПОЖАЛОВАТЬ НА НАШ ЧАТ!"); d.write("<center><font class=modes>\ * * * * * * * * * * * * * * * * * * * * <br>* \ <font face=Verdana><b> "); for (i=0; i<swelcome.length; i++) { d.write("<font color="+randcolor()+">"+swelcome.substring(i,i+1)+"</font>"); } d.write(" </b></font> *<br>* * * * * * * * * * * * * * * * * * * * \ </font></center>"); } Заменяем на: d.write("<table class=anticopy><tr><td height=42 width=100% \ <font style='font: 16pt Comic Sans MS'><b><center>{$nick}, добро пожаловать в чат!</center></b></font>\ </td></tr></table>"); }