<!--Закрытие некоторых категорий и форумов -->
<div id="ListForumsAndCategor" style="display:none">
<p id=ONcategor><!-- ОТКРЫТЫЕ КАТЕГОРИИ -->
<i>П У Т Е В О Д И Т Е Л Ь</i>
<i>Ф Р Е Н Д З О Н А</i>
</p>
<p id=ONforums><!-- ОТКРЫТЫЕ ФОРУМЫ -->
<a href="http://alternativereality.mybb.ru/viewforum.php?id=21">Реклама и Партнерство</a>
<a href="http://alternativereality.mybb.ru/viewforum.php?id=29">Игровой мир</a>
<a href="http://alternativereality.mybb.ru/viewforum.php?id=1">Приемный пункт [акции]</a>
</p>
<p id=TextFromGuest><!-- ТЕКСТ ИЗВЕЩЕНИЯ ДЛЯ ГОСТЯ -->
<span style="padding:3px 3px 3px 20px;background-color:none;">К сожалению, у Вас нет прав доступа к данной странице. Создайте персонажа, и для Вас станут доступны все темы форума!</span>
</p>
</div><script type="text/javascript">var Dostyp=true,textguest=$("#TextFromGuest").html();Guest=$("#navlogin").html()!=null,IndexPage=$(".punbb").attr("id")=="pun-index",Topic=$(".punbb").attr("id")=="pun-viewtopic",Forum=$(".punbb").attr("id")=="pun-viewforum";if(Guest&&IndexPage){var ListCategor=[];$("#ONcategor i").each(function(j){ListCategor[j]=$(this).text()});$("#pun-main .category h2 span").not("[class]").each(function(){var Lcat=$(this).parents(".category");Lcat.addClass("Hide");for(var i in ListCategor){if(ListCategor[i]==$(this).text()){Lcat.removeClass("Hide");Lcat.addClass("Nohide");ListCategor.splice(i,1);break;}}});$("#pun-main .category.Hide").hide()};if(Guest&&(Topic||Forum)){var Fid=$("html head:first link[rel='up']");var FidRSS=$("html head:first link[rel='alternate']");if(Fid.html()!=null){Fid=Fid.attr("href")}else{Fid=FidRSS.attr("href").replace(/export\.php\?type=rss&f/img,'viewforum.php?')}Dostyp=false;$("#ONforums a").each(function(j){if($(this).attr("href")==Fid){Dostyp=true}})};if(!Dostyp){document.getElementById("pun-main").innerHTML="<div id=\"pun-main\" class=\"main\" style=\"margin-top: -25px!important;\"><h1><span>Информация</span></h1><div class=\"info\"><div class=\"container\">"+textguest+"</div></div></div>"}</script><!-- End// Закрытие Доступа гостям -->
<!-- для таблички в посте -->
<script type="text/javascript">
$(".tstTable .tabindex [id^='tbl']").hide();$(".navbuttons").removeClass("active");
$(document).ready(function(){
$(".tstTable .navbuttons td").on("click",function(){var tst=false;
var num=$(this).attr("id");if($(this).hasClass('active'))tst = true;
if(num)num=num.split("btn")[1];
$(this).parents(".tstTable").find(".navbuttons td").removeClass("active");
if(!tst)$(this).addClass("active");
$(this).parents('.html-content').find(".tstTable table[id]").hide();
if(!tst)$(this).parents('.html-content').find(".tstTable table[id='tbl"+num+"']").show();
});
$(".post .tstTable").map(function(){
$(this).find(".navbuttons td[id^='btn']:first").addClass("active");
$(this).find("[id^='tbl']:first").show()
});
});
</script>
<!-- Удаляем лишние строки после цитаты и кода // v.3 © Alex_63 -->
<script type="text/javascript">
$('.post-content').each(function() {
var CNT = $(this).html();
CNT = CNT.replace(/<p><br><\/p>/img,'');
CNT = CNT.replace(/<p><br><br>(.*?)<\/p>/img,'<p>$1</p>');
CNT = CNT.replace(/<p><br>(.*?)<\/p>/img,'<p>$1</p>');
$(this).html(CNT);
});
</script>
<!--замена ников, аватаров, подписей и статусов-->
<style>.post-content legend.hide{display:none;}</style>
<script type="text/javascript">
//alert("A")
var SkL="\\[",SkR="\\]";
var patt = new Array()
patt[0] = SkL + "NIC" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/NIC" + SkR;
patt[1] = SkL + "STA" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/STA" + SkR;
patt[2] = SkL + "AVA" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/AVA" + SkR;
patt[3] = SkL + "SGN" + SkR + "([^" + SkL + SkR + "]+)" + SkL + "/SGN" + SkR;
$(".post-content").each(function (){
var contex = $(this).html();
for (j=0; j < patt.length; j++){
var chang = '<legend class="hide ' + patt[j].substring(2,5) + '" >';//alert(chang)
var EndCh = '</legend>';
var reg_esp = new RegExp(patt[j],"igm");
contex=contex.replace(reg_esp,chang + "$1" + EndCh);//alert(contex)
}$(this).html(contex)
});
var pa_avtr='<li class="pa-avatar">';
var Avt_St='<img src="';
var Avt_End='"alt="Аватар"/>';
var PostSig_St='<dl class="post-sig"><dt><span>Подпись автора</span></dt><dd><p>';
var PostSig_End='</p></dd></dl>';
$(".post legend.hide").each(function (){
var S=$(this).html();
var STA=$(this).parents(".post").find(".post-author .pa-title")
/*[NIC]*/ if($(this).hasClass('NIC')==true){$(this).parents(".post").find(".post-author .pa-author a").html(S);}
/*[STA]*/ if($(this).hasClass('STA')==true){$(this).parents(".post").find(".post-author .pa-title").html(S);}
/*[AVA]*/ if($(this).hasClass('AVA')==true){var AVA=$(this).parents(".post").find(".post-author .pa-avatar")
if(AVA.html()!=null){AVA.html(Avt_St+S+Avt_End)}else $(this).parents(".post").find(".post-author .pa-title").after(pa_avtr+Avt_St+S+Avt_End+'</li>');}
/*[SGN]*/ if($(this).hasClass('SGN')==true){$(this).parents(".post").find(".post-content .post-sig").replaceWith("");
$(this).parents(".post").find(".post-content").append(PostSig_St+S+PostSig_End);}
});
</script>
<!--Статистика из 20 последних сообщений -->
<script src="/export.php?type=js&max=18" type="text/javascript"></script>
<script type="text/javascript">
if(GroupID!=3){
var html='';
var ts = '';
var mo = '';
var hh = '';
var mm = '';
var i = 0;
for(i=0;i<content.length;i++) {
ts = new Date();
ts.setTime(1000*content[i][0]);
mo = ts.getMonth()+1;
if (mo<10) mo='0'+mo;
hh = ts.getHours();
mm = ts.getMinutes()+'';
if (mm<10) mm='0'+mm;
ts = ts.getDate()+'.'+mo+' '+hh+':'+mm;
html2="</tr></tbody></table></div>"
html1="<div class=\"container\"><table cellspacing=\"0\" width=100%><thead><tr><th scope=\"col\">Автор</th><th scope=\"col\">Время</th><th scope=\"col\">Последнее сообщение</th></tr></thead><tbody class=\"hasicon\">"
html+='<tr><td>'+content[i][1]+'</td><td class=\"tc2\">'+ts+'<td class=\"tcr\"><a href=\"'+content[i][2]+'\" target=\"_blank\">'+content[i][3]+'</a><br /></td></tr>';
}
var arr=document.getElementsByTagName("div")
i=0
str=document.URL
while(arr[i] ){
if((str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php") && arr[i].className=="statscon"){
name=arr[i].innerHTML
name=name.substring(0)
arr[i].innerHTML=""+html1+""+html+""+html2+"<br><h2>СТАТИСТИКА</h2>"+name+""
}
i++
}}
</script>
<!--Замена названия "Статистика форума" -->
<script>$('#pun-stats>h2>span').text('С Т А Т И С Т И К А');</script>
<!--Замена Фонда форума -->
<script type="text/javascript">
$('#pun-status span.item3').html('<p style="margin-right:2em;"><a href="/foundation.php"><b>Помочь форуму!<b></a> <img style="position:absolute; margin-top:-1em; /></p>');
</script>
<script language="javascript">
Min=10;
for (p=1;p<=Min;p++) {$('#poll-special tr:nth-child('+p+') td:not(".tac")').addClass('e'+p+''); }
$('div#poll-special td[class^="e"] h1').each(function() {
$(this).data('origWidth', $(this).width()).width(0).animate({width: $(this).data('origWidth')}, 1200);
});
</script>
<!--Открытие всех ссылок в постах с текущего ресурса на текущей вкладке -->
<script type="text/javascript">
$('.post-content').find('a[href*="http://'+location.hostname+'"]').removeAttr('target')
</script>
<!--Запрет на просмотр профилей гостями-->
<script type="text/javascript">
if ((document.URL.indexOf("profile.php") != -1) && (GroupID == 3))
document.getElementById("pun-main").innerHTML = "<div id=\"pun-main\" class=\"main\"><h1><span>Информация</span></h1><div class=\"info\"><div class=\"container\"><b><span>Для просмотра данной страницы необходима регистрация.</span><b></div></div></div>"
</script>
<!--Скрыть названия доп/полей fld (1,2,3,4)-->
<script type="text/javascript">
var A=[1,2,3,4]
$(".post .post-author li").each(function (){
for(var i=0; i<A.length;i++){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script>
<!-- HTML низ -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
<script>
var a1 = 1 // 0 - спойлер-аккордеон, 1 - вертикальный спойлер; 3 - обычный спойлер
var a2 = 0 // 0 - Скрытие первой вкладки; 1 - Показ первой вкладки;
var a3 = 0 // Резкость Открытия: 0 - Плавно; 1 - Резко;
var LiArr=new Array(
//При наличии двух косых => // в начале пункта, - пункт не скрывается.
//"pa-author", //Ник-Нейм
//"pa-avatar", //Аватар
//"pa-title", //статус
//"pa-fld1", //Доп.Поле.1
//"pa-respect", //Уважение:
//"pa-fld4", //Доп.Поле.4
// 1 кнопка- ссылка на Картинку
//В квадратных скобках, прямо к ссылке можно добавить своё описание (по желанию)
"https://forumstatic.ru/files/000d/56/27/24119.png",
"pa-fld2", //Доп.Поле.3
"pa-fld3", //Доп.Поле.4
// 2 кнопка - ссылка на Картинку
//В квадратных скобках, прямо к ссылке можно добавить своё описание (по желанию)
"https://forumstatic.ru/files/000d/56/27/45194.png",
"pa-posts", //Кол-во сообщений:
"pa-reg", //Зарегистрирован
"pa-age", //Возраст
"pa-icq", //Аська
"pa-invites", //Приглашений
"pa-ip", //IP Юзера
"pa-time-visit", //Провел на форуме:
"pa-last-visit", //Последний визит:
"pa-from", //Откуда
"pa-sex", //Пол
"pa-positive", //Позитив
// 3 кнопка - ссылка на Картинку
//В квадратных скобках, прямо к ссылке можно добавить своё описание (по желанию)
"https://forumstatic.ru/files/000d/56/27/37506.png",
"pa-fld5", //Доп.Поле.5
//"pa-online", //Пользователь online - Не засовываем в спойлеры
//Конец Списка,
"_End"); SetProvilSpoil(a1,a2,a3);
</script>
<style>img.post-img-Sp{margin-right:3px!important} //регулировка расстояния между кнопками
</style>
<!--Конец//=Cпойлер cкрытия Инфы под N-кнопок в Профиле Топик-->
<!--Медальки в профиль(топик)-->
<style>
/****************************************************************/
/*CSS МЕДАЛЬКИ В ПРОФИЛЬ(ТОПИК) */
/****************************************************************/
.tipsy.title-awards .tipsy-inner {
letter-spacing:1px!important;
font-size:12px!important;
font-family: 'Times New Roman';
max-width:400px;}
.awards {cursor:pointer;margin:2px;}
</style><div id=Myawrd style="display:none;">
<!--=================================================
//НОМЕР НАГРАДЫ // ЗА ЧТО // CCЫЛКА НА КАРТИНКУ
//=================================================-->
<p>1,«Судовой журнал» [участие в 10 квестах],http://s1.uploads.ru/i/vueGW.png</p>
<p>2,«Чайная роза» [отыгранный персональный романтический квест],http://s1.uploads.ru/i/Nr6an.png</p>
<p>3,«Счетчик времени» [создание обычного человека],http://s1.uploads.ru/HQ8wT.png</p>
<p>4,«Книга странствий» [создание 10ти интересных квестов],http://s1.uploads.ru/i/2zdjc.png</p>
<p>5,«Пески времени» [отыгранные 10 флешбэков],http://s1.uploads.ru/i/iqM4l.png</p>
<p>6,«Двигатель прогресса» [неоценимая помощь в области рекламы],http://s1.uploads.ru/1WBtA.png</p>
<p>7,«Male» [создание мужского персонажа],http://s1.uploads.ru/g3ywW.png</p>
<p>8,«Писатель» [создание трех и более грамотных и интересных квестов],http://s1.uploads.ru/l58SA.png</p>
<p>9,«Мегамозг» [генератор сюжетных идей],http://s1.uploads.ru/HcqZM.png</p>
<p>10,«Ветеран» [более года в игре],http://sf.uploads.ru/yEXOg.png</p>
<p>11,«Кейс соблазна» [За вручение 20ти подарков игрокам],http://s1.uploads.ru/kCwcM.png</p>
<p>12,«Сокровище нации» [участие в 10 квестах],http://s1.uploads.ru/wb2W0.png</p>
<p>13,«Торт союза» [заключенный в игре брак],http://s1.uploads.ru/Jn0sy.png</p>
<p>14,«Неразлучники» [в паре с,http://s1.uploads.ru/KAp3D.png</p>
<p>15,«Секс-машина» [участие более чем в 10 постельных сценах],http://s1.uploads.ru/NYKL1.png</p>
<p>16,«Всеобщий любимец» [репутация в +100 пунктов],http://s1.uploads.ru/ABe4L.png</p>
<p>17,«Медаль за отвагу» [игра за каноничного персонажа],http://s1.uploads.ru/e34hs.png</p>
<p>18,«Перо-скороход» [набор 1000 сообщений на форуме],http://s1.uploads.ru/kiJ4O.png</p>
<p>19,«Стиляга» [самому стильному мужчине форума],http://s1.uploads.ru/tMEuV.png</p>
<p>20,«Стильная штучка» [самой модной и стильной девушке форума],http://s1.uploads.ru/xRlPU.png</p>
<p>21,«Казанова» [покорителю женских сердец],http://s1.uploads.ru/z78GI.png</p>
<p>22,«Плюшевая радость» [подарок для самой очаровательной девушки],http://s1.uploads.ru/9KZkf.png</p>
<p>23,«Чешир» [самому обаятельному мужчине форума],http://s1.uploads.ru/WTDYo.png</p>
<p>24,«Пример для всех» [самому пунктуальному игроку],http://s1.uploads.ru/HQ8wT.png</p>
<p>25,«Чили» [самому "горячему" персонажу],http://s1.uploads.ru/fISWT.png</p>
<p>26,«Профессор» [самому умному и находчивому персонажу],http://s1.uploads.ru/egQ0S.png</p>
<p>27,«Энциклопедия» [набор 3000 сообщений на форуме],http://s1.uploads.ru/prMAx.png</p>
<p>28,«Великий сказочник» [набор 6000 сообщений на форуме],http://s1.uploads.ru/ugk2p.png</p>
<p>29,«Хранитель короны» [безвозмездная помощь в развитии форума],http://s1.uploads.ru/VfbCz.png</p>
<p>30,«Эликсир молодости» [создание вампира],http://s3.uploads.ru/6WwM9.png</p>
<p>31,«Стейк с кровью» [создание оборотня],http://s1.uploads.ru/7NMG9.png</p>
<p>32,«Критик» [отзыв с оценкой 5 на RPG-TOP],http://s1.uploads.ru/FCg4I.png</p>
<p>33,«Маньяк» [совершение более пяти кровавых убийств],http://s1.uploads.ru/BKnWE.png</p>
<p>34,«Практик» [проведение более пяти магических ритуалов],http://s1.uploads.ru/eI1wD.png</p>
<p>35,«Voodoo» [создание жреца вуду],http://sf.uploads.ru/lDEpy.png</p>
<p>36,«Пиарист» [более 500 рекламных сообщений],http://s1.uploads.ru/FhKJC.png</p>
<p>37,«Череп из коллекции» [отрицательному и самому коварному персонажу],http://s1.uploads.ru/aUR3T.png</p>
<p>38,«Витамины счастья» [самому веселому и позитивному персонажу],http://s1.uploads.ru/yOqH2.png</p>
<p>39,«Козырь в рукаве» [создание человека-экстрасенсорика],http://s9.uploads.ru/9n6vg.png</p>
<p>40,«Коллекционное оружие» [создание федерального маршала/охотника на нежить],http://s1.uploads.ru/Fq457.png</p>
<p>41,«Символ закона» [создание полисмена/стража порядка],http://s2.uploads.ru/MZVpE.png</p>
<p>42,«Зомби-мастер» [создание аниматора],http://sf.uploads.ru/RKYz1.png</p>
<p>43,«Золотая маска» [участие в квесте «Новые горизонты»],http://s4.uploads.ru/R9LwZ.png</p>
<p>44,«Кровавая маска» [участие в квесте «Арлекин»],http://se.uploads.ru/kD1Ji.png</p>
<p>45,«Власть над мертвыми» [создание некроманта],http://s8.uploads.ru/dP0gE.png</p>
<p>46,«Котел изобилия» [создание человека-метафизика],http://s5.uploads.ru/ARpBZ.png</p>
<p>47,«Female» [создание женского персонажа],http://s1.uploads.ru/xl4C5.png</p>
<p>48,«Золотой скарабей» [репутация в +300 пунктов],http://s4.uploads.ru/N7GDM.png</p>
<p>49,«Призрак пустыни» [создание ламии/ламмаса],http://sf.uploads.ru/ItWJn.png</p>
<p>50,«El espiritu grande» [создание джинна],http://s2.uploads.ru/78IEU.png</p>
<p>51,Лучший персонаж Октября,http://sa.uploads.ru/9uam0.png</p>
<p>52,Лучший персонаж Ноября,http://sf.uploads.ru/8TbUy.png</p>
<p>53,Лучший персонаж Декабря,http://sf.uploads.ru/oeE0V.png</p>
<p>54,Лучший персонаж Января,http://se.uploads.ru/NlF0u.png</p>
<p>55,Лучший персонаж Февраля,http://s1.uploads.ru/z78GI.png</p>
<p>56,Лучший персонаж Марта,http://s1.uploads.ru/j7o8G.png</p>
<p>57,Лучший персонаж Апреля,http://sh.uploads.ru/DgZiO.png</p>
<p>58,Лучший персонаж Мая,http://sg.uploads.ru/xc9U5.png</p>
<p>59,Лучший персонаж Июня,http://s1.uploads.ru/VHjT7.png</p>
<p>60,Лучший персонаж Июля,http://s7.uploads.ru/653n2.png</p>
<p>61,Лучший персонаж Августа,http://s2.uploads.ru/gYW5u.png</p>
<p>62,Лучший персонаж Сентября,http://s6.uploads.ru/5sjAx.png</p>
<p>63,«Головоломка» [участие в квесте «JOKER. Introduction»],http://sd.uploads.ru/H85Zu.png</p>
<p>64,«Золотой фараон» [репутация в +666 пунктов],http://s5.uploads.ru/mQniF.png</p>
<p>65,«Всевидящее Око» [участие в квесте «Wild Hunting»],http://s1.uploads.ru/bLUCV.png</p>
<p>66,«Мозголом» [участие в квесте «JOKER. Friendly Foes»],http://sd.uploads.ru/Oq1xW.png</p>
<p>67,«Медаль за отвагу» [игра за акционного персонажа],http://s1.uploads.ru/e34hs.png</p>
<p>68,«Медаль за отвагу» [игра за квестового персонажа],http://s1.uploads.ru/e34hs.png</p>
<p>69,«Медаль за отвагу» [игра за персонажа по заявке],http://s1.uploads.ru/e34hs.png</p>
<p>70,«Золотая пирамида» [репутация в +1000 пунктов],http://s6.uploads.ru/AYrCZ.png</p>
<p>71,«Святая вода» [участие в квесте «Ангелы Чарли»],http://s3.uploads.ru/HPQW6.png</p>
<p>72,ФОРУМУ ШЕСТЬ ЛЕТ [26.07.2016],http://s6.uploads.ru/7pwgT.png</p>
<p>73,«ШЕСТЬ ЛЕТ со дня основания форума» [26.07.2010],http://s6.uploads.ru/Fdfp3.png</p>
<p>74,«...» [...],...</p>
</div>
<script type="text/javascript">
var NumPole=5; //Номер доп поля c наградками;
var listMedal=[];
$("#Myawrd p").each(function(j){
listMedal[j]=[];listMedal[j]=$(this).html().replace(/\s*(\d+),\s*(.*?),\s*(http.*)/ig,'$1,,$2,,$3').split(',,');});
var NamFld = '.pa-fld'+NumPole;
var awSTrt = '<img width="48" class=awards src="';
$("div.post-author "+ NamFld).each(function () {
if($(this).html()!=null){
var L = $(this).html().replace(/^.+:(?:[\s]|<br>)/ig,'')
var L0=$(this).html().replace(/^(.+:)[\s\S]*$/igm,'$1')+'<br>';$(this).html(L0)
var Thisaw = L.split(',');
for (j=0; j< Thisaw.length; j++){
Dp='';var x=Thisaw[j];x=x.replace(/(\d+)#.+$/img,'$1');Dp=(Thisaw[j].replace(x,'')).replace(/^#/i,'');
for (i=0; i< listMedal.length; i++){ //alert(Thisaw[j]+","+listMedal[i][0])
if(x==listMedal[i][0]){L='<span title="'+listMedal[i][1]+' '+Dp+'" class="tooltip4">'+awSTrt+listMedal[i][2]+'"/></span>';
//alert(L)
$(this).append(L);break;}
}
};}
});
$("span.tooltip4").tipsy({gravity: 's title-awards'});
</script><!--End//Медальки в профиль(топик)-->
<!--отделение важных тем-->
<script type="text/javascript">
if (document.URL.indexOf("viewforum")!=-1)
{var trs=document.getElementById('pun-main').getElementsByTagName("table")[0].rows
var io=1
for (io=1; io<=(trs.length-1); io++)
{if ((trs[io].className.indexOf("isticky")!=-1)&&(io==1))
{var portant=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(1)
var im=portant.insertCell(0)
im.innerHTML="<b>Важные темы</b>"
im.style.color="#965c49"
im.style.paddingBottom = "5px"
im.style.paddingTop = "5px"
im.style.backgroundColor="none"
im.colSpan="6"}
else if ((trs[io].className.indexOf("isticky")!=-1)&&(trs[io+1].className.indexOf('isticky')==-1))
{var normal=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(io+1)
var normal1=normal.insertCell(0)
normal1.innerHTML="<b>Простые темы</b>"
normal1.style.color="#965c49"
normal1.style.paddingBottom = "5px"
normal1.style.paddingTop = "5px"
normal1.style.backgroundColor="none"
normal1.colSpan="6"
}}}
</script>
<!--Кнопка смайлов-->
<style type="text/css">
#button-smiles {background-image:url('http://i018.radikal.ru/0805/21/e9ec1c89475a.jpg'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat}
</style>
<!--Новое ЛС-->
<script language="JavaScript">
var str = new String(document.getElementById("navpm").innerHTML)
var str2 = new String(document.location)
if( (str.indexOf("(") != -1) && (str2.indexOf("messages.php") == -1) )
{
alert("Вам пришло новое Личное Сообщение!")
}
</script>
<!--Выделить код-->
<script type="text/javascript">
function select_text(elem) {
if(window.getSelection) {
var s=window.getSelection();
if(s.setBaseAndExtent){
s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);
}
else {
var r=document.createRange();
r.selectNodeContents(elem);
s.removeAllRanges();
s.addRange(r);
}
}
else if(document.getSelection){
var s=document.getSelection();
var r=document.createRange();
r.selectNodeContents(elem);
s.removeAllRanges();
s.addRange(r);
}
else if(document.selection){
var r=document.body.createTextRange();
r.moveToElementText(elem);
r.select();
}
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
}
}
</script>
<!--Запрет для рекламы на изменение аватара и подписи--><script type="text/javascript">
var a =document.URL
var b=document.getElementById('pun-status').innerHTML
if (b.indexOf("Publicité")!=-1)
{
if ((a.indexOf("signature")!=-1)||(a.indexOf("section=avatar")!=-1))
{document./h2getElementsByName('update')[0].onclick=noChange}
else if (a.indexOf("upload-avatar")!=-1)
{document.getElementsByName('urload')[0].onclick=noChange}}
function noChange()
{alert ("Данная функция недоступна!")
return false}
</script>
<!-- Запрет на копирование гостям -->
<script type="text/javascript">
function disableSelection(target){
if (typeof target.onselectstart!="undefined")
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined")
target.style.MozUserSelect="none"
else
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
if (document.getElementById("pun_wrap")) {
if (GroupID == 3)
disableSelection(document.getElementById("pun-viewtopic"));
}
</script>
<!-- конец скрипт запрета -->
<!-- масштабирование формы ответа мышкой--><style>
div.grippie {
background: url(https://forumstatic.ru/files/000d/56/27/45353.png) no-repeat scroll center 2px;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
}
</style>
<script type="text/javascript" src="http://hostjs-mybb2011.narod.ru/js/jquery.textarearesizer.compressed.js"></script>
<script type="text/javascript">
/* jQuery textarea resizer plugin usage */
$(document).ready( function() {
$('textarea:not(.processed)').TextAreaResizer();
});
</script><!--//End.масштабир-->
<!--Минуем страницу перехода-->
<script type="text/javascript">
var a = document.getElementsByTagName("a")
for( i=0; i<a.length; i++ )
{
if( a.href.indexOf("http://" + document.domain + "/click.php?http://") != -1 )
{
a[i].href = "http://" + a[i].href.substring(a[i].href.lastIndexOf("http://")+7)
}
}
</script>
<!--дополнительные медиахостинги v.2 © Romych-->
<script type="text/javascript">
$(document).ready(function(){
var media2=['kiwi.kz','rutv.ru','soundcloud.com','purevolume.com','livestream.com','coub.com','pleer.com','video.jampo.tv','yapfiles.ru','realmusic.ru','1plus1.ua','jamendo.com','mail.ru'];
$('.media_link img').tipsy({live:true,gravity:'s',fade:true});$('#video-area-hsel').addClass('media-t1');$('#video-area').prepend('<div id="media-wrapper"><ul class="media-tabs tabs1"><li class="media-t1 tab-current"><a>Первый список</a></li><li class="media-t2"><a>Второй список</a></li></ul><br><div class="media-t2"></div></div><br>');jQuery.each(media2,function(i){$('#video-area div.media-t2').append('<a class="media_link" href="javascript:void(0)"> <img style="padding: 5px;" alt="'+media2[i]+'" title="'+media2[i]+'" src="https://plus.google.com/_/favicon?domain='+media2[i]+'"> </a>');});$('#video-area div.media-t2').append('<br><br><div id="video-area-tcon2"><div id="video-area-thd2">Вставьте iframe-код медиафайла (аудио, видео)</div><textarea id="video-area-tinp2" onclick="this.select();"></textarea><div id="video-area-msg2" style="margin: 0.5em 0;padding: 0.3em;"></div></div><div id="video-area-actions2"><a class="frame_host" href="javascript:void(0)" >Вставить</a> <a onclick="changeVisibility(\'video-area\'); return false;"href="#">Закрыть</a></div>');$('a.frame_host').click(function(e){var self=$('#video-area-tinp2');setTimeout(function(e){var paste=$(self).val();paste=paste.replace(/'/gi,'"');var frm=[];if(paste.indexOf('param name="movie"')!=-1){frm=paste.split(/param name=\"movie\" value=\"(.*?)\"/i);}
if((paste.indexOf('<iframe')!=-1)||(paste.indexOf('<embed')!=-1)){frm=paste.split(/src=\"(.*?)\"/)};if(paste.indexOf('data=')!=-1){frm=paste.split(/data=\"(.*?)\"/)};if(frm[1].slice(frm[1].indexOf('.swf')+4).length<=2){var fls=paste.split(/param name=\"flashvars\" value=\"(.*?)\"/i);frm[1]=frm[1]+'?&'+fls[1]};var wd=paste.split(/width=\"(.*?)\"/);var hg=paste.split(/height=\"(.*?)\"/);for(var i=0;i<media2.length;i++){if(frm[1].indexOf(media2[i])!=-1){insert('[video2='+wd[1]+'|'+hg[1]+']'+frm[1]+'[/video2]\n');changeVisibility('video-area');$(self).val('');}
else{$('#video-area-msg2').text('Неподдерживаемый хостинг.');$(self).val('');}};},0);});$('ul.media-tabs.tabs1 li').click(function(){var thisClass=this.className.slice(0,8);$('div.media-t1, div.media-t2, div.media-t3').hide();$('div.'+thisClass).fadeToggle('fast');$('ul.media-tabs.tabs1 li').removeClass('tab-current');$(this).addClass('tab-current');});var ls=document.querySelectorAll(".post-content p");for(x in ls){var pst=ls[x].innerHTML;for(var i=0;i<media2.length;i++){if(pst.indexOf(media2[i])!=-1){pst=pst.replace(/\[video2=(.*?)\|(.*?)\](.*?)\[\/video2\]/gi,'<br /><iframe width="$1" height="$2" src="$3" frameborder="0" allowfullscreen></iframe>');}}
ls[x].innerHTML=pst;}});
</script>
<!--Баннеры на виду-->
<div id="banners"><blockquote><center>
<!-- begin of Top100 code -->
<script id="top100Counter" type="text/javascript" src="http://counter.rambler.ru/top100.jcn?3002925"></script>
<noscript>
<a href="http://top100.rambler.ru/navi/3002925/">
<img src="http://counter.rambler.ru/top100.cnt?3002925" alt="Rambler's Top100" border="0" />
</a>
</noscript>
<!-- end of Top100 code -->
<a href="http://forum-top.ru/vote/733" title="Поддержать форум на Forum-top.ru" target="blank"><img src="http://forum-top.ru/uploads/buttons/forum-top_88x31_3.gif" alt="Поддержать форум на Forum-top.ru" /></a>
<a href="http://top.roleplay.ru/11974" target="top_"><img src="http://img.rpgtop.su/rpgtop2.gif" alt="Рейтинг Ролевых Ресурсов" border="0" width="88" height="31"></a>
<a href="http://redzone.rusff.ru/" target="_blank"><img src="https://forumstatic.ru/files/0012/aa/ba/42396.png" alt="Красная зона"/></a>
<a href="http://francophonie.rusff.ru/" target="_blank"><img src="https://forumstatic.ru/files/0013/46/ce/58329.gif" title="La Francophonie: un peu de Paradis, магия мюзиклов" alt="Francophonie" border="0" width="88" height="31"></a>
<a href="http://marvelbuddies.rusff.ru/" title="Marvel: buddies of the universe" target="_blank"><img src="https://forumstatic.ru/files/0014/14/ac/56359.png" width="88px" height="31px"></a>
<a href="http://brin.rusff.ru" title="New Orleans: War of Change" target='_blank'><img src='http://s003.radikal.ru/i202/1510/61/e3e3e718e4ca.gif'></a>
</center></blockquote></div>
<!--Баннеры под кнопкой-->
<div id="banners">
<br>
<div align=center><a href="#" onclick=" obj=this.parentNode.childNodes[1].style;
tmp=(obj.display!='block') ? 'block' : 'none'; obj.display=tmp; return false;">
<img src="https://forumstatic.ru/files/000d/56/27/91654.png" /></a><div style="display: none">
<br>
<center><b><font face="Georgia", size="1", color="maroon">КАТАЛОГИ И СЧЕТЧИКИ</font></b></center>
<center>
<a title="Каталог фэнтези сайтов Палантир" href='http://palantir.in/?from=11385' target='_blank'>
<script type="text/javascript">
Md=document;Mnv=navigator;
Mrn=Math.random();Mn=(Mnv.appName.substring(0,2)=="Mi")?0:1;Mp=0;Mz="p="+Mp+"&";
Ms=screen;Mz+="wh="+Ms.width+'x'+Ms.height;My="<img src='http://palantir.in/count.php?id=11385&cid=concept_8.gif";My+="&cntc=none&rand="+Mrn+"&"+Mz+"&referer="+escape(Md.referrer)+'&pg='+escape(window.location.href);My+="' alt='Palantir' title='Каталог фэнтези сайтов Палантир' border='0' width='88px' height='31px'>";Md.write(My);</script>
<noscript><img src="http://palantir.in/count.php?id=11385&cid=concept_8.gif" alt='Palantir' title="Каталог фэнтези сайтов Палантир" border=0 width="88px" height="31px"></noscript>
</a>
<a href="http://www.diary.ru/~never-where"><img height="31px;" width="88px;" border="0" alt="Реклама текстовых ролевых игр" title="Реклама текстовых ролевых игр" src="http://static.diary.ru/userdir/6/7/1/4/671413/73075332.jpg" /></a>
<a href="http://colorforum.ru" target="_blank"> <img src="https://forumstatic.ru/files/000c/77/06/10239.gif"> </a>
<a href="http://urchoice.rolka.su/" target="_blank"><img src="http://s2.uploads.ru/1tCcd.png" title="Каталог форумов" alt="LYL"></a>
<a target="_blank" href="http://myfrpg.com" title="Ролевой Каталог 'ТАНКЪ'"><img src="http://myfrpg.com/styles/prosilver/theme/img/tank.gif" border="0"></a>
<a href="http://imagiart.ru/" title="photoshop: Renaissance" target=_blank> <img src="http://s1.uploads.ru/5ls0J.gif" border="0" alt="photoshop: Renaissance"></a>
<a href="http://sweet-zephyr.ru/"><img src="http://sg.uploads.ru/2C6Na.jpg" alt="Зефир, помощь ролевым" title="Зефир, помощь ролевым" /></a>
<a href="http://coffeebreak.rusff.ru/" target="_blank"> <img src="http://savepic.net/5427620.png" border="0" width="88" height="31" title="Ролевой Каталог CoffeeBreak"></a>
<a href="http://sowlart.artbb.ru/" target="_blank"><img src="http://funkyimg.com/i/UaSi.png" title="SOWL ART" width="88" border="0" height="31"></a>
</center>
<br>
<center><b><font face="Georgia", size="1", color="maroon">БАННЕРЫ</font></b></center>
<center>
<a href="http://ff7.rusff.ru/" title="Ролевая игра по мотивам фантастического мира Final Fantasy VII с дополнениями из других Final Fantasy" target='_blank'><img src='https://forumstatic.ru/files/0013/83/56/53597.gif'></a>
<a href="http://thelword.rusff.ru/"><img src="http://savepic.net/747123.gif"alt="[The L Word]" width="88" height="31"></a>
<a target="_blank" href="http://znakras.rolka.su" title="Знак Рас: наследие Синиструма. Авторский фентези-мир."><img src="http://s001.radikal.ru/i193/1203/23/0a48ac63206b.gif" ></a>
<a href="http://omerta.rusff.ru/" target="_blank"><img src="http://uploads.ru/i/u/c/X/ucXVZ.gif"></a>
<a href="http://daantebellum.rolka.su/"><img src="http://s1.uploads.ru/i/t0FGj.gif" border="0" width="85" height="31" alt=" Dragon Age: Ante Bellum"></a>
<a href="http://www.misteria7.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://img.ii4.ru/images/2012/06/23/239175_b575be678021.gif" border="0" alt="" /></a>
<a href="http://citadelzla.mybb.ru/"><img src="http://s2.uploads.ru/EKtGh.gif"></a>
<a href="http://trajectory.rusff.ru/" target="_blank"><img src="http://savepic.ru/3517620.png" title="Центр обучения наделённых Даром подростков. 18+" border="0" width="88" height="31"></a>
<a target="_blank" href="http://fatariya.ru/"><img title="Авторская фэнтези-ролевая, представляющая собой целый мир и соответствующая примерно XVII веку нашей реальности." src="http://uploads.ru/i/u/5/Q/u5QV8.png" alt="За гранью реальности" /></a>
<a href="http://got.f-rpg.ru/"><img src="http://s2.uploads.ru/JRVeC.gif" border="0" title="GAME OF THRONES: winter has come" width="88" height="31"></a>
<a href="http://namvnebo.ru/" title="Современная Греция. Афины. Люди, способные управлять силой Богов. Найдешь себя в этом мире, смертный?..." target="blank"><img src="http://savepic.su/2099127m.gif"></a>
<a href="http://twbellumsanguinis.mybb.ru/" title="Teen Wolf. Война крови" target="blank"><img alt="Teen Wolf" src="http://savepic.su/2371393m.gif"></a>
<a href="http://trinity-world.ru/" target=_blank>
<img src="http://s7.uploads.ru/PCdkV.jpg"
width=88 height=31 title="Троемирье: ветра свободы." alt="Троемирье: ветра свободы." border=0></a>
<a href="http://tlkthebeginning.ru/" target="blank"><img src="http://s6.uploads.ru/7DJCj.gif" alt="Король Лев. Начало"></a>
<a href="http://caineville.6bb.ru/"title="Каинвилль" target="blank"><img src="http://i.imgur.com/TtRkjY8.gif"/></a>
<a href="http://miyron.rolka.su" target="_blank" ><img src="http://hunterworld.ucoz.ru/buttons/mijron.gif" border="0" title="Мийрон" alt="Мийрон"/></a>
<a href="http://irondiferer.diary.ru/"><img src="http://img-fotki.yandex.ru/get/6809/47529448.90/0_bcd82_27e8b3ca_orig" /></a>
<a href="http://imperiaokov.nc-21.ru/">
<img src="http://sf.uploads.ru/8MdyR.gif" width="88" height="31" border="0" alt="Империя оков"/></a>
<a href="http://naruto-gaiden.ru/" target="_blank"><img src="http://s017.radikal.ru/i442/1501/13/483e4f7b62d7.gif" title="Naruto Gaiden" border="0" /></a>
<a href="http://civilwar.f-rpg.ru/" title="Marvelwars" target="_blank"><img src="http://civilwar.f-rpg.ru/files/0015/a8/18/13386.png" width="88px" height="31px"></a>
<a href="http://tracesofthepast.rolbb.ru/" target="top_"title="Следы прошлого"><img src="http://s7.uploads.ru/aBfqM.gif" alt="Рады вам" border="0" width="88" height="31"></a>
<a href="http://wolveslife.3bb.ru" target="_blank"><img src="http://s010.radikal.ru/i311/1505/d9/0eb55a7dbb0c.png" title="Волки. Инстинкт зовет!"></a>
<a href="http://dogovor.rusff.ru" title="Княжество Хайльберг. Фэнтези и мистика в антураже XIX века." target="blank"><img src="https://forumstatic.ru/files/0014/86/80/24363.jpg"></a>
<a target="_blank" href="http://drugoy-mir.ucoz.ru/forum"><img src="http://s44.radikal.ru/i106/0902/ce/c3ff087b32d6.gif" ></a>
<a href="http://reilana.mybb.ru/"><img src="http://s7.uploads.ru/S43Tz.gif" ></a>
</center>
<br>
</div>