Файл: _gladiators2_/gladiators2/gladiators/gladiators/ch.html
Строк: 86
<?php
<html>
<head>
<meta content="text/html; charset=windows-1251" http-equiv=Content-type>
<META Http-Equiv=Cache-Control Content=No-Cache>
<META Http-Equiv=Pragma Content=No-Cache>
<META Http-Equiv=Expires Content=0>
<style>
body,td
{
 color: #000000;
 FONT-SIZE: 13;
 FONT-FAMILY: verdana;
}
a
{
 color: #25230E;
 font-size:13px;
 text-decoration: none;
}
a:hover
{
 color: #7E7933;
 font-size:13px;
 text-decoration: none;
}
body
{
 margin: 2;
 padding: 2;
}
.menu {
  background-color: #d3cd9c;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
}
a.menuItem {
  border: 0px solid #000000;
  display: block;
  font-family: MS Sans Serif, Arial, Tahoma,sans-serif;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 12px 2px 8px;
  text-decoration: none;
}
a.menuItem:hover {
  background-color: #f9f8c4;
  font-weight:bold;
  FONT-SIZE: 11px;
}
</style>
<SCRIPT LANGUAGE="JavaScript" SRC="/js/chat.js"></SCRIPT>
<script language=JavaScript>
var TimerID;
function ChatReload()
{
 top.frames["re"].location.href='chat/re.php';
 TimerID = setTimeout("ChatReload()", 15*1000);
}
TimerID = setTimeout("ChatReload()", 15*1000); 
function clrTimerID()
{
 ClearTimerID(TimerID);
}
var sm = new Array('084','1','4','5','artovik','bariga1','beer','beer2','bolen','box','bye2','chveti','cool','cry','doc','dur','eek','elka','fear','figa','fire','flowers','fun','help','hi','kach','katok','kid','kiss','laugh','lilla1','lol','love','love2','loveyou','low','m16','mofon','mol','monstr','mostr','nnn','nono','obm','ribalov','rose','s38a','s53','s60a','s62','sdaus','shoot','shuffle','shuffle1','smoke','smoke2','smut','stroitel','taktochno','thanks','thanks2','uploch','ura','whistler','work_1-1','work_1-3','work_1-4','work_2-1','work_2-2','wwvis','yessir','zdarov');
var maxsmiles = 3;
var smilesimgpath='<IMG border=0 src=/img/smiles/';
var smilesimgstyle=' style="cursor:hand" onclick="top.AddSmile('';
function text(text){
    var s="";
    var spl=text.split("<br>");
    for (var k=0; k<spl.length; k++){
      var txt=spl[k];
      if (txt.length>0) {
        var i,j=0;
        for (i=0; i < sm.length; i++) {
            while(txt.indexOf(':'+sm[i]+':') >= 0) {
                txt = txt.replace(':'+sm[i]+':', smilesimgpath + sm[i] + '.gif '+smilesimgstyle+sm[i]+'')">');
                if (++j >= maxsmiles) break;
            }
            if (j>=maxsmiles) break;
                }
        s+=txt+"<BR>";
      }
    }
    document.getElementById('mes').innerHTML += s;
    window.scrollBy(0, 65000);
}
</script>
</head>
<body bgcolor=#f1ecc6>
<TEXTAREA ID="holdtext" STYLE="display:none;"></TEXTAREA>
<DIV ID=oMenu CLASS="menu" onmouseout="closeMenu()" style="position:absolute;z-index: 100;"></DIV>
<div id="mes" oncontextmenu="OpenMenu()"></div>
</body></html>
?>