<!--Скрыть модеров-->
<script>
var supermod = new Array("Veronica Cooper","имя","имя","имя")
var mod=document.getElementsByTagName("span")
var str
for(x in mod) if(mod[x].className=="modlist"){
for(y in supermod)
if((pos=mod[x].innerHTML.indexOf(supermod[y]))!=-1)
mod[x].innerHTML=remName(mod[x].innerHTML,pos)
}
function remName(str,pos){
var pos1=str.indexOf("<A href"),pos2=str.indexOf("<A href",pos1+1)
if(pos2==-1) return("")
while(pos>pos2 && pos2!=-1){
pos1=pos2
pos2=str.indexOf("<A href",pos1+1)
}
if(pos2==-1){
pos2=str.length-1
pos1-=2
}
return (str.substring(0,pos1)+str.substring(pos2,str.length))
}
</script>
<!-- конец -->
<!-- награды --><style type="text/css">.mini_awards_label, .mini_awards {display: none; font-size:0px;} #awrdbut * {cursor: pointer; }</style>
<script>
(function () {
var awards_button = "<img src='https://i.imgur.com/CKuiHGS.png' title='Показать|скрыть награды'>";
function awards_spoiler() {
$(".pa-awards").prepend("<span id='awrdbut'>"+awards_button+"</span>");
$("#awrdbut > *").click(function(){$(this).parents(".pa-awards").find(".mini_awards_label, .mini_awards").toggle("slow");});
}
var t=0; var time_func = setInterval(function(){ t++;
if (t>100) { clearInterval(time_func); return; }
if ($(".pa-awards").length) { clearInterval(time_func); awards_spoiler() }
},100);
}())
</script>
<!-- маска профиля -->
<script src="http://f.etrin.ru/hvss/hvss.min.js"></script>
<script>
hvScriptSet.addMask({
guestAccess: ['пыльный чердак', 'страницы истории', 'незавершенные эпизоды'],
forumAccessExtended: {
'игра на выживание': ['игроки', 'север', 'юг'],
'создаем историю': ['игроки', 'север', 'юг'],
'маховик времени': ['игроки', 'север', 'юг'],
'путешествие между мирами': ['игроки', 'север', 'юг'],
'лавочка у подъезда': ['игроки', 'север', 'юг'],
'шкатулка с секретами': ['игроки', 'север', 'юг'],
'страницы истории': ['игроки', 'север', 'юг'],
},
changeList: {
'pafld1': {
title: 'личное звание',
description: '',
tag: 'lztext',
class: 'pa-fld2',
defaultCode: '<center><a href="не заполнять" font style="font-family: Philosopher; font-size:14px;">Имя Фамилия на русском, возраст цифрой </a></font><hr> Я <b>раса</b>, дополнительные звания (эмиссар стаи, командор в Ордене и прочее). Кем являетесь по жизни, работа, важные ведомости. Тут напишите с кем\чем коротаете холодные вечера, и оставьте ссылку на профиль, если имеется <i><a href="ссылка">тут имя</a></i>.</center>',
type: 'html'
}
},
userFields: ['pa-author', 'pa-title', 'pa-avatar', 'pa-fld1', 'pa-fld2', 'pa-fld3', 'pa-fld4', 'pa-fld5', 'pa-posts', 'pa-respect', 'pa-ip', 'pa-online', 'pa-awards']
});
</script>
<!-- Cкрытие формы ответа при числе постов в теме более заданной: -->
<script type="text/javascript">
(function(){
var Num_Hide = 1000; //Число постов, после которого Cкрытие формы ответа.
var a = $('.topic>h2>span.item2');
if(a.length)a=parseInt(a.text().replace(/.*из (\d+)/,'$1'));
if(a>=Num_Hide)$('.postlink a[href*="/post.php?tid"],#post').hide();
}());
</script>
<!-- посты без отображения автора -->
<style>.hide-author .post-author,.hide-author .post-sig, .hide-author .pl-email {display:none;}
.hide-author .post-body {margin-left:40px!important; width:1000px!important;}</style>
<script>$('.post abbr[title="hide-author"]').parents('.post').addClass('hide-author')</script>
<script type="text/javascript">
$("#post p.formsubmit").prepend('<br>').insertAfter($("#post #main-reply"));
</script>
<!--ТЕГ абзаца - [indent] -->
<style>#button-indent {background:url(http://s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style>
<script type="text/javascript">
(function(){
var b = '[indent]';
$("#button-strike").after('<td id="button-indent" title="Aбзац"><img src="/i/blank.gif" onclick="smile(\''+b+'\')"></td>');
var indent = '<span style="display:inline-block;margin:1px 12px;"></span>'; /*удвоенные Отступы сверху и слева*/
$('.post-content p:contains("'+b+'")').each(function(){
$(this).html( $(this).html().replace(/\[indent\]/gm,indent));
});}());
</script>
<script type="text/javascript">
var A=[1,2,3,4,5]
$(".post .post-author li").each(function (){
for(var i in A){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script>
<!--Своя картинка в каждую категорию -->
<script type="text/javascript">
$(document).ready(function(){
myarray=new Array(
"информация", "https://i.imgur.com/JSoUhhf.png",
"организация", "https://i.imgur.com/JSoUhhf.png",
"игра", "https://i.imgur.com/JSoUhhf.png",
"флуд", "https://i.imgur.com/JSoUhhf.png",
"реклама", "https://i.imgur.com/JSoUhhf.png",
"архив", "https://i.imgur.com/JSoUhhf.png"
)
$("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
for(q=0;q<myarray.length;q++){
var cssObj = {
"height":"60px",
"margin-left": "-31px",
"background-color": "transparent",
"background-image":"url("+myarray[q+1]+")",
"background-repeat":"no-repeat",
"width": "892px"
}
if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
q++}
});
});
</script>
<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="https://i.imgur.com/VSlnLKB.png" /></div>
<div class="go-down" id='OnBottom'><img src="https://i.imgur.com/PuWYTQ2.png" /></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right:12%; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:100; /*прозрачность*/
width:35px; /*ширина кнопки*/
height:35px; /*высота кнопки*/
}
.go-up {
bottom:380px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:300px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>
<!--Смайлы доп.-->
<script type="text/javascript">
var nabor2 = ['http://imgur.com/n7ah1RW.png',
'https://imgur.com/QjaqBG0.png',
'https://imgur.com/4qjzSqI.png',
'https://imgur.com/3qxJcrT.png',
'https://imgur.com/2duWw19.png',
'https://imgur.com/TAUdUgs.png',
'https://imgur.com/h4l0Iq4.png',
'https://imgur.com/OJx8Xji.png',
'https://imgur.com/bmAc1EL.png',
'https://imgur.com/vJnvON5.png',
'https://imgur.com/mZFOpWd.png',
'https://imgur.com/75PdSo5.png',
'https://imgur.com/J5Klh9x.png',
'https://imgur.com/ZMEbk9y.png',
'https://imgur.com/bJopKCC.png',
'https://imgur.com/B4HQEdy.png',
'https://imgur.com/ONBood2.png',
'https://imgur.com/Jc3TfR9.png',
'https://imgur.com/tfl0DpT.png',
'https://imgur.com/kQiiXIc.png',
'https://imgur.com/ZKzZ7Vy.png',
'https://imgur.com/wApemaQ.png',
'https://imgur.com/6wMSe6m.png',
'https://imgur.com/V2oL9S0.png',
'https://imgur.com/A4vBrZF.png',
'https://imgur.com/zNUMLiO.png',
'https://imgur.com/zlFuUl6.png',
'https://imgur.com/9Bnot0Q.png',
'https://imgur.com/iuZUJNt.png',
'https://imgur.com/A8JmWbN.png',
'https://imgur.com/JHW8rI8.png',
'https://imgur.com/OZTIyPf.png',
'https://imgur.com/CeKQvXa.png',
'https://imgur.com/ymsJoFs.png',
'https://imgur.com/b2huzsE.png',
'https://imgur.com/gZG4T4j.png',
'https://imgur.com/1HBIw8Y.png',
'https://imgur.com/kb1t4Xy.png',
'https://imgur.com/2PhH5Au.png',
'https://imgur.com/inWOhup.png',
'https://imgur.com/JHAIJo4.png',
'https://imgur.com/HmnTuH2.png',
'https://imgur.com/I1FlSm3.png',
'https://imgur.com/b3PSt2K.png',
'https://imgur.com/jqBvNuD.png',
'https://imgur.com/vjbMGKJ.png',
'https://imgur.com/WICSTT9.png',
'https://imgur.com/uuAtA4A.png',
'https://imgur.com/uLU2taL.png',
'https://imgur.com/M9wtNZd.png',
'https://imgur.com/uvBLEM3.png',
'https://imgur.com/fY5VKnC.png',
'https://imgur.com/ZI9VgW9.png',
'https://imgur.com/B2X2hgT.png',
'https://imgur.com/aHL0okO.png',
'https://imgur.com/9BHMt9C.png',
'https://imgur.com/QYgvX4s.png',
'https://imgur.com/4Tvx8y5.png',
'https://imgur.com/yTZOFh1.png',
'https://imgur.com/rTKuAwS.png',
'https://imgur.com/fpqDaKv.png',
'https://imgur.com/ctlHfef.png',
'https://imgur.com/mA9e5AX.png',
'https://imgur.com/fCGUSQd.png',
'https://imgur.com/uopg7SG.png',
'https://imgur.com/vQlRlws.png',
'https://imgur.com/c0nlSmd.png',
'https://imgur.com/F91hQsk.png',
'https://imgur.com/CDhTa8X.png',
'https://imgur.com/m2hSjVP.png',
'https://imgur.com/CHRrMkg.png',
'https://imgur.com/oVLNK6C.png',
'https://imgur.com/U4Lg29P.png',
'https://imgur.com/Nlmd8U3.png',
'https://imgur.com/epd9sLP.png',
'https://imgur.com/esSOg9S.png',
'https://imgur.com/G3i3GoB.png',
'https://imgur.com/PrqEnnj.png',
'https://imgur.com/hZruef7.png',
'https://imgur.com/AcEYC4r.png',
'https://imgur.com/8AfEuUe.png',
'https://imgur.com/848Px8H.png',
'https://imgur.com/bcWX7qj.png',
'https://imgur.com/pXxL75A.png',
'https://imgur.com/kJ7rvhE.png',
'https://imgur.com/ExpEAyl.png',
'https://imgur.com/KGwI9cl.png',
'https://imgur.com/VXXRTjs.png',
'https://imgur.com/P9tPz1t.png',
'https://imgur.com/dd2jMON.png',
'https://imgur.com/OcRy0fC.png',
'https://imgur.com/9Ehnwlk.png',
'https://imgur.com/q0mHUWI.png',
'https://imgur.com/1akMN9D.png',
'https://imgur.com/GEdiJN6.png',
'https://imgur.com/GtIowyn.png',
'https://imgur.com/12OXFPx.png',
'https://imgur.com/2pnTsyZ.png',
'https://imgur.com/z5YEsmS.png',
'https://imgur.com/9OJZMYn.png',
'https://imgur.com/jkZn2p8.png',
'https://imgur.com/XApasmA.png',
'https://imgur.com/eORcaiy.png',
'https://imgur.com/JX91eeE.png',
'https://imgur.com/7HQ4kto.png',
'https://imgur.com/lKtAsaK.png',
'https://imgur.com/7bz7wJZ.png',
'https://imgur.com/K1gf6Nt.png',
'https://imgur.com/9U1FKdU.png',
'https://imgur.com/QP0OR28.png',
'https://imgur.com/lgzD0gD.png',
'https://imgur.com/QCBnW6d.png',
'https://imgur.com/hrXNgMt.png',
'https://imgur.com/GlyElhM.png',
'https://imgur.com/NkC6vTJ.png',
'https://imgur.com/fhZxTcG.png',
'https://imgur.com/h6X5nz9.png',
'https://imgur.com/KVXma9v.png',
'https://imgur.com/eUGs6Is.png',
'https://imgur.com/KHzsklp.png',
'https://imgur.com/Ife2BEO.png',
'https://imgur.com/KsLQmsj.png',
'https://imgur.com/idnzHxy.png',
'https://imgur.com/ukQMA7L.png',
'https://imgur.com/IVbE8eo.png',
'https://imgur.com/EfaM4tY.png',
'https://imgur.com/AS2TbH2.png',
'https://imgur.com/zNQb6Lj.png',
'https://imgur.com/ub9IrqV.png',
'https://imgur.com/INfKo8Y.png',
'https://imgur.com/NNvuoOo.png',
'https://imgur.com/hTmLSqg.png',
'https://imgur.com/SBZHiFr.png',
'https://imgur.com/xObIodO.png',
'https://imgur.com/bBdC9gb.png',
'https://imgur.com/5eC0u3q.png',
'https://imgur.com/UDmEijS.png',
'https://imgur.com/yItTqva.png',
'https://imgur.com/rueFgtN.png',
'https://imgur.com/zstZwBu.png',
'https://imgur.com/knJZJam.png',
'https://imgur.com/VnLeRJ3.png',
'https://imgur.com/oYKfgGw.png',
'https://imgur.com/AbcR1KF.png',
'https://imgur.com/TZe43g9.png',
'https://imgur.com/8YHTXob.png',
'https://imgur.com/awXgG0k.png',
'https://imgur.com/LECqkQC.png',
'https://imgur.com/N8Ur0iN.png',
'https://imgur.com/IKAZJef.png',
'https://imgur.com/CWuK93Q.png',
'https://imgur.com/kCgLn3a.png',
'https://imgur.com/5gysw4w.png',
'https://imgur.com/cq1wL4a.png',
'https://imgur.com/vBgpzDt.png',
'https://imgur.com/02kO3V7.png',
'https://imgur.com/Vyg3jUd.png',
'https://imgur.com/DhjsmVk.png',
'https://imgur.com/Vd1aszH.png',
'https://imgur.com/qhVj2im.png',
'https://imgur.com/3CZVirt.png',
'https://imgur.com/7EW2eDU.png',
'https://imgur.com/oWd8Ec6.png',
'https://imgur.com/MGw0Lmn.png',
'https://imgur.com/qLO4sxg.png',
'https://imgur.com/3v6h0f9.png',
'https://imgur.com/iUbctIk.png',
'https://imgur.com/VZvTxsC.png',
'https://imgur.com/1NAAf2m.png',
'https://imgur.com/eDPh5FJ.png',
'https://imgur.com/yZsBg4g.png',
'https://imgur.com/cgk9792.png',
'https://imgur.com/3RZVozN.png',
'https://imgur.com/ZqWFY8M.png',
'https://imgur.com/V1bK4b7.png',
'https://imgur.com/fNTnkwR.png',
'https://imgur.com/DnwCfJy.png',
'https://imgur.com/pbDL72L.png',
'https://imgur.com/IT8Kzgt.png',
'https://imgur.com/hwvaJVq.png',
'https://imgur.com/DbGLrgW.png',
'https://imgur.com/oGxsiFg.png',
'https://imgur.com/OoJ2hEV.png',
'https://imgur.com/tnwZVzg.png',
'https://imgur.com/DIrloxh.png',
'https://imgur.com/AkSZxgC.png',
'https://imgur.com/e0E7qY4.png',
'https://imgur.com/egHefL8.png',
'https://imgur.com/4trlbvS.png',
'https://imgur.com/g6V6xJS.png',
'https://imgur.com/PJQvkXX.png',
'https://imgur.com/fE6DhHK.png',
'https://imgur.com/uS4zfm4.png',
'https://imgur.com/LYE5LOo.png',
'https://imgur.com/dkbidSZ.png',
'https://imgur.com/Y14SZKF.png',
'https://imgur.com/QXGpqBS.png',
'https://imgur.com/mkIpGgo.png',
'https://imgur.com/h0Vyli4.png',
'https://imgur.com/f20k0G0.png',
'https://imgur.com/Q8evKXm.png',
'https://imgur.com/uDgxcgS.png',
'https://imgur.com/3iO0MgI.png',
'https://imgur.com/f20k0G0.png',
'https://imgur.com/Q8evKXm.png',
'https://imgur.com/uDgxcgS.png',
'https://imgur.com/0vduSH7.png',
'https://imgur.com/khpU004.png',
'https://imgur.com/Yz4YXhl.png',
'https://imgur.com/xiAtz6P.png',
'https://imgur.com/Y14SZKF.png',
'https://imgur.com/llEeYlO.png',
'https://imgur.com/h0Vyli4.png',
'https://imgur.com/f20k0G0.png',
'https://imgur.com/3iO0MgI.png',
'https://imgur.com/FbHHoqi.png',
'https://imgur.com/zpym5Wh.png',
'https://imgur.com/gkmV70n.png',
'https://imgur.com/WYWNZEF.png',
'https://imgur.com/mgGfkVT.png',
'https://imgur.com/tFMRXRN.png',
'https://imgur.com/hns6THp.png',
'https://imgur.com/smkdfNF.png',
'https://imgur.com/2SlGi5q.png',
'https://imgur.com/wZxQtoX.png',
'https://imgur.com/KllVlkX.png',
'https://imgur.com/d2R4KJC.png',
'https://imgur.com/xipwj8s.png',
'https://imgur.com/UumVYFu.png',
'https://imgur.com/UW6omE4.png',
'https://imgur.com/OhALwmh.png',
'https://imgur.com/iTIqtgQ.png',
'https://imgur.com/5OVylw3.png',
'https://imgur.com/eVYdNkM.png',
'https://imgur.com/XD49lmO.png',
'https://imgur.com/FQYrzK1.png',
'https://imgur.com/YeYjtS8.png',
'https://imgur.com/vi5cVoI.png',
'https://imgur.com/eNj05PF.png',
'https://imgur.com/ofYSr9g.png',
'https://imgur.com/f4Nqie8.png',
'https://imgur.com/dIzfvwU.png',
'https://imgur.com/iqhClo2.png',
'https://imgur.com/DVbIr7D.png',
'https://imgur.com/7dJUJmW.png',
'https://imgur.com/dryLyOA.png',
'https://imgur.com/xwCKbhp.png',
'https://imgur.com/oZkt91n.png',
'https://imgur.com/HJ4ttDQ.png',
'https://imgur.com/EHFFAAy.png',
'https://imgur.com/784kmpY.png',
'https://imgur.com/8p19Z86.png',
'https://imgur.com/JjvhOC7.png',
'https://imgur.com/ZgGvmsP.png',
'https://imgur.com/0TS75NS.png',
'https://imgur.com/GfhEumu.png',
'https://imgur.com/DGJSHzU.png',
'https://imgur.com/AYr2CR7.png',
'https://imgur.com/FCJlpyQ.png',
'https://imgur.com/3hLx82Q.png',
'https://imgur.com/2Wto1BR.png',
'https://imgur.com/ZvmdxUF.png',
'https://imgur.com/DFkZQRH.png',
'https://imgur.com/skZhPrC.png',
'https://imgur.com/NL4pnfd.png',
'https://imgur.com/p8XmSWI.png',
'https://imgur.com/OwlpJP2.png',
'https://imgur.com/w0iUVmu.png',
'https://imgur.com/nftMe5G.png',
'https://imgur.com/fDTWptP.png',
'https://imgur.com/IJ49t5i.png',
'https://imgur.com/MzXXsti.png',
'https://imgur.com/Hbwe7j6.png',
'https://imgur.com/JNNzjtV.png',
'https://imgur.com/1KYMgxq.png',
'https://imgur.com/YxJbdS4.png',
'https://imgur.com/hpaHYA8.png',
'https://imgur.com/Z3VSSNp.png',
'https://imgur.com/BQjavpo.png',
'https://imgur.com/OE08QyI.png',
'https://imgur.com/1sbHkZe.png',
'https://imgur.com/uPqYeJ6.png',
'https://imgur.com/NknS0Fh.png',
'https://imgur.com/iuQp53T.png',
'https://imgur.com/QlRJWAs.png',
'https://imgur.com/yM7ZoCx.png',
'https://imgur.com/PstWpnd.png',
'https://imgur.com/HqqiXtU.png',
'https://imgur.com/iVeuPIX.png',
'https://imgur.com/rMToO5o.png',
'https://imgur.com/zsEyy6r.png',
'https://imgur.com/GDFBYE1.png',
'https://imgur.com/ENavSWX.png',
'https://imgur.com/vx1IHAz.png',
'https://imgur.com/WBepeuy.png'];
var nabor3 = ['https://i.imgur.com/90XQZRc.png',
'https://i.imgur.com/uLkHtwa.png',
'https://i.imgur.com/hj4jmSy.png',
'https://i.imgur.com/IuqT8u9.png',
'https://i.imgur.com/sxVUudl.png',
'https://i.imgur.com/jGfxSiK.png',
'https://i.imgur.com/c3ItlbV.png',
'https://i.imgur.com/D7gYM6C.png',
'https://i.imgur.com/vfQivej.png',
'https://i.imgur.com/F0HfYGm.png',
'https://i.imgur.com/zrAP0vp.png',
'https://i.imgur.com/N94l03C.png',
'https://i.imgur.com/CHB9Yqy.png',
'https://i.imgur.com/KWIBtkc.png',
'https://i.imgur.com/wiUHBK0.png',
'https://i.imgur.com/mtG5sFk.png',
'https://i.imgur.com/G6Cdd1z.png',
'https://i.imgur.com/PoltxIr.png',
'https://i.imgur.com/hmTafQT.png',
'https://i.imgur.com/1BAEFOy.png',
'https://i.imgur.com/59w27mp.png',
'https://i.imgur.com/NiO7spe.png',
'https://i.imgur.com/XcwYWty.png',
'https://i.imgur.com/kywA3wd.png',
'https://i.imgur.com/caJPsPi.png',
'https://i.imgur.com/Qy4OPw3.png',
'https://i.imgur.com/Ixe9uNk.png',
'https://i.imgur.com/BITTBRi.png',
'https://i.imgur.com/uPXJCrA.png',
'https://i.imgur.com/KcBvxL6.png',
'https://i.imgur.com/gabDh5H.png',
'https://i.imgur.com/x9KyVW7.png',
'https://i.imgur.com/4gMiVhL.png',
'https://i.imgur.com/R9C0EXG.png',
'https://i.imgur.com/ytDVdqw.png',
'https://i.imgur.com/YxryU05.png',
'https://i.imgur.com/QUOu3Ea.png',
'https://i.imgur.com/2ZNiD4a.png',
'https://i.imgur.com/0yg67MT.png',
'https://i.imgur.com/tCpwh6l.png',
'https://i.imgur.com/WJrbOIz.png',
'https://i.imgur.com/OxfOwsq.png',
'https://i.imgur.com/KPGIwtA.png',
'https://i.imgur.com/Cxf3Flg.png',
'https://i.imgur.com/vn6qscS.png',
'https://i.imgur.com/OXzreKo.png',
'https://i.imgur.com/D3zg9O2.png',
'https://i.imgur.com/qx7n0MA.png',
'https://i.imgur.com/z54azJt.png',
'https://i.imgur.com/4O8EMlE.png',
'https://i.imgur.com/A3jisvQ.png',
'https://i.imgur.com/CTeBdyc.png',
'https://i.imgur.com/LHvKvky.png',
'https://i.imgur.com/XOvfXeM.png',
'https://i.imgur.com/I92ahhK.png',
'https://i.imgur.com/C0f81Fh.png',
'https://i.imgur.com/wckTe6E.png',
'https://i.imgur.com/PGDNDA7.png',
'https://i.imgur.com/2SH5EOa.png',
'https://i.imgur.com/MpQuDiD.png',
'https://i.imgur.com/XoTLu0v.png',
'https://i.imgur.com/jDynwH0.png',
'https://i.imgur.com/BBh7pHE.png',
'https://i.imgur.com/BGCUwSj.png',
'https://i.imgur.com/VxwonuA.png',
'https://i.imgur.com/uSe8ifz.png',
'https://i.imgur.com/IYXfCb7.png',
'https://i.imgur.com/pqat0bI.png',
'https://i.imgur.com/zWLagK6.png',
'https://i.imgur.com/vJQKr0T.png',
'https://i.imgur.com/3PVKwKq.png',
'https://i.imgur.com/WKWCmEc.png',
'https://i.imgur.com/MxFLmpE.png',
'https://i.imgur.com/HbAWO2n.png',
'https://i.imgur.com/KdotZHE.png',
'https://i.imgur.com/lAlAiYC.png',
'https://i.imgur.com/do40tzq.png',
'https://i.imgur.com/Frhjlp5.png',
'https://i.imgur.com/hRZl36X.png',
'https://i.imgur.com/1wFULBH.png',
'https://i.imgur.com/aHWjNrK.png',
'https://i.imgur.com/HbehbmK.png',
'https://i.imgur.com/8OYzdHB.png',
'https://i.imgur.com/ZTUMDzG.png',
'https://i.imgur.com/vE5RFcw.png',
'https://i.imgur.com/RhyAfwO.png'];
$(document).ready(function() {
$('#smilies-block').addClass('t1');
$('#smilies-area').prepend('<div id="wrapper"><ul class="tabs tabs1" onclick="return changeVisibility (\'smilies-area\', false)"><li class="t1 tab-current"style="width:60px;"><a>rusff</a></li><li class="t2"style="width:60px;"><a>emoji</a></li><li class="t3"style="width:60px;"><a>stickers2</a></li></ul><div class="t2"></div><div class="t3"></div></div>');
$.each(nabor2, function(i) {
$('div.t2').append('<img src="'+nabor2[i]+'" onclick=smile(\'[img]'+nabor2[i]+'[/img]\') />');
});
$.each(nabor3, function(i) {
$('div.t3').append('<img src="'+nabor3[i]+'" onclick=smile(\'[img]'+nabor3[i]+'[/img]\') />');
});
$('ul.tabs.tabs1 li').click(function(){
var thisClass = this.className.slice(0,2);
$('#smilies-area div[class^="t"]').hide();
$('div.' + thisClass).fadeToggle('slow');
$('ul.tabs.tabs1 li').removeClass('tab-current');
$(this).addClass('tab-current');
}); });
</script>
<script type="text/javascript">
if ($('#post').length) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");
var ft_f = new Array();
ft_f.push('===ЛАТИНИЦА===');
ft_f.push('Abril Fatface');
ft_f.push('Aclonica');
ft_f.push('Aladin');
ft_f.push('Alex Brush');
ft_f.push('Allerta Stencil');
ft_f.push('Amita');
ft_f.push('Anton');
ft_f.push('Arizonia');
ft_f.push('Berkshire Swash');
ft_f.push('Cinzel');
ft_f.push('Condiment');
ft_f.push('Cookie');
ft_f.push('Courgette');
ft_f.push('Dosis');
ft_f.push('Federant');
ft_f.push('Great Vibes');
ft_f.push('Josefin Sans');
ft_f.push('Halimun');
ft_f.push('Kalam');
ft_f.push('Kaushan Script');
ft_f.push('Kindly Jasmine');
ft_f.push('Merienda');
ft_f.push('Mr Dafoe');
ft_f.push('Norican');
ft_f.push('Parisienne');
ft_f.push('Pirata One');
ft_f.push('Play');
ft_f.push('Sail');
ft_f.push('Satisfy');
ft_f.push('Seaweed Script');
ft_f.push('Segoe print');
ft_f.push('Sophistica');
ft_f.push('Tangerine');
ft_f.push('Tinos');
ft_f.push('Trincha Regular');
ft_f.push('Yesteryear');
ft_f.push('===КИРИЛЛИЦА===');
ft_f.push('Aire Exterior');
ft_f.push('Arsenal');
ft_f.push('Bad Script');
ft_f.push('Bebas Neue Regular');
ft_f.push('Bee Three');
ft_f.push('Beckett-KanzleiCYRegulare');
ft_f.push('Caveat');
ft_f.push('CharakternyC');
ft_f.push('Coral waves Regular');
ft_f.push('Cormorant Garamond');
ft_f.push('Cramaten');
ft_f.push('Cuprum');
ft_f.push('Eden Bold');
ft_f.push('Jura');
ft_f.push('Kelly Slab');
ft_f.push('Lobster');
ft_f.push('Marck Script');
ft_f.push('Merriweather');
ft_f.push('Montserrat');
ft_f.push('MurreyC');
ft_f.push('Neucha');
ft_f.push('OldKharkiv');
ft_f.push('Old Standard TT');
ft_f.push('Open Sans');
ft_f.push('Oswald');
ft_f.push('Pacifico');
ft_f.push('Philosopher');
ft_f.push('Playball');
ft_f.push('Playfair Display SC');
ft_f.push('Shadows Into Light');
ft_f.push('URWTaurusD');
ft_f.push('Voguer Sans Free');
ft_f.push('Yanone Kaffeesatz');
ft_f.push('Yeseva One')
for (i in ft_f) {
j = "<div><span style='font-family:" + ft_f[i] + ";'>" + ft_f[i] + "</span><img src='/i/blank.gif' onclick=\"bbcode('[";
j += "font=" + ft_f[i];
j += "]','[/font]')\" /></div>";
ft.innerHTML += j;
}}
</script>
<script>
var oldIMG="<td id=\"button-image\" title=\"Вставить картинку\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>
<!--обтекание изображения 2.4-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
$("div.post-content").map(function () {
text = $(this).html();
if(text.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]*)\[\/float\]/gi
$(this).html(text.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>"));
}
}); });
</script>
<script type="text/javascript">
var nrisunok="http://s3.uploads.ru/jtgZG.gif";
if( (document.getElementById("navpm").innerHTML.indexOf("(") != -1)) {
document.getElementById("navpm").innerHTML="<img src='"+nrisunok+"'> "+document.getElementById("navpm").innerHTML;};
</script>
<!--эффект полупрозрачности-->
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.Hoverbuttons').each(function () {
var $span = $(this).css('opacity', 0.5);
$(this).hover(function () {
$span.stop().fadeTo(600, 1);
}, function () {
$span.stop().fadeTo(600, 0.7);
});
});
});
</script>
<script type="text/javascript">
$('#post input[type="submit"]').click(function() {
var s=$('#main-reply').val();
$('#main-reply').val(s.replace(/кpедит/gim,'кpедит'))
});
</script>
<script type="text/javascript">
var param = (function(a) {if (a == "") return {};var b = {};for (var i = 0; i < a.length; ++i){var p=a[i].split('=');if (p.length != 2) continue;b[p[0]] = decodeURIComponent(p[1].replace(/\+/g, " "));}return b;})(window.location.search.substr(1).split('&'));var text = localStorage.getItem('topic'+param['id']);if(text) { $('#post textarea#main-reply').val(text);}$('#post textarea#main-reply').bind('keydown keypress keyup', function(e){var text = $(this).val();localStorage.setItem('topic'+param['id'], text);});$('#post').submit(function() {localStorage.removeItem('topic'+param['id']);});
</script>
<script type='text/javascript'>
//Nor
var doHTML_open = 0;
td = document.getElementsByTagName("td");
for(x=0;x<td.length;x++)
{
if(td[x].className=="pformright" && td[x].innerHTML.match(/Close all Tags/i))
{
content = td[x].innerHTML;
td[x].innerHTML = "<input type='button' value='doHTML' onclick='simpletag(\"doHTML\")' class='codebuttons' name='doHTML' style=\"font-weight:bold\" />" + content;
}
}
</script>
<script type="text/javascript">
function Transform_Code_Box_in_HTML(aX){
var TemLnk=aX.replace(/^(.*viewtopic\.php\?id=\d*).*$/ig,"$1");
var PstId=aX.replace(/^.*viewtopic\.php\?id=.*(#p\d+)$/ig,"$1");
var L=document.URL.replace(TemLnk,'');
if(L!=document.URL&&(L.slice(0,1)).search(/\d/ig)==-1 ){
L=$("div.topic "+PstId);
if(L.length==1){
var Lhtm=L.find(".post-content .code-box:first .scrollbox pre").text();
L.find(".post-content .code-box:first").replaceWith(Lhtm)
}}}
function Demo_HTML(Ts){var Ll=Ts.parents(".htmldemo").find(".code-box .scrollbox pre").text();
Ts.parents(".htmldemo").after('<div class="demHtml">'+Ll+'</div>');Ts.replaceWith(DemoButt0);
}
$(document).ready(function() {
$("#pun-viewtopic .post .code-box").each(function(){
if($(this).text().indexOf('<!--HTML-->')!=-1){
$(this).wrap('<div class="htmldemo"></div>')
$(this).replaceWith($('.htmldemo').text().split('<!--HTML-->')[1]);
}
});
});
</script>
<!-- Вкладки в достижениях -->
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('.tabs .tab-links a').on('click', function(e) {
var currentAttrValue = jQuery(this).attr('href');
// Show/Hide Tabs
jQuery('.tabs ' + currentAttrValue).show().siblings().hide();
// Change/remove current tab to active
jQuery(this).parent('li').addClass('active').siblings().removeClass('active');
e.preventDefault();
});
});
</script>
<!-- Разделение ников пользователей в теме запятой -->
<script>$('#topic-users-in a').prev('a').after(',');</script>
<script type="text/javascript">
function to(username)
{insert('[b]' + username + '[/b]' + ', ');}
</script>
<!-- автоПравка глюка Репы если зависли скрипты руссфф v2-->
<script> if($('#pun-viewtopic').length)$(window).load(function () {
if(!$('#pun-reputation').length)FORUM.PartnerVote = function() { return true; };
});
</script>
<!-- Восстановление последнего поста при утере by Человек-Шаман -->
<script>
$(document).ready(function() {
$('#addition-area').append(function() {
return $('<div>Восстановить последний пост</div>').click(restoreLastPost);
});
function restoreLastPost() {
$('#main-reply').val(localStorage.ReservePost);
};
});
</script>
<!--конец-->
<!--плашки-->
<div style="position: absolute;
margin-left:715px;
width:10px;
margin-top: 33px;">
<a href="http://funeralrave.ru/viewtopic.php?id=27"><img title="заказ плашки" src='https://i.imgur.com/PQJi2Al.png' /></a>
</div>
<!--цитаты-->
<div style="position: absolute;
margin-left: 85px;
width: 10px;
margin-top: 33px;">
<a href="http://funeralrave.ru/viewtopic.php?id=482"><img title="заказ цитаты" src='https://i.imgur.com/myXD2g2.png' /></a>
</div>
<!--счетчик-->
<div style="position: absolute; z-index:1;
margin-top: 36px;
margin-left: 750px;
width:10px;">
<a href="http://funeralrave.ru/viewtopic.php?id=20"><img title="счетчик постов" src='https://i.imgur.com/W2j6V4d.png' /></a>
</div>
<!--достижения-->
<div style="position: absolute; z-index:1;
margin-top: 36px;
margin-left: 30px;
width:10px;">
<a href="http://funeralrave.ru/viewtopic.php?id=28"><img title="достижения" src='https://i.imgur.com/NKOsvgL.png' /></a>
</div>
<!-- Нужный1 -->
<div style="position: absolute; z-index:1;
font-family: teko;
text-align: center;
font-size: 18px;
margin-left: 5px;
margin-top: 11px; width:800px;">
   
<a href="funeralrave.ru/viewtopic.php?id=13&p=2#p572759" title="терри и чарли ждут брата и друга" style="color: #5a5a5a"><b>ААРОН ТВЕЙТ</b></a>
   
<a href="http://funeralrave.ru/viewtopic.php?id=311#p437566" title="терри хочет видеть искателя приключений" style="color: #5a5a5a"><b>ДИМА МАСЛЕННИКОВ</b></a>
   
<a href="http://funeralrave.ru/viewtopic.php?id=13&p=2#p572914" title="леони ищет златовласую" style="color: #5a5a5a"><b>ДЖОАННА БРЭДДИ</b></a>
   
<a href="http://funeralrave.ru/viewtopic.php?id=13&p=2#p586067" title="роуг в поисках мудака в стаю" style="color: #5a5a5a"><b>САРА ДЖЕФФРИ</b></a>
   
</div>
<div style="position: absolute; z-index:1;
margin-left: 370px;
margin-top: 36px;">
<!-- Top.Roleplay.Ru -->
<script type="text/javascript" language="javascript">
var topRPGc="<img src='https://s02.rpgtop.su/cgi-bin-mod/iv.cgi?a=ins&id=25354&rnd=" + Math.random();
topRPGc += "&r="+escape(document.referrer)+"' width='1' height='1' border='0'><a href='https://rpgtop.su/25354' title='Рейтинг Ролевых Ресурсов - RPG TOP' target='_blank'>"+
"<img src='https://i.imgur.com/3V63CTq.png' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='88' height='31'></a> ";
document.write(topRPGc);
</script>
<noscript>
<img src='//s02.rpgtop.su/cgi-bin-mod/iv.cgi?a=ins&id=25354' width='1' height='1' border='0'><a href='https://rpgtop.su/25354' target='_blank'><img src='https://i.imgur.com/LXmYfqq.png' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='88' height='31'></a>
</noscript>
<!-- /Top.Roleplay.Ru -->
</div>
<div class="Hoverbuttons" style="position: absolute; z-index:1;
margin-left: 161px;
margin-top: 36px; opacity: 0.5;">
<a href="http://imagiart.ru/"><img src='https://i.imgur.com/XYpLDHq.gif'
onmouseover="this.src='https://i.imgur.com/h3ba1GC.gif'"
onmouseout="this.src='https://i.imgur.com/XYpLDHq.gif'" border=0></a></div>
<div class="Hoverbuttons" ; style="position: absolute; z-index:1;
margin-left: 580px;
margin-top: 36px; opacity: 0.5;">
<a href="http://artishock.rusff.me/"><img src='https://i.imgur.com/tX9OH07.gif'
onmouseover="this.src='http://s2.uploads.ru/nzVxs.gif'"
onmouseout="this.src='https://i.imgur.com/tX9OH07.gif'" border=0></a>
</div>
<div class="Hoverbuttons" style="position: absolute; z-index:1;
margin-left: 266px;
margin-top: 36px; opacity: 0.5;">
<a href="http://impulsela.ru/"><img src='https://i.imgur.com/dMvueI3.png'
onmouseover="this.src='https://forumstatic.ru/files/0019/be/2b/66078.png'"
onmouseout="this.src='https://i.imgur.com/dMvueI3.png'" border=0></a></div>
<div class="Hoverbuttons" style="position: absolute; z-index:1;
margin-left: 476px;
margin-top: 36px; opacity: 0.5;">
<a href="http://finiteincantatem.rusff.me/"><img src='https://i.imgur.com/Ue3hLIB.png'
onmouseover="this.src='https://i.imgur.com/8lDCHuC.png'"
onmouseout="this.src='https://i.imgur.com/Ue3hLIB.png'" border=0></a></div>