<!--вторая часть кода для смены имиджа в каждом посте (аватары) -->
<style>.punbb .pa-avatar img {max-width:190px;height:auto;}</style>
<script type="text/javascript">
//========== HTML-низ START СЕКЦИЯ ======================================//
OnSmenaImage("Green Woods New York", new Array("Louise Rosier", "Terry Lenz", "Billie McKey", "Статист", "Michael Troy", "Amanda Curtis", "Andrea Riveira", "Tyler Durden", "Stranger"))
OnSmenaImage("////////", new Array("Louise Rosier", "Terry Lenz", "Billie McKey", "Michael Troy", "Amanda Curtis", "Статист", "Ник4", "Stranger", "Tyler Durden"))
var AvtrArr=new Array(
"http://s2.uploads.ru/t/KD7yk.jpg", //Ссылки на картинки Аватар
"http://s3.uploads.ru/t/0zPEN.jpg",
"http://s7.uploads.ru/t/CpH3c.jpg",
"http://s3.uploads.ru/t/T73UL.jpg",
"http://s6.uploads.ru/t/bjkAm.jpg",
"http://s6.uploads.ru/t/S2Ays.jpg",
"http://s2.uploads.ru/t/elsJW.jpg",
"http://s3.uploads.ru/t/Gzqlx.jpg",
"http://s3.uploads.ru/t/kLYcU.jpg",
"http://s7.uploads.ru/t/WMNFf.jpg",
"http://s7.uploads.ru/t/l6072.jpg",
"http://s7.uploads.ru/t/nUd9g.jpg",
"http://s7.uploads.ru/t/DYey4.jpg",
"http://s7.uploads.ru/t/Hh8cW.jpg",
"http://s2.uploads.ru/t/29RT0.jpg",
"http://s2.uploads.ru/t/7efzC.jpg" //End myarray_!!Последняя ссылка без Запятой!!!
)
StartNIZ(); //
//======= end HTML-низ START СЕКЦИЯ =====================================//
</script>
<!-- Убираем лишнюю строку после цитаты и кода / © Alex_63 -->
<script type="text/javascript">$('.post-content').each(function(){$(this).html($(this).html().replace(/<\/div><p><br>/g,'</div><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><!--Оставляем цифру Новых сообщений. -->
var clr=($("#navpm a").css("color"));var chng=" (";
var subs="</span><span style=\"color:"+clr+";\" id=\"news_messag\">(";
$("#navpm a").html($("#navpm a").html().replace(chng,subs));
$("#news_messag").appendTo("#navpm");
</script>
<!--Уведомление о личке. -->
<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>
if(document.URL.indexOf("/profile.php?id=")!=-1&&GroupID == 3){
$("#profile-right li:contains('Последнее сообщение:')").hide()
}
if(document.URL.indexOf("/profile.php?id=")!=-1&&GroupID == 3){
$("#profile-right li:contains('Уважение:')").hide()
}
if(document.URL.indexOf("/profile.php?id=")!=-1&&GroupID == 3){
$("#profile-right li:contains('Позитив:')").hide()
}
</script>
<script type="text/javascript">
var a=$('#pun-profile #profile-right li span>a[href*="/invitation.php?id"]')
a.parent().parent().hide();
</script>
<!--меняем название спойлера -->
<script type="text/javascript">
$(".post-box .quote-box.spoiler-box div[onclick*='toggleClass']").each(function() {
$(this).html($(this).html().replace('Свернутый текст', 'далее'));
});
</script>
<script type="text/javascript">
$('#pun-main div.category > h2 div.catleft').after('<a href="#" onclick="categorytoggle(this); return false;" style="float: right;">'+aimg.open+'</a>');
for(var i=1;i<=$('#pun-main div.category').length;i++)
if(getcookie('pun-category'+i)=='close'){
$('#pun-category'+i+' > div.container').css({display: 'none'});
$('#pun-category'+i+' > h2 > a').html(aimg.close)
}
</script>
<!--меняем название Активные -->
<script type="text/javascript">
var link="http://greenrpg.ru"
function changeLink()
{var arr=document.links
for (j in arr)
{
if (arr[j].href==""+link+"/online.php")
{arr[j].innerHTML="In Green Woods"}
}}
changeLink()
</script>
<!--подпись по умолчанию -->
<script type="text/javascript">
if (document.URL.indexOf("viewtopic")!=-1)
{var sigs=document.getElementById('pun-main').getElementsByTagName("div")
var v=0
for (v=0; v<=(sigs.length-1); v++)
{if (sigs[v].className=="post-content")
{if (sigs[v].innerHTML.toLowerCase().indexOf("<span>подпись автора</span>")==-1)
{sigs[v].innerHTML=sigs[v].innerHTML+"<dl class='post-sig'><dt><span>Подпись автора</span></dt><dd><p>"+"Заполните подпись в соответствии с образцом.<br> Ничего, кроме указанного администрацией, в ней быть не должно."+"</p></dd></dl>"}}}}
</script>
<script>
<!--
greet="<font color=#383838>С возвращением,</font> "
str = document.getElementById("pun-status").innerHTML
pos = str.indexOf("Привет")
document.getElementById("pun-status").innerHTML=str.substring(0,pos)+greet+str.substring(pos+8,str.length-1)
visit="<font color=#383838>Последний раз вы были в Нью-Йорке - </font> "
str = document.getElementById("pun-status").innerHTML
if( (pos=str.indexOf("Ваш последний визит")) != -1 )
document.getElementById("pun-status").innerHTML=str.substring(0,pos)+visit+str.substring(pos+21,str.length-1)
-->
</script>
<script type="text/javascript">
function changeLink()
{var arr=document.links
for (j in arr)
{
if (arr[j].innerHTML=="Уважение")
{arr[j].innerHTML="Респекты"}
}}
changeLink()
</script>
<!--Убрать название полей профиля под аватаром-->
<script type="text/javascript">
var A=[1,2,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>
$("#pun-profile #profile-right li span:contains('Кнопки:')").hide()
$("#pun-profile #profile-right li span:contains('Личные данные:')").hide()
$("#pun-profile #profile-right li span:contains('Награды | Подарки | Банк:')").hide()
</script>
<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)&&(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="<center><b></b></center>"
normal1.style.color="#a49cad"
normal1.style.paddingBottom = "27px"
normal1.style.paddingTop = "6px"
normal1.style.backgroundImage="url(http://forumstatic.ru/files/0016/d5/29/53449.jpg)"
normal1.colSpan="6"
}}}
</script>
<style>
#button-L {background-image:url('http://uploads.ru/i/7/Y/J/7YJP8.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:16px; width:100%}
</style>
<!--кнопка тегов картинки-->
<script>
var Ls="[",oldIMG="<td onclick=\"bbcode('"+Ls+"img]','"+Ls+"/img]')\" id=\"button-image\" title=\"Изображение2\"><img src=\"/i/blank.gif\"/><b><p style=\"z-index:20!important;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>
<!--автовход рекламе-->
<script type="text/javascript">
PiarNik="Реклама";
PiarPas="1111";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<li id=\"navpiar\"><a href=\"#\" onclick=\"PiarIn();return false\"><span><img alt=\"PR\" src=\"http://forumstatic.ru/files/0016/d5/29/32038.png\"/></span></a></li>";
if($("#navlogin").html()!=null){
$("#navlogin").after(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>
<script>
if(document.URL.indexOf("/profile.php?id=")!=1&&GroupID != 1){
$("#profile p.datafield:contains('Зарегистрирован:')").hide()
}
</script>
<script>
if(GroupID == 3||GroupID == 5)
$('#profile-right li:contains("Последнее сообщение:")').hide()
</script>
<style type="text/css">
#button-spoiler {background-image:url('http://s3.uploads.ru/IgLjU.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat}
</style>
<script>
function addSpoiler(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[spoiler]",from))==-1) return str;
if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str;
newpos=str.indexOf("[spoiler]",pos+9)
if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str;
str=str.substring(0,pos)+makeSpoiler(str.substring(pos+9,pos2))+str.substring(pos2+10,str.length)
if( str.indexOf("[spoiler]")!=-1 && internal==false) str=addSpoiler(str,0,false)
return str}
function makeSpoiler(txt){
txt="<div class=quote-box style='padding:4px'><cite style='width:100%'><input style='width:40px; margin-left:91%;font-size:11px;color:#a49cad;'type='button' value='open' onclick='hideSpoiler(this)'></cite><blockquote style='display:none'>"+txt+"</blockquote></div>"
return txt}
function hideSpoiler(sp){
spoiler=sp.parentNode.parentNode.getElementsByTagName("blockquote")[0]
if(spoiler.style.display=='none'){
spoiler.style.display='inline'
sp.value='close'}
else{
spoiler.style.display='none'
sp.value='open'}}
if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addSpoiler(post.innerHTML,0,false)}}
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(19).innerHTML="<img id=\"button-spoiler\" title=\"Spoiler\" onclick=\"bbcode('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />"
</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>
<!-- //=Универсальная Кнопка Ч2-HTML низ//Скрытие Категорий и т.д.-->
<div id="CNtButton" style="display:none;">
<span class="Show-Hide" alt="###">
<span class="b-Hide">
<font color=#8a3f2c>Скрыть</font>
</span>
<span class="b-Show" style="display:none">
<font color=#8a3f2c>Показать</font>
</span>
</span>
</div>
<script type="text/javascript">var DD=$("#CNtButton").html().split('###');
var a = ".item5:eq(2) > div";var L=DD[0]+a+DD[1];$(a).before(L);
</script><!-- //End-/Универсальная Кнопка//Скрытие Категорий и т.д.-->
<script type="text/javascript">
var nabor2 = ['http://savepic.net/420938.gif',
'http://savepic.net/422986.gif',
'http://savepic.net/416842.gif',
'http://savepic.net/402506.gif',
'http://savepic.net/396362.gif',
'http://savepic.net/453709.gif',
'http://savepic.net/454733.gif',
'http://savepic.net/448589.gif',
'http://savepic.net/446541.gif',
'http://savepic.net/437325.gif',
'http://savepic.net/440397.gif',
'http://savepic.net/428109.gif',
'http://savepic.net/432205.gif',
'http://savepic.net/430157.gif',
'http://savepic.net/419917.gif',
'http://savepic.net/432204.gif',
'http://savepic.net/430156.gif',
'http://savepic.net/424012.gif',
'http://savepic.net/412748.gif',
'http://savepic.net/416844.gif',
'http://savepic.net/414796.gif',
'http://savepic.net/404556.gif',
'http://savepic.net/402508.gif',
'http://savepic.net/407628.gif',
'http://savepic.net/408652.gif',
'http://savepic.net/406604.gif',
'http://savepic.net/393292.gif',
'http://savepic.net/399436.gif',
'http://savepic.net/397388.gif',
'http://static.diary.ru/picture/1396.gif',
'http://static.diary.ru/picture/1205.gif',
'http://static.diary.ru/picture/497577.gif',
'http://static.diary.ru/picture/1219.gif',
'http://static.diary.ru/picture/3230776.gif',
'http://static.diary.ru/picture/2430097.gif',
'http://static.diary.ru/picture/4704643.gif',
'http://static.diary.ru/picture/1508.gif',
'http://static.diary.ru/userdir/0/0/0/0/0000/12207413.gif',
'http://static.diary.ru/picture/4707289.gif',
'http://static.diary.ru/picture/1979527.gif',
'http://static.diary.ru/picture/574580.gif',
'http://static.diary.ru/picture/574615.gif',
'http://static.diary.ru/picture/498203.gif',
'http://static.diary.ru/picture/620368.gif',
'http://static.diary.ru/userdir/0/0/0/0/0000/10099685.gif',
'http://s4.uploads.ru/dyKIZ.gif',
'http://static.diary.ru/picture/2430472.gif',
'http://s5.uploads.ru/jQ4wc.gif',
'http://s5.uploads.ru/apO0o.gif',
'http://static.diary.ru/picture/620301.gif',
'http://s5.uploads.ru/miraI.png',
'http://s4.uploads.ru/HcXIn.png',
'http://static.diary.ru/picture/574593.gif',
'http://static.diary.ru/picture/1181.gif',
'http://static.diary.ru/picture/1182.gif',
'http://s5.uploads.ru/FyQtH.gif',
'http://s4.uploads.ru/b1tCf.gif',
'http://s4.uploads.ru/5OY8I.gif',
'http://s5.uploads.ru/e2Dg0.gif',
'http://static.diary.ru/picture/1210.gif',
'http://static.diary.ru/picture/3232043.gif',
'http://static.diary.ru/userdir/0/0/0/0/0000/12201801.gif',
'http://static.diary.ru/picture/620527.gif',
'http://static.diary.ru/picture/1514.gif',
'http://static.diary.ru/picture/498107.gif',
'http://s5.uploads.ru/oDVAj.gif',
'http://s5.uploads.ru/fCExb.gif',
'http://s4.uploads.ru/8cASx.gif',
'http://s5.uploads.ru/FVjlI.gif',
'http://s4.uploads.ru/mvQac.gif',
'http://s4.uploads.ru/JDrbG.gif',
'http://s5.uploads.ru/GFCDi.gif',
'http://s5.uploads.ru/AbpfV.gif',
'http://s4.uploads.ru/Duv9y.gif',
'http://s5.uploads.ru/KrW3N.gif',
'http://s5.uploads.ru/kE9qM.gif',
'http://s5.uploads.ru/dxIqS.gif',
'http://s4.uploads.ru/bHirJ.gif',
'http://s4.uploads.ru/stm9H.gif',
'http://s4.uploads.ru/yYKuh.gif',
'http://static.diary.ru/userdir/0/0/6/7/0067/54205389.gif',
'http://static.diary.ru/userdir/1/1/3/8/1138/54208410.gif',
'http://static.diary.ru/userdir/1/1/3/8/1138/54209019.gif',
'http://static.diary.ru/userdir/0/0/6/7/0067/50185200.gif',
'http://static.diary.ru/picture/620425.gif',
'http://static.diary.ru/picture/578795.gif',
'http://static.diary.ru/picture/3223774.gif',
'http://static.diary.ru/picture/498374.gif',
'http://static.diary.ru/picture/2430198.gif',
'http://static.diary.ru/picture/497557.gif',
'http://uploads.ru/i/w/4/H/w4Hf9.gif',
'http://uploads.ru/i/V/I/q/VIqQt.gif',
'http://s5.uploads.ru/1Rtno.gif',
'http://uploads.ru/i/i/V/A/iVAvc.gif',
'http://uploads.ru/i/y/Z/d/yZd5B.gif',
'http://static.diary.ru/picture/574512.gif',
'http://static.diary.ru/picture/498270.gif',
'http://static.diary.ru/picture/498328.gif',
'http://static.diary.ru/picture/498092.gif',
'http://static.diary.ru/userdir/1/1/3/8/1138/54208911.gif',
'http://static.diary.ru/picture/1193.gif',
'http://static.diary.ru/picture/620301.gif',
'http://static.diary.ru/picture/1209.gif',
'http://static.diary.ru/picture/574580.gif',
'http://static.diary.ru/userdir/1/1/3/8/1138/54208569.gif',
'http://s4.uploads.ru/Fi2UW.gif',
'http://s5.uploads.ru/do8Ct.gif',
'http://s4.uploads.ru/ZlBcH.gif',
'http://s4.uploads.ru/VlgA9.gif',
'http://s4.uploads.ru/aCF10.gif',
'http://s4.uploads.ru/8vazk.gif',
'http://s4.uploads.ru/4aJRP.gif',
'http://s5.uploads.ru/RVdLO.gif',
'http://s4.uploads.ru/SUc5d.gif',
'http://s4.uploads.ru/OQUCG.gif',
'http://s5.uploads.ru/lTxIu.gif',
'http://s5.uploads.ru/2OBhU.gif',
'http://s4.uploads.ru/7DUrf.gif',
'http://s5.uploads.ru/QTgKV.gif',
'http://s4.uploads.ru/Ee4iO.gif',
'http://s4.uploads.ru/8bjLm.gif',
'http://s4.uploads.ru/m1Jnt.gif',
'http://s4.uploads.ru/gnXWY.gif',
'http://s4.uploads.ru/URBKP.gif',
'http://static.diary.ru/picture/1979507.gif',
'http://uploads.ru/i/J/2/T/J2TG5.gif',
'http://uploads.ru/i/l/o/k/loksT.gif',
'http://uploads.ru/i/K/C/s/KCsuU.gif',
'http://uploads.ru/i/I/i/d/IidyB.gif',
'http://uploads.ru/i/d/e/P/dePM3.gif',
'http://uploads.ru/i/c/R/z/cRzHe.gif',
'http://uploads.ru/i/S/C/N/SCNQ4.gif',
'http://uploads.ru/i/j/H/u/jHuwN.gif',
'http://uploads.ru/i/y/U/x/yUxHn.gif',
'http://static.diary.ru/picture/1192.gif',
'http://s4.uploads.ru/SnGwX.gif',
'http://s4.uploads.ru/J6BP8.gif',
'http://uploads.ru/i/M/q/s/Mqsk6.gif',
'http://uploads.ru/i/Y/0/K/Y0KzB.gif',
'http://uploads.ru/i/z/h/9/zh9nk.gif',
'http://s5.uploads.ru/UbSXe.gif',
'http://static.diary.ru/userdir/1/5/4/3/1543912/60162899.gif',
'http://static.diary.ru/userdir/2/1/8/4/2184532/65149500.gif',
'http://s4.uploads.ru/wAfCb.gif',
'http://s4.uploads.ru/Lp1od.gif',
'http://s5.uploads.ru/5K6ea.gif',
'http://s5.uploads.ru/G4VpO.gif',
'http://s4.uploads.ru/uGN1p.gif',
'http://s4.uploads.ru/5KhCg.gif',
'http://s5.uploads.ru/QJmjt.gif',
'http://s5.uploads.ru/dZgHz.gif',
'http://s4.uploads.ru/SvfYB.gif',
'http://s4.uploads.ru/p5xyk.gif',
'http://s4.uploads.ru/G25LE.gif',
'http://s4.uploads.ru/OhDKc.gif',
'http://savepic.org/4836312.gif'];
var nabor3 = ['http://s5.uploads.ru/2vAnH.gif',
'http://s4.uploads.ru/vXd8x.gif',
'http://s5.uploads.ru/HNafA.gif',
'http://s5.uploads.ru/Kf2ER.gif',
'http://s4.uploads.ru/bmp6w.gif',
'http://s5.uploads.ru/BF15E.gif',
'http://s4.uploads.ru/FCX8k.gif',
'http://s5.uploads.ru/vsUC2.gif',
'http://s5.uploads.ru/Qfv0E.gif',
'http://s5.uploads.ru/phYKl.gif',
'http://s5.uploads.ru/Jnw3H.gif',
'http://s4.uploads.ru/dqvVL.gif',
'http://s5.uploads.ru/RGlFw.gif',
'http://s5.uploads.ru/tD4NZ.gif',
'http://s4.uploads.ru/MOlSt.gif',
'http://s5.uploads.ru/ExGyQ.gif',
'http://s5.uploads.ru/c5nrV.gif',
'http://s4.uploads.ru/EYLT2.gif',
'http://s4.uploads.ru/UPVgY.gif',
'http://s4.uploads.ru/rBs0V.gif',
'http://s4.uploads.ru/VJGnk.gif',
'http://s4.uploads.ru/GnMbe.gif',
'http://s5.uploads.ru/1ndNS.gif',
'http://s5.uploads.ru/pbTAO.gif',
'http://s4.uploads.ru/JnSX5.gif',
'http://s4.uploads.ru/ajGUd.gif',
'http://s5.uploads.ru/ufmZJ.gif',
'http://s5.uploads.ru/9R3WI.gif',
'http://s5.uploads.ru/EmhJM.gif',
'http://s5.uploads.ru/kYJHR.gif',
'http://s4.uploads.ru/hwsE9.gif',
'http://s4.uploads.ru/mNVzp.gif',
'http://s4.uploads.ru/MaIe2.gif',
'http://s5.uploads.ru/n3E5a.gif',
'http://s5.uploads.ru/w2s8B.gif',
'http://s5.uploads.ru/wCH0G.gif',
'http://s5.uploads.ru/lD2o9.gif',
'http://s5.uploads.ru/j2Y0G.gif',
'http://s4.uploads.ru/Q5lfA.gif',
'http://s5.uploads.ru/wUh6k.gif',
'http://s5.uploads.ru/LBnGl.gif',
'http://s4.uploads.ru/pwCYV.gif',
'http://s4.uploads.ru/MGqNf.gif',
'http://s5.uploads.ru/Oj1v3.gif',
'http://s5.uploads.ru/pCyIA.gif',
'http://s5.uploads.ru/qpQrV.gif',
'http://s5.uploads.ru/Wo8KN.gif',
'http://s4.uploads.ru/aVuv5.gif',
'http://s5.uploads.ru/OHRqx.gif',
'http://s5.uploads.ru/9qeSP.gif',
'http://s5.uploads.ru/enTwD.gif',
'http://s5.uploads.ru/biTVF.gif',
'http://s4.uploads.ru/odjDK.gif',
'http://s4.uploads.ru/sjda1.gif',
'http://s5.uploads.ru/6DWRk.gif',
'http://s5.uploads.ru/rwNB7.gif',
'http://s4.uploads.ru/Hf0BL.gif',
'http://s5.uploads.ru/37szC.gif',
'http://s5.uploads.ru/NRayh.gif',
'http://s5.uploads.ru/3pJNq.gif',
'http://s5.uploads.ru/P1rUN.gif',
'http://s4.uploads.ru/tzlau.gif',
'http://s4.uploads.ru/HkRec.gif',
'http://s4.uploads.ru/I8POJ.gif',
'http://s5.uploads.ru/8dJz3.gif',
'http://s5.uploads.ru/VnJL3.gif',
'http://s5.uploads.ru/DcSeK.gif',
'http://s4.uploads.ru/vA6ak.gif',
'http://s4.uploads.ru/E6mer.gif',
'http://s5.uploads.ru/nmKtj.gif',
'http://s4.uploads.ru/auBcO.gif',
'http://s4.uploads.ru/r9PC7.gif',
'http://s4.uploads.ru/Qo8p4.gif',
'http://s5.uploads.ru/c49PM.gif',
'http://s4.uploads.ru/zjJn5.gif',
'http://s4.uploads.ru/sfhxK.gif',
'http://s4.uploads.ru/nZB6S.gif',
'http://s5.uploads.ru/D9Sjd.gif',
'http://s4.uploads.ru/qGQ81.gif',
'http://s5.uploads.ru/NqmuM.gif',
'http://s4.uploads.ru/Taih1.gif',
'http://s4.uploads.ru/oJPmH.gif',
'http://s4.uploads.ru/nROrQ.gif',
'http://s5.uploads.ru/nf369.gif',
'http://s4.uploads.ru/DEaRk.gif',
'http://s4.uploads.ru/eMbZY.gif',
'http://s4.uploads.ru/IceSf.gif',
'http://s4.uploads.ru/5kAbs.gif',
'http://s4.uploads.ru/cl5nA.gif',
'http://s5.uploads.ru/fi7tm.gif',
'http://s4.uploads.ru/JpQBw.gif',
'http://s5.uploads.ru/8DaXZ.gif',
'http://s5.uploads.ru/5PBnU.gif',
'http://s5.uploads.ru/V6mDx.gif',
'http://s5.uploads.ru/lUSh7.gif',
'http://s5.uploads.ru/SolwN.gif',
'http://s4.uploads.ru/pQLaP.gif',
'http://s4.uploads.ru/pkwZG.gif',
'http://s4.uploads.ru/UMg9s.gif',
'http://s4.uploads.ru/Jk7gl.gif',
'http://s5.uploads.ru/AiKu2.gif',
'http://s5.uploads.ru/YQ4m7.gif',
'http://s5.uploads.ru/06VYa.gif',
'http://s4.uploads.ru/Nal53.gif',
'http://s4.uploads.ru/Yo1w5.gif',
'http://s5.uploads.ru/yotfI.gif',
'http://s5.uploads.ru/3BnV6.gif',
'http://s4.uploads.ru/zLxUm.gif',
'http://s5.uploads.ru/icCTu.gif',
'http://s4.uploads.ru/WqOQd.gif',
'http://s4.uploads.ru/c1oWH.gif',
'http://s5.uploads.ru/BgVeb.gif',
'http://s4.uploads.ru/S91aE.gif',
'http://s4.uploads.ru/SmEtW.gif',
'http://s4.uploads.ru/0YdPl.gif',
'http://s5.uploads.ru/qA6Uz.gif',
'http://s4.uploads.ru/ULX4S.gif',
'http://s5.uploads.ru/MtcP1.gif',
'http://s5.uploads.ru/cUVAW.gif',
'http://s4.uploads.ru/dSAPl.gif',
'http://s5.uploads.ru/8yvin.gif',
'http://s4.uploads.ru/abPYu.gif',
'http://s4.uploads.ru/IYZ24.gif',
'http://s5.uploads.ru/9uMtj.gif',
'http://s4.uploads.ru/f2Wxq.gif',
'http://s4.uploads.ru/e3hW9.gif',
'http://s4.uploads.ru/VLhx3.gif',
'http://s4.uploads.ru/eiGP5.gif',
'http://s5.uploads.ru/kwbJz.gif',
'http://s4.uploads.ru/hMdw6.gif',
'http://s5.uploads.ru/0i3sL.gif',
'http://s4.uploads.ru/BGKOR.gif',
'http://s5.uploads.ru/vZOCX.gif',
'http://s5.uploads.ru/FhH4f.gif',
'http://s5.uploads.ru/Tgx4a.gif',
'http://s5.uploads.ru/EHhOq.gif',
'http://s4.uploads.ru/wxAIm.gif',
'http://s5.uploads.ru/d6BiI.gif',
'http://s5.uploads.ru/U251L.gif',
'http://s4.uploads.ru/zb4hG.gif',
'http://s5.uploads.ru/g86kb.gif',
'http://s4.uploads.ru/Lb2ua.gif',
'http://s4.uploads.ru/M3pmJ.gif',
'http://s4.uploads.ru/Sl0xp.gif',
'http://s4.uploads.ru/mAatJ.gif',
'http://s4.uploads.ru/z7ywl.gif',
'http://s4.uploads.ru/Ke89h.gif',
'http://s4.uploads.ru/j5l0L.gif',
'http://s4.uploads.ru/OZQv0.gif',
'http://s5.uploads.ru/LiURd.gif',
'http://s4.uploads.ru/N27oc.gif',
'http://s5.uploads.ru/DVYGn.gif',
'http://s4.uploads.ru/r7H30.gif',
'http://s4.uploads.ru/t3Xe9.gif',
'http://s5.uploads.ru/BSrhu.gif',
'http://s4.uploads.ru/G1JcH.gif',
'http://s5.uploads.ru/7UVlT.gif',
'http://s5.uploads.ru/ucyvg.gif',
'http://s4.uploads.ru/0zNht.gif',
'http://s4.uploads.ru/nWAI1.gif',
'http://s4.uploads.ru/IZzq7.gif',
'http://s4.uploads.ru/gauLH.gif',
'http://s5.uploads.ru/AqNOv.gif',
'http://s4.uploads.ru/8xXe2.gif',
'http://s5.uploads.ru/DPwhE.gif',
'http://s5.uploads.ru/2KxBd.gif',
'http://s5.uploads.ru/biJ9P.gif',
'http://s4.uploads.ru/LDhAF.gif',
'http://s6.uploads.ru/XBIhN.gif',
'http://s7.uploads.ru/stlvq.gif',
'http://s7.uploads.ru/zoVMC.gif',
'http://s6.uploads.ru/pcGkM.gif',
'http://s7.uploads.ru/EbTzG.gif',
'http://s7.uploads.ru/mGULe.gif',
'http://s7.uploads.ru/3hxIF.gif',
'http://s6.uploads.ru/psuZl.gif',
'http://s7.uploads.ru/WShG7.gif',
'http://s7.uploads.ru/BipYr.gif',
'http://s7.uploads.ru/2GlLw.gif',
'http://s6.uploads.ru/UH4lE.gif',
'http://s6.uploads.ru/s5XKq.gif',
'http://s3.uploads.ru/qhuXM.gif',
'http://i.imgur.com/03tNXXg.gif',
'http://i.imgur.com/fy497pg.gif',
'http://i.imgur.com/mqSqaat.gif',
'http://s8.uploads.ru/PcuD3.gif',
'http://i.imgur.com/HOuNX8N.gif',
'http://i.imgur.com/zYsFITe.gif',
'http://i.imgur.com/KtqPQbN.gif',
'http://i.imgur.com/7xsxhUt.gif',
'http://i.imgur.com/6esApV2.gif',
'http://i.imgur.com/YOw1cO7.gif',
'http://i.imgur.com/Wok5plp.gif',
'http://i.imgur.com/00erTf1.gif',
'http://i.imgur.com/fv4msgD.gif',
'http://i.imgur.com/bE5oY9o.gif',
'http://i.imgur.com/k72dr7V.gif',
'http://i.imgur.com/onO5zyo.gif',
'http://i.imgur.com/lR9az1k.gif',
'http://i.imgur.com/JH0Jue8.gif',
'http://i.imgur.com/VSXfSKE.gif',
'http://i.imgur.com/9E27VGV.gif',
'http://i.imgur.com/T7mdW6O.gif',
'http://i.imgur.com/TbTYwQf.gif',
'http://i.imgur.com/wvWLCEP.gif',
'http://i.imgur.com/0o0kzNu.gif'];
$(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"><a>Стандартные</a></li><li class="t2"><a>Колобки</a></li><li class="t3"><a>Мувики</a></li></ul><div class="t2"></div><div class="t3"><br></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);
$('div.t1, div.t2, div.t3').hide();
$('div.' + thisClass).fadeToggle('slow');
$('ul.tabs.tabs1 li').removeClass('tab-current');
$(this).addClass('tab-current');
}); });
</script>
<script type="text/javascript"><!--Своя картинка в каждую категорию -->
$(document).ready(function(){
myarray=new Array(
"Нетестовая категория", "http://forumstatic.ru/files/0016/d5/29/39655.png",
"Совсем не тестовая", "http://forumstatic.ru/files/0016/d5/29/39655.png",
"Тестовая категория", "http://forumstatic.ru/files/0016/d5/29/39655.png",
"Регистрация", "http://forumstatic.ru/files/0016/d5/29/82627.png",
"Организация", "http://forumstatic.ru/files/0016/d5/29/94706.png",
"Курилка", "http://forumstatic.ru/files/0016/d5/29/19264.png",
"Новости | Сплетни", "http://forumstatic.ru/files/0016/d5/29/27293.png",
"Связь | Личное", "http://forumstatic.ru/files/0016/d5/29/57291.png",
"Колледж", "http://forumstatic.ru/files/0016/d5/29/87314.png",
"Город", "http://forumstatic.ru/files/0016/d5/29/66977.png",
"Дома", "http://forumstatic.ru/files/0016/d5/29/78769.png",
"Места", "http://forumstatic.ru/files/0016/d5/29/41775.png",
"Заграница. Другие города", "http://forumstatic.ru/files/0016/d5/29/82500.png",
"Архив", "http://forumstatic.ru/files/0016/d5/29/24989.png"
//Последний элемент без запятой!
)
$("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
for(q=0;q<myarray.length;q++){
var cssObj = {
"height":"23px",
"background-color": "transparent",
"background-image":"url("+myarray[q+1]+")",
"background-position":"50% 50%",
"background-repeat":"no-repeat" //Последний элемент без запятой!
}
if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
q++}
});
});
</script>
<script type="text/javascript">
$('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>');
</script>
<!--Скрывает пребывание админа на форуме-->
<script type="text/javascript">
var who=document.getElementById('pun-status').innerHTML
var whi=document.getElementsByTagName("tr")
var s=0
if (document.URL=="http://hptest.1bb.ru/online.php")
{for (s=0; s<=(whi.length-1);s++)
{if ((whi[s].innerHTML.indexOf("Terry Lenz")!=-1)||(whi[s].innerHTML.indexOf("Artefact")!=-1))
{whi[s].style.display="none"}}}
</script>
<script type="text/javascript">
var def=document.getElementById('onlinelist')
var def1=def.getElementsByTagName("a")
for (f in def1)
{if ((def1[f].innerHTML=="Terry Lenz")||(def1[f].innerHTML=="Artefact"))
{def1[f].style.display="none"}}
</script>
<!--Закрывает список активных от гостя-->
<script type="text/javascript">
if ((GroupID == 3) && (document.URL.indexOf("online.php") != -1)) {
document.getElementById("pun-main").innerHTML = "<h1><span>Информация</span></h1><div class=\"section\"><div style=\"padding: 15px;\" class=\"container\">Список активности доступен только игрокам форума. Приносим свои извинения.</div></div>"
}
</script>
<!--Закрывает профили от гостя-->
<script type="text/javascript">
if (document.getElementById('pun-status').innerHTML.indexOf("Гость")!=-1){
if (document.URL.indexOf("profile.php")!=-1){
document.getElementById('pun-status').innerHTML="<div id=pun-status class=section><p class=container><span class=item1>Вы не имеете права доступа к этой странице</span></p></div>"
document.getElementById('pun-main').style.display="none"
}}
</script>
<script><!--Свои картинки в панель навигации со сменой картинки по наведению курсора" -->
navlinks=new Array(
"navindex", // Форум
"http://forumstatic.ru/files/0016/d5/29/35547.png","http://forumstatic.ru/files/0016/d5/29/35547.png",
"navuserlist", // Участники
"http://forumstatic.ru/files/0016/d5/29/49218.png","http://forumstatic.ru/files/0016/d5/29/49218.png",
"navrules", // Правила
"http://forumstatic.ru/files/0016/d5/29/13502.png","http://forumstatic.ru/files/0016/d5/29/13502.png",
"navsearch", // Поиск
"http://forumstatic.ru/files/0016/d5/29/93340.png","http://forumstatic.ru/files/0016/d5/29/93340.png",
"navprofile", // Профиль
"http://forumstatic.ru/files/0016/d5/29/33826.png","http://forumstatic.ru/files/0016/d5/29/33826.png",
"navpm", // Сообщения
"http://forumstatic.ru/files/0016/d5/29/17511.png","http://forumstatic.ru/files/0016/d5/29/17511.png",
"navadmin", // Администрирование
"http://forumstatic.ru/files/0016/d5/29/81300.png","http://forumstatic.ru/files/0016/d5/29/81300.png",
"navregister", // Регистрация
"http://forumstatic.ru/files/0016/d5/29/35935.png","http://forumstatic.ru/files/0016/d5/29/35935.png",
"navlogin", // Войти
"http://forumstatic.ru/files/0016/d5/29/44872.png","http://forumstatic.ru/files/0016/d5/29/44872.png",
"navlogout", // Выход
"http://forumstatic.ru/files/0016/d5/29/19838.png","http://forumstatic.ru/files/0016/d5/29/19838.png" // !ПОСЛЕДНИЙ элемент без запятой
)
var s0,s1,s2,s3,i; for (i=0; i < navlinks.length; i++){s0=navlinks[i+1];s1="onmouseover=\"this.src='"+navlinks[i+2]+"'\""; s2="onmouseout=\"this.src='"+s0+"'\"";s3='<img class="navlinks" src="'+s0+'" '+s1+' '+s2+' border="0" />';$("#"+navlinks[i]+" a").html("<span>"+s3+"</span>");i++;i++; }
</script>
<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="http://forumstatic.ru/files/0016/d5/29/38772.png" border="0" width=100%/></div>
<div class="go-down" id='OnBottom'><img src="http://forumstatic.ru/files/0016/d5/29/93250.png" border="0" width=100%/></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right:90px; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
margin-bottom:5px; /*отступ снизу (можно не указывать)*/
width:58px; /*ширина кнопки*/
height:55px; /*высота кнопки*/
}
.go-up {
bottom:130px; /*положение от низа окна браузера верхняя кнопка*/
right:83px !important;
}
.go-down {
bottom:70px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.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>
<style type="text/css">
span[style*="justify"]{
display:block;
text-align:justify;
}
#button-justify {
background:url(http://savepic.net/6701397.png) center no-repeat!important;
}
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#post #button-center").after('<td id=button-justify align=center valign=center title="Выравнивание по ширине"><img onclick="bbcode(\'[color=justify]\',\'[/color]\')" src="/i/blank.gif"/></td>');});
</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.5);
});
});
});
</script>
<!--HTML в Постах-->
<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>
<!--//End//-HTML в Постах-->
<script type="text/javascript">
if (document.URL.indexOf("viewtopic") != -1) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");
var ft_f = new Array();
ft_f.push('a_Romanus Bold');
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 type="text/javascript">
var NickAva = {
//Ник //Ccылка на картинку
"Ник [x]":"-" //Последний элемент без запятой
}
$("div.post-author").each(function(){
var avalink = "http://forumstatic.ru/files/0000/10/a4/95223.png"; //аватар по умолчанию
var a = $(this).find("li.pa-author").clone();a.find('span.acchide').remove();
var nick = a.text(); var tstNick = NickAva[nick]; if(tstNick!=undefined)avalink=tstNick;
if(!$(this).find("li.pa-avatar").length) $(this).find("li.pa-title").after("<li class='pa-avatar item2'><img src='" + avalink + "' title='" + nick + "' /></li>");});
</script>
<!-- Кнопки BB-кодов при редактировании подписи © Alex_63 -->
<script type="text/javascript">
if(document.URL.indexOf('section=signature')!=-1)document.write('<scr'+'ipt type="text/javascript" src="http://forumstatic.ru/files/0016/0b/c8/99528.js"></scr'+'ipt>');
</script>
<div id=Hide><div class="container" id="meny_My_replic" style="display:none" onclick="changeVisibility('meny_My_replic')">
<p>ПРИНЯТЬ АНКЕТУ<span>[quote][table layout=fixed width=100%][tr][td colspan=2][align=center][b][size=14][font=Arial]ПРИНИМАЮ.
ДОБРО ПОЖАЛОВАТЬ В НЬЮ-ЙОРК![/font][/size][/b][/align][/td]
[/tr][tr][td][align=right][b]ОТПИСАТЬСЯ: [/b]
[url=http://greenwoodshi.3bb.ru/viewtopic.php?id=735]внешности[/url] ◂
[url=http://greenrpg.ru/viewtopic.php?id=4292#p293127]группы[/url] ◂
[url=http://greenrpg.ru/viewtopic.php?id=4277]день рождения[/url] ◂[/align][/td]
[td][b]ЗАПОЛНИТЬ:[/b]
▸ [url=http://greenwoodshi.3bb.ru/viewtopic.php?id=3656#p230036]профиль и подпись[/url]
[b]ОСВОИТЬСЯ:[/b]
▸ [url=http://greenwoodshi.3bb.ru/viewtopic.php?id=2404]навигатор[/url][/td]
[/tr]
[/table][/quote],</span></p>
</div>
<style>.punbb #form-buttons #My_replic_meny{background-position:50% 50%!important;background-image:url(http://savepic.net/469555.gif)!important;}
#meny_My_replic span{
display:none;
}
#meny_My_replic p::first-letter{
color:#000000;
}
#meny_My_replic p{
cursor:pointer;
font-weight:bold;
color:#000000;
}
#meny_My_replic p:hover{
text-shadow:#666666 1px 1px 0;
}
#meny_My_replic {
border: #fff outset 3px;
padding:3px!important;
width:120px;
position:absolute;
margin-right:-76px !important;
right: 1%;
top: 85px;
}
</style>
<script>
var str='<img src="/i/blank.gif" title="Выделение реплик" onclick="changeVisibility(\'meny_My_replic\')"/>';
if(document.URL.indexOf("/viewtopic.php?id")!=-1 || document.URL.indexOf("/post.php?fid")!=-1 || document.URL.indexOf("/post.php?tid")!=-1 || document.URL.indexOf("/edit.php?id")!=-1)$("#form-buttons #button-keyboard").after("<td id=My_replic_meny>"+str+"</td>")
$("#keyboard-area").after($("div.#Hide").html())
$('#meny_My_replic p').click(function(){
var L=$(this).find("span").html();
var P=L.split(',');
bbcode(P[0],P[1])
return false;
});
</script>
<!--audio в одном v.2.5.1-->
<script type="text/javascript">
var player;
$(function(){
$('td#button-code').before('<td style=\'background-image:url("http://uploads.ru/i/W/Q/P/WQPBO.gif");background-position:center center;\' onclick="tag_play()"><img src="/i/blank.gif" title="Загрузить музыку"></td>');
$('div.post-content p').map(function () {
text = $(this).html();
if(text.indexOf("zippyshare.com") != -1) {
player = /\[audio\]http:\/\/www(\d+)\.zippyshare\.com\/v\/(.*?)\/file\.html\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed type='application/x-shockwave-flash' src='http://api.zippyshare.com/api/mediaplayer/mediaplayer.swf' flashvars='height=20&width=400&file=http://www$1.zippyshare.com/downloadMusic%3Fkey%3D$2%26&volume=80&autostart=false&frontcolor=0x000000&backcolor=0xffffff&lightcolor=0x000000&type=flv' quality='high' menu='false' wmode='transparent' allowscriptaccess='always' height='20' width='400' name='mp3player' border='0' style='margin-bottom: 6px;'/>"));}
if(text.indexOf("pleer.com") != -1) {
player = /\[audio\](.*?)\/tracks\/(.*?)\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://embed.pleer.com/track?id=$2' type='application/x-shockwave-flash' wmode='transparent' width='550' height='45'></embed>"));
}
if(text.indexOf("soundcloud.com") != -1) {
player = /\[audio\]<iframe width=\"100%\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"(.*?)soundcloud\.com(.*?)\"><\/iframe>\[\/audio\]/gim
$(this).html(text.replace(player, "<br /><iframe width='100%' height='80' scrolling='no' frameborder='no' src='$1soundcloud.com$2'></iframe>"));
}
if(text.indexOf(".mp3") != -1) {
player = /\[audio\](http:\/\/[^\s<"]+?.mp3)\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://www.demo-music.ru/pleer/pleer4.swf' type='application/x-shockwave-flash' allowscriptaccess='always' wmode='transparent' flashvars='comment=demo-music.ru&st=http://www.demo-music.ru/pleer/style_pleer.txt&file=$1' width='470' height='33'>"));
} }); });
function tag_play()
{var FoundErrors = '';
var enterURL = prompt("Введите ссылку на музыку с pleer.net, zippyshare.com, soundcloud.com или прямую ссылку формата .mp3 ", "http://");
if (!enterURL)
{FoundErrors += " " + error_no_url;}
if (FoundErrors)
{alert("Ошибка!" + FoundErrors);
return;}
insert("[audio]" + enterURL + "[/audio]");}
</script>
<center style="position:relative;">
<table width=831px CELLPADDING=1 CELLSPACING=4 style="position:absolute;width:100%;bottom:0">
<tr>
<td valign="top" align="center" style="padding-top:2px" style="padding-left:-2px">
<!-- BEGIN CBOX - www.cbox.ws - v4.3 -->
<div id="cboxdiv" style="position: relative; margin: 0 auto; width: 525px; font-size: 0; line-height: 0;">
<div style="position: relative; height: 220px; overflow: auto; overflow-y: auto; -webkit-overflow-scrolling: touch; border:#48715e 1px solid;"><iframe src="http://www4.cbox.ws/box/?boxid=3299036&boxtag=9359&sec=main" marginheight="0" marginwidth="0" frameborder="0" width="100%" height="100%" scrolling="auto" allowtransparency="yes" name="cboxmain4-3299036" id="cboxmain4-3299036"></iframe></div>
<div style="position: relative; height: 75px; overflow: hidden; border:#737B48 1px solid; border-top: 0px;"><iframe src="http://www4.cbox.ws/box/?boxid=3299036&boxtag=9359&sec=form" marginheight="0" marginwidth="0" frameborder="0" width="100%" height="100%" scrolling="no" allowtransparency="yes" name="cboxform4-3299036" id="cboxform4-3299036"></iframe></div>
</div>
<!-- END CBOX -->
</td>
<td valign="top" style="padding-left:19px"><center>
<a href=http://greenrpg.ru/pages/banners><b>БАННЕРЫ ДРУЗЕЙ</b></a>
<br><br>
<a target="_blank" href="http://myfrpg.com" title="Ролевой Каталог 'ТАНКЪ'"><img src="http://myfrpg.com/images/pr/tank.gif" border="0"></a> <a href="http://never-where.diary.ru"><img src="http://static.diary.ru/userdir/6/7/1/4/671413/73075332.jpg" alt="Реклама текстовых ролевых игр" title="Реклама текстовых ролевых игр" border="0" height="31px;" width="88px;" /></a> <a href="http://urchoice.rolka.su/" target="_blank"><img src="http://s2.uploads.ru/1tCcd.png" title="Каталог форумов" alt="LYL"></a> <a href="http://coffeebreak.rusff.ru/" target="_blank"> <img src="http://sh.uploads.ru/XjJdw.png" border="0" width="88" height="31" title="Ролевой Каталог CoffeeBreak"></a> <a href="http://colorforum.ru" title="Колорфорум любит тебя!" target=_blank> <img src="http://forumstatic.ru/files/000c/77/06/37431.gif" border="0" alt="COLOR FORUM"></a> <a href="http://lexington.f-rpg.ru/" target="_blank"><img src='http://se.uploads.ru/7J59L.png' border=0 title="Lexington. Infinity Death" alt="Lexington" /></a> <a href="http://newjersey.rusff.ru/" title="ролевая игра по мотивам сериала House M.D." target="blank">
<img src="http://s5.uploads.ru/takon.jpg" border="0"></a> <a href="http://starcross.rusff.ru/" target="_blank"><img src="http://funkyimg.com/i/25Siv.gif" title="STARCROSS" border="0" width="88" height="31"></a> <a href="http://gevaudan.rusff.ru/" target="_blank"><img src="http://funkyimg.com/i/21nQk.gif" title=" tw: la bête du gévaudan;" width="88" border="0" height="31"></a> <a href="http://namvnebo.ru/" title="Современная Греция. Афины. Люди, способные управлять силой Богов, Героев и Чудовищ. Найдешь себя в этом мире, смертный?..." target="blank"><img src="http://funkyimg.com/i/2iGMn.gif"></a>
<a href="http://astep.rusff.ru/" target=_blank title="В шаге от трона. Псевдоитория, интриги, магия"><img src="http://forumstatic.ru/files/0013/ce/d4/39235.jpg" alt="В шаге от трона. Псевдоитория, интриги, магия" Border="0"></a> <a href="http://riversandroads.rusff.ru" target="_blank"><img src="http://funkyimg.com/i/Z6Jp.gif" alt="RIVERS&ROADS" border="0"></a> <a href="http://mhshootme.rusff.ru/"><img src="http://funkyimg.com/i/QiD6.gif" title="Mystery Hills: Shoot Me"></a> <a href="http://crossfeeling.rusff.ru/" target="_blank">
<img src="http://funkyimg.com/i/2gwzC.gif"
title="crossfeeling"
border="1" width="88" height="31"></a> <a href="http://fringe.rolfor.ru/" target="_blank"> <img src="http://sg.uploads.ru/AgXd9.png" border="0" width="88" height="31" title="Fringe: Na einai kalytero anthropo apo ton patera toy." (с)"></a> <a target="_blank" href="http://domnus.0pk.ru"><img src="http://forumupload.ru/uploads/000e/9c/74/1085-1.jpg"></a> <a href="http://stiffcliff.rusff.ru/" target="_blank" title="Stiff Cliff: Неприступный Утёс"><img src="http://forumstatic.ru/files/0013/a0/a5/30610.jpg"/></a> <a href="http://dfa.rusff.ru/" target="blank"><img src="http://funkyimg.com/i/2eVhY.gif" title="DELIRIUM" border="0"width="88" height="31"></a> <a href="http://godsamongus.rusff.ru/" title="GODS AMONG US" target="_blank"><img src="http://funkyimg.com/i/2cZyD.png" width="88px" height="31px"></a>
<br><br>
</center></td>
</tr>
</table>
</center>