<!-- Скрытие Описаний форумов с показом при наведении -->
<style>
.Toggl {
padding:18px;
width:250px;
margin-left:40px;
margin-top:0;
z-index:12;
display:none;
position:absolute;
background-color:#fff;
border-radius:15px;
-webkit-border-radius:15px;
-khtml-border-radius:15px;
-moz-border-radius:15px;
-o-border-radius:15px;
box-shadow: 0px 5px 18px #000;
-webkit-box-shadow:0px 5px 18px #000;
-khtml-box-shadow:0px 5px 18px #000;
-moz-box-shadow:0px 5px 18px #000;
}
.category td.tcl:hover .tclcon .Toggl{
display:block;
}
</style>
<script type="text/javascript">
$(".category td.tcl .tclcon").each(function (){
var L1=$(this).find('h3:first').html();$(this).find('h3').replaceWith("");
var L2=$(this).find('.modlist').html();$(this).find('.modlist').replaceWith("");
if($(this).html().length>7){var L=$(this).html("<span class=Toggl>"+$(this).html()+"</span>")};
$(this).prepend('<h3>'+L1+'</h3><br />');
if(L2!==null){$(this).find(".Toggl").after('<span class="modlist">'+L2+'</span>')};
});
</script>
<!--Слайдшоу в Топике -->
<script>if('\v'=='v'){$(document).ready(function(){
$.getScript("http://forumstatic.ru/files/0010/b4/f8/96425.js");});
} else {$.getScript("http://forumstatic.ru/files/0010/b4/f8/96425.js");}
</script>
<script type="text/javascript">
/********************************************************
МАССИВ ССЫЛОК НА КАРТИНКИ, ИСКЛЮЧАЕМЫХ ИЗ СЛАЙД-ШОУ
********************************************************/
var Arr_notPreview =[
"http://savepic.ru/2352396.gif",
"http://forumupload.ru/uploads/000c/fa/7e/560-1.gif",
"http://forumupload.ru/uploads/000c/fa/7e/558-2.gif",
"End" ];
// var guest_access=true;
</script>
<style>
.Obrml1{
border:outset #fff 1px;
margin-bottom:2px;
}
.L_5 {
background-attachment: scroll;
background-clip: border-box;
background-color: #000000;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
z-index: 9999;
position: fixed;
}
.L_5, .L_6, .L_7 {
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
}
.Obrml{
border:solid #fff 1px;
border-width:7px 7px 12px 7px;
}
.tipsy .tipsy-inner {
letter-spacing:1px!important;
}
.tipsy.slide .tipsy-inner {
font-size:12px!important;
}
</style>
<!--<link rel="stylesheet" href="http://forumstatic.ru/files/0010/b4/f8/26092.css"/>-->
<script>
//8888888888888 = СЛАЙД-ШОУ В СООБЩЕНИЯХ ТОПИКА = 888888888888888888//
if($("#pun-viewtopic").length){if(typeof(guest_access)=='undefined'){var guest_access=false;}
var FirstCheck_to_HOST=true;
$(".post .post-body img[src^='/uploads/']").each(function(){
$(this).addClass("postimg");
$(this).attr("alt",$(this).attr("src"));
});
if(typeof(Arr_notPreview)!='undefined'){
for(var i=0; i<(Arr_notPreview.length-1); i++){
$(".post img[src='"+Arr_notPreview[i]+"'].postimg").each(function(){
$(this).addClass("notPreview");
});
}}
//888888888888888 = ANALIZ and SETTIN = 888888888888888888//
$(".post a .postimg").each(function(){
var a1=$(this).parent("a").attr("href");
var a2=$(this).attr("src");
var a3=$(this).attr("alt");
var a=a1.replace(/^\S*\/click\.php\?/img,'')//убрали Кликер-переход;
$(this).parents("a").attr("href",a) //убрали Кликер-переход из a
var img_extens=['jpg','png','gif','jpeg']
var ImgExt=false,aNotExt;for(var i in img_extens){
var pattern="\\."+img_extens[i]+"$";var regexp=new RegExp(pattern,"img");
aNoExt=a.replace(regexp,''); if(a!=aNoExt){ImgExt=true;break}};
if(ImgExt){var S=aNoExt.replace(/\S{5}\/\/uploads\.ru\/\?v=/img,'');
if(S!=aNoExt){S=a.replace(/\S{5}\/\/uploads\.ru\/\?v=/img,'');
S=a3.replace(/\/[^\/]*$/img,'/'+S);a=S.replace(/\/\/uploads.ru\/t\//img,'//uploads.ru/i/')};
} else {if(a.indexOf("http://savepic")!=-1){
S=a3.replace(/m(\.\S{3,4})$/img,'$1');if(S!=a3){a=S;ImgExt=true;}}
}
if(ImgExt){
if($.trim(a)!=''){$(this).attr("alt",a);$(this).parents("a").attr("href",a)}
else{$(this).parents("a").attr("href",$(this).attr("src"));}
}else {$(this).parents("a").addClass("hTml")}
});
function SetIload(a){
a.addClass("Iload");a.find(".postimg").attr("title","Просмотр Слайд-шоу?");
a.attr("rel","iLoad|Post-image");
var b = a.parents(".post").find(".pa-author a").text();//alert(b)
var c = a.parents(".post").find("h3:first span strong:first").text();//alert(c)
str="|post "+c+"; Aвтор: "+b;
a.attr("a-title",str);a.attr("title",str);
}
function ImgPostLoad(){
$(".post .postimg").not(".notPreview").each(function(){
var w = parseInt($(this).width(),10);//alert(w)
var h = parseInt($(this).height(),10);j=w-14;
var a = $(this).parents("a");
var b = $(this).attr("alt");
var c = '<span class=Obrml1 style="display:inline-block;"><span class=Obrml style="width:'+j+'px;display:inline-block;"></span></span>';
if(a.length){$(this).addClass("Ref")} else {
if(w>67 && h > 65){
$(this).addClass("NoRef");$(this).wrap('<a href="'+b+'" target="_blank"></a>');
}} a=$(this).parents("a");
if(!a.hasClass("hTml")){SetIload($(this).parent("a"));a.wrap(c);
}else {a.attr("title","Переход по ссылке");}
});
}
var tst='<div id=show_stLoad style="width:100%;height:12px;border:none transparent;visibility:hidden;"><img id="Gif_test" style="height:100%;width:100%;" src="../i/blank.gif" /></div>';
$("#html-footer").prepend(tst);
function AnimTstLoad(){var a=$("#show_stLoad1,#t_stLoad"),b=$("#show_stLoad1 *");
b.animate({opacity:.05},1800,"linear", function(){a.replaceWith("");});}
function TstLoad(){var a=$("#Gif_test").height();
if(a>11){ImgPostLoad()}else {timerID = setTimeout("TstLoad()",100);return;}}
if(GroupID!=3||guest_access){TstLoad();
$(".post .Iload .postimg").mousedown(function(){
$(this).parent(".Iload").attr("title",$(this).parent(".Iload").attr("a-title"));
});
$(".post .Iload .postimg").mouseover(function(){
$(this).parents(".Iload").removeAttr("title")
}).mouseout(function(){
$(this).parents(".Iload").attr("title",$(this).parents(".Iload").attr("a-title"))
});
$("#pun-viewtopic a.Iload img.postimg").tipsy({live: true, gravity: 'w slide'});
$("#pun-viewtopic a.hTml").tipsy({live: true, gravity: 'w slide'});
}
}//End //if($("#pun-viewtopic").length)//
</script>
<!-- End//Слайдшоу в Топике -->
<MAP NAME="forums-map">
<AREA HREF="http://www.yandex.ru" SHAPE="rect" COORDS="0,0,156,120" ALT="Яндекс">
<AREA HREF="http://www.rambler.ru" SHAPE="rect" COORDS="157,0,319,120" ALT="Рамблер">
<AREA HREF="http://www.google.ru" SHAPE="rect" COORDS="0,121,156,239" ALT="Гугл">
<AREA HREF="http://www.nigma.ru" SHAPE="rect" COORDS="157,121,319,239" ALT="Нигма">
</MAP>
<script type="text/javascript">
if(document.URL.indexOf("viewforum.php")!=-1){
var a = document.getElementsByTagName("a");
var ins, col;
for( i=0; i<a.length; i++ ){
if(a[i].href.indexOf("viewtopic.php")!=-1 && a[i].innerHTML.indexOf(";;")!=-1){
ins = a[i].innerHTML;
col = ins.substring(0, ins.indexOf(";;"))
txt = ins.substring(ins.indexOf(";;")+2)
a[i].innerHTML = "<span style=\"color: "+col+"\">"+txt+"</span>";
}
}
} else if(document.URL.indexOf("viewtopic.php")!=-1){
var p = document.getElementsByTagName("p");
if(document.title.indexOf(";;")!=-1){
document.title = document.title.substring(0, document.title.indexOf(" - ")+3)+document.title.substring(document.title.indexOf(";;")+2)
}
for( q=0; q<p.length; q++ ){
if(p[q].className=="container crumbs" && p[q].innerHTML.indexOf(";;")!=-1){
p[q].innerHTML = p[q].innerHTML.substring(0, p[q].innerHTML.lastIndexOf("»")+1)+" "+p[q].innerHTML.substring(p[q].innerHTML.indexOf(";;")+2)
}
}
} else if(document.URL.indexOf("post.php?fid=")!=-1 && GroupID<=2){
var colors = new Array();
colors.push(new Array('Красный', 'red'));
colors.push(new Array('Черный', 'black'));
colors.push(new Array('Желтый', 'yellow'));
colors.push(new Array('Оранжевый', 'orange'));
colors.push(new Array('Синий', 'blue'));
colors.push(new Array('Зеленый', 'green'));
colors.push(new Array('Серый', 'gray'));
var mmass = ""
for(x=0;x<colors.length;x++){
mmass+="<option style=\"color: "+colors[x][1]+"\" value=\""+colors[x][1]+"\">"+colors[x][0]+"</option>"
}
var p1 = document.getElementsByName("req_subject")[0]
p1.style.visibility = 'hidden'
p1.parentNode.innerHTML+="<input onkeydown=\"st(document.getElementsByName('changer')[0].options[document.getElementsByName('changer')[0].selectedIndex].value)\" onkeyup=\"st(document.getElementsByName('changer')[0].options[document.getElementsByName('changer')[0].selectedIndex].value)\" id=\"qwe_pole\" type=\"text\" name=\"qwe_pole\" value=\"\" size=\"80\" maxlength=\"70\" /> <select name=\"changer\" onchange=\"st(this.options[this.selectedIndex].value)\"><option value=\"default\">По-умолчанию</option>"+mmass+"</select>"
function st(value){
if(document.getElementsByName("qwe_pole")[0].value!=""){
t = document.getElementsByName("req_subject")[0];
if(value!="default"){
if(t.value.indexOf(";;")!=-1){
t.value=value+";;"+document.getElementsByName("qwe_pole")[0].value
} else {
t.value=value+";;"+document.getElementsByName("qwe_pole")[0].value
}
} else {
t.value=document.getElementsByName("qwe_pole")[0].value
}
}
}
}
</script>
<script type="text/javascript">
inColor("red", new Array( "AVASDRYG", "Malevas"))
inColor("blue", new Array("Григорич", "Александр М."))
inColor("green", new Array("likka"))
inColor("purple", new Array("vyachser", "ALM","ТуфелькО","Настенька","gitarist"))
inColor("yellow", new Array("Шмель", "Изя", "DART"))
function inColor(color, myarray){
var a=document.links
for(i=0;i<a.length;i++){
for(q=0;q<myarray.length;q++){
if(a[i].innerHTML==myarray[q]){
a[i].innerHTML="<span style=\"color: "+color+";\">"+myarray[q]+"</span>"
}}}}
</script>
<style>
#loginDiv{
position:absolute;
z-index: 2;
background-color : #BEBEBE;
border : solid;
padding-bottom : 10px;
padding-left : 0px;
padding-right : 0px;
padding-top : 5px;
width: 290px;
}
</style>
<script language="JavaScript">
function showLDiv()
{
if( document.getElementById("loginDiv").style.display == 'none' )
document.getElementById("loginDiv").style.display = ''
else document.getElementById("loginDiv").style.display = 'none'
return false;
}
function check_form()
{
if(document.forms["form_login"].req_username.value=='' || document.forms["form_login"].req_username.value=='') {
alert('Еще рано нажимать на "Войти"');
return false;
}
return true
}
url=document.URL
if(url.indexOf("login.php")==-1 && document.getElementById('navlogin')){
document.getElementById('navlogin').innerHTML = "<a href=\"login.php\" onclick=\"return showLDiv()\"><span>Войти</span></a>"
login = "<centr><div id=loginDiv style=\"display: none; \">"
login += "<form id=form_login name=login method=post action=\"login.php?action=in\" onsubmit=\"return check_form()\">"
login += "<fieldset>"
login += "<legend>Введите свое имя и пароль</legend>"
login += "<input type=hidden name=form_sent value=1 />"
login = login + "<input type=hidden name=redirect_url value="+document.URL+" />"
login += "<br><table width=\"100%\" align=centr>"
login += "<tr><td align=left><b>Имя :</b></td><td align=left><input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\" /></td></tr>"
login += "<tr><td align=left><b>Пароль :</b></td><td align=left><input type=\"password\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\" /><span class=formsubmit><input type=submit class=button name=login value=\"Войти\" /></span>"
login += "</form></td></tr>"
login += "</table>"
login += "</fieldset>"
login += "<p><a href=\"register.php\"> Зарегистрироваться.</a> <a href=\"login.php?action=forget\"> Забыли пароль?</a></p>"
login += "</div></center>"
document.getElementById('pun-navlinks').innerHTML += login
}
</script>
<style>
#loginDiv{
position:absolute;
z-index: 2;
background-color : #BEBEBE;
border : solid;
padding-bottom : 10px;
padding-left : 0px;
padding-right : 0px;
padding-top : 5px;
width: 290px;
}
</style>
<center>
<a href="http://0pk.ru" title="Создать форум на 0pk.ru" target="_blank"><img src="http://0pk.ru/f/ru/0pk/0pk.gif" alt="Создай круг своего общения" /></a>
</center>
<!-- Search Google -->
<center>
<form method="get" action="http://www.google.com/custom" target="_top">
<table bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
<label for="sbi" style="display: none">Введите условия поиска</label>
<input type="text" name="q" size="50" maxlength="255" value="" id="sbi"></input>
<label for="sbb" style="display: none">Отправить форму поиска</label>
<input type="submit" name="sa" value="Поиск" id="sbb"></input>
<input type="hidden" name="client" value="pub-9470689315633499"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="windows-1251"></input>
<input type="hidden" name="oe" value="windows-1251"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
<input type="hidden" name="hl" value="ru"></input>
</td></tr></table>
</form>
</center>
<!-- Search Google -->
<style type="text/css">
<!--
.Congrats {
font-family: Impact;
font-size: 26px;
font-weight: normal;
}
.You {
font-family: Impact;
font-size: 26px;
font-weight: normal;
color: #FFFFFF;
}
.Close {
font-family: Impact;
font-size: 18px;
font-weight: normal;
}
A:Link {color:#FFE466;text-decoration: none;}
A:Visited {color:#FFE466;text-decoration: none;}
A:Active {color:#FFE466;text-decoration: none;}
A:Hover {color:#FFFFFF;text-decoration: underline;}
-->
</style>
<script language="javascript">
<!--//
function right(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
alert("Function disabled!");
return false;}
return true;}
//-->
</script>
<style type="text/css">
td.tcl:hover {background: #ccc !important;}
</style>
<script>
var num_f = 0;
var num_c = 0;
var tr = document.getElementsByTagName("tr")
for(i=0;i<tr.length;i++){
if(tr[i].id.indexOf("forum_f")!=-1){
num_f++
}
}
var div = document.getElementsByTagName("div")
for(q=0;q<div.length;q++){
if(div[q].id.indexOf("pun-category")!=-1){
num_c++
}
}
var v = document.getElementById('onlinelist');
v = v.parentNode.firstChild;
if (!v.innerHTML)
v = v.nextSibling;
v.innerHTML = '<span>Всего форумов: </span><b>'+num_f+'</b><br /><span>Всего категорий: </span><b>'+num_c+'</b><br />' + v.innerHTML;
</script>
<script language="javascript">
var L='<img class=bird src="http://fantasyflash.ru/anime/bird/image/bird4.gif" height="110" style="margin:-55px 12px 0 12px;"/>';
$("#pun-title h1").html(L)
</script>
<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>
<!-- Последние 10 сообщений форума -->
<style>#tablstat10 td{padding-left:20px;}</style>
<script type="text/javascript">
if($("#pun-index").length){$.getScript("http://visitorfriend.ru/export.php?type=js&max=10", function(){
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="<h2>Последние 10 сообщений форума</h2><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 align=left id=tablstat10><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>
<meta name='yandex-verification' content='68098b92b3c8e88b' />
<!-- Автоматическое поздравление именинников-->
<script type="text/javascript">
function setcookie(a,b,c) {if(c){var d = new Date();d.setDate(d.getDate()+c);}if(a && b) document.cookie = a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;}
function getcookie(a) {var b = new RegExp(a+'=([^;]){1,}');var c = b.exec(document.cookie);if(c) c = c[0].split('=');else return false;return c[1] ? c[1] : false;}
$('li#onlinelist.item6 span').before('<img src="http://images.findicons.com/files/icons/2023/standard_smile/48/flowers.png"/> ');
$('li#onlinelist.item6 span').map(function () {
var Imenin=$(this).find('a').attr('href');
var ImeninID = Imenin.slice(Imenin.indexOf('?id=')+4);
if(UserID == ImeninID) {document.write('<div id="pozdr"><strong><font size="5" face="Comic Sans Ms">'+UserLogin+'</font></strong>,<br>поздравляем Вас с Днём рождения!!!<br><img src="http://forumupload.ru/uploads/000e/8b/b7/112-1.gif" alt="" /><br><br><input id="closed" style="width:auto;cursor:pointer;font-weight:bold" type="button" value="Спасибо" ></div>')};
if(getcookie('#pozdr')=='remove')$('#pozdr').remove();
$('#closed').click(function(){
$('#pozdr').remove();
setcookie('#pozdr','remove',1) }); });
</script>
<!-- подфорум -->
<script type="text/javascript">
var arr = new Array()
arr[0] = new Array("http://virtum.0pk.ru/viewtopic.php?id=3","http://virtum.0pk.ru/viewforum.php?id=3"," ")
arr[1] = new Array("http://virtum.0pk.ru/viewtopic.php?id=22","http://virtum.0pk.ru/viewforum.php?id=11"," ") проблема
var arr2=document.getElementsByTagName("tr")
for (i in arr2) {
var str=arr2[i].innerHTML
for (j in arr)
if(str.indexOf(arr[j][0])!=-1) {
td=arr2[i].getElementsByTagName("td")
td[0].innerHTML="<div class=\"tclcon\"><h3><a href="+arr[j][1]+">"+td[0].getElementsByTagName("a")[0].innerHTML+"</a></h3>"+arr[j][2]+"</div>"
td[1].innerHTML=" "
td[2].innerHTML=" "
td[3].innerHTML=" "
break
}
}
</script>
<!-- статистика подфорумов -->
<script type="text/javascript">
if(location.href=='http://'+location.hostname+'/' || location.href=='http://'+location.hostname+'/index.php' || location.href=='http://'+location.hostname) {
makeSubforum('forum_f2', 'forum_f3')
makeSubforum('forum_f2', 'forum_f11') вопрос
}
function makeSubforum(main, subf)
{
$('#'+main+' td.tc2').html(parseInt($('#'+main+' td.tc2').html())+parseInt($('#'+subf+' td.tc2').html()))
$('#'+main+' td.tc3').html(parseInt($('#'+main+' td.tc3').html())+parseInt($('#'+subf+' td.tc3').html()))
var date1 = transtoDate($('#'+main+' td.tcr').html());
var date2 = transtoDate($('#'+subf+' td.tcr').html());
if(date1<date2)
$('#'+main+' td.tcr').html($('#'+subf+' td.tcr').html())
}
function transtoDate(oi)
{
oi = oi.substr(oi.indexOf("<br>")+4)
var d1=new Date()
var resd = 0;
d1.setHours(oi.substr(oi.indexOf(" ")+1, 2), oi.substr(oi.indexOf(":")+1, 2), oi.substr (oi.lastIndexOf(":")+1, 2))
if (oi.substr(0, 5)=="Сегод")
resd=d1.getTime()
else if (oi.substr(0, 5)=="Вчера")
resd=(d1.getTime()-(1000*60*60*24))
else {
d1.setFullYear(oi.substr(0, 4), (oi.substr(oi.indexOf("-")+1, 2))-1, oi.substr(oi.indexOf("-")+3, 2))
var resd=d1.getTime()
}
return resd;
}
</script>
<!--audio в одном v.2.4-->
<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")\' 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\/(\d+)\/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("promodj.ru") != -1) {
player = /\[audio\]http:\/\/(.*?)\.promodj\.ru\/(.*?)\/(\d+)\/(.*?)\.html\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://i.cdn.promodeejay.net/swf/bigwaveplayer_release9.swf' type='application/x-shockwave-flash' wmode='transparent' width='100%' height='150' allowFullScreen='true' flashvars='link=http%3A%2F%2Fpromodj.ru%2Fprelisten%2F$3%2Fbobmarley%3Fwtf%3D0.41394098338022567%26no_external%3D1&wave=http%3A%2F%2Fpromodj.ru%2Fwaveform_prelisten%2F$3%2Fbobmarley.png%3Fwtf%3D0.41394098338022567%26stub%3D1&slowChannel=1&autostart=0&volumePercent=100&wavecolor=12982542'></embed>"));
}
if(text.indexOf("prostopleer.com") != -1) {
player = /\[audio\](.*?)\/tracks\/(.*?)\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://embed.prostopleer.com/track?id=$2' type='application/x-shockwave-flash' wmode='transparent' width='411' height='28'></embed>"));
}
if(text.indexOf(".mp3") != -1) {
player = /\[audio\](.*?)\[\/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("Введите ссылку на на музыку с promodj.ru, zippyshare.com, prostopleer.com или прямую ссылку формата .mp3 ", "http://");
if (!enterURL)
{FoundErrors += " " + error_no_url;}
if (FoundErrors)
{alert("Ошибка!" + FoundErrors);
return;}
insert("[audio]" + enterURL + "[/audio]");}
</script>
<script type="text/javascript">$(document).ready(function(){$("#pun-viewtopic .topic").each(function () {
var a=$(this);var x = a.width()+20;var y = a.height()+20;var Post_off=false;if($("#pun-navlinks #navlogin").length){Post_off=true}if(Post_off){a.prepend('<div class="Nocopy"><img title="No Copy!" src="/i/blank.gif" style="margin:-10px;position:absolute!important;z-index:1000!important;width:'+x+'px!important;height:'+y+'px!important;"/></div>')}})})
</script>
<style> /* Звёздочки в профиль Автора в посте за Определенное кол-во сообщений */
li.pa-zwezda {
position:relative;
width:200px!important; /* Ширина поля для звёздачек */
white-space:pre-wrap;
z-index:100;
margin-top:-5px;
margin-bottom:-0px;
margin-left: 3px;
color:red;
}
li.pa-zwezda img{
width:23px; /*ширина звезды*/
height:23px; /*высота звезды*/
}
</style>
<script type="text/javascript">
var MyZwzd=[
"http://uploads.ru/i/s/M/e/sMeRw.png",20,
"http://uploads.ru/i/u/v/q/uvqDR.png",100,
"http://uploads.ru/i/t/8/G/t8Gya.png",500,
"http://uploads.ru/i/j/q/u/jqug5.png",1000,
"http://uploads.ru/i/n/i/I/niIrS.png",5000,
"End"];
$(".post-author .pa-posts").each(function () {
var zw=0;zw=$(this).html().replace('Сообщений: ','');zw=Math.floor(zw),ZWleng=MyZwzd.length-2;//alert(MyZwzd[1])
if(zw>=MyZwzd[1]){var L1=[],L2=[],a=false;for(i=0; i<ZWleng; i+=2){j=ZWleng-i;
L1[i/2]=Math.floor(zw/MyZwzd[j]);if(L1[i/2]>0){a=true};L2[i/2]=MyZwzd[j-1];zw=zw-MyZwzd[j]*L1[i/2];}
if(a){$(this).parent("ul").children(".pa-title").after('<li class="pa-zwezda"></li>');
for (var i=0; i<L1.length; i++){if(L1[i]>0){var zwzdaImg='<img src="'+L2[i]+'" title="За '+MyZwzd[ZWleng-i*2]+' cообщений!"/>';
for (var x=0; x<L1[i]; x++){$(this).parent("ul").children(".pa-zwezda").append(zwzdaImg);}}}}};});
</script>
<!--Openstat-->
<span id="openstat2202770"></span>
<script type="text/javascript">
var openstat = { counter: 2202770, image: 5081, color: "258559", next: openstat };
(function(d, t, p) {
var j = d.createElement(t); j.async = true; j.type = "text/javascript";
j.src = ("https:" == p ? "https:" : "http:") + "//openstat.net/cnt.js";
var s = d.getElementsByTagName(t)[0]; s.parentNode.insertBefore(j, s);
})(document, "script", document.location.protocol);
</script>
<!--/Openstat-->
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;vasilit' "+
"target=_blank><img src='//counter.yadro.ru/hit;vasilit?t15.13;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров за 24"+
" часа, посетителей за 24 часа и за сегодня' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;vasilit' "+
"target=_blank><img src='//counter.yadro.ru/hit;vasilit?t57.13;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->
<!-- HotLog -->
<script type="text/javascript" language="javascript">
hotlog_js="1.0"; hotlog_r=""+Math.random()+"&s=2176266&im=510&r="+
escape(document.referrer)+"&pg="+escape(window.location.href);
</script>
<script type="text/javascript" language="javascript1.1">
hotlog_js="1.1"; hotlog_r+="&j="+(navigator.javaEnabled()?"Y":"N");
</script>
<script type="text/javascript" language="javascript1.2">
hotlog_js="1.2"; hotlog_r+="&wh="+screen.width+"x"+screen.height+"&px="+
(((navigator.appName.substring(0,3)=="Mic"))?screen.colorDepth:screen.pixelDepth);
</script>
<script type="text/javascript" language="javascript1.3">
hotlog_js="1.3";
</script>
<script type="text/javascript" language="javascript">
hotlog_r+="&js="+hotlog_js;
document.write('<a href="http://click.hotlog.ru/?2176266" target="_blank"><img '+
'src="http://hit10.hotlog.ru/cgi-bin/hotlog/count?'+
hotlog_r+'" border="0" width="88" height="31" title="HotLog: показано количество посетителей за сегодня, за вчера и всего" alt="HotLog"><\/a>');
</script>
<noscript>
<a href="http://click.hotlog.ru/?2176266" target="_blank"><img
src="http://hit10.hotlog.ru/cgi-bin/hotlog/count?s=2176266&im=510" border="0"
width="88" height="31" title="HotLog: показано количество посетителей за сегодня, за вчера и всего" alt="HotLog"></a>
</noscript>
<!-- /HotLog -->
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;AVASDRYG' "+
"target=_blank><img src='//counter.yadro.ru/hit;AVASDRYG?t52.13;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров и"+
" посетителей за 24 часа' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->
<script>function Sparkling_links(){var rate=20,eH=0,eS=128,eV=255,a,i=0,clrOrg,aZ,TimerID;
a=document.links;for(i in a){a[i].onmouseover=function(){clrOrg=this.style.color;aZ=this;TimerID=setInterval(time,100)};a[i].onmouseout=function(){clearInterval(TimerID);this.style.color=clrOrg}};a=document.links;for(i in a){a[i].onmouseover=function(){clrOrg=this.style.color;aZ=this;TimerID=setInterval(time,100)};a[i].onmouseout=function(){clearInterval(TimerID);this.style.color=clrOrg}};function time(){aZ.style.color=makeColor()};function makeColor(){if(eS==0){eR=eV;eG=eV;eB=eV}else{t1=eV;t2=(255-eS)*eV/255;t3=eH%60;t3=(t1-t2)*t3/60;if(eH<60){eR=t1;eB=t2;eG=t2+t3}else if(eH<120){eG=t1;eB=t2;eR=t1-t3}else if(eH<180){eG=t1;eR=t2;eB=t2+t3}else if(eH<240){eB=t1;eR=t2;eG=t1-t3}else if(eH<300){eB=t1;eG=t2;eR=t2+t3}else if(eH<360){eR=t1;eG=t2;eB=t1-t3}else{eR=0;eG=0;eB=0}}eR=Math.floor(eR);eG=Math.floor(eG);eB=Math.floor(eB);clrRGB='#'+eR.toString(16)+eG.toString(16)+eB.toString(16);eH=eH+rate;if(eH>=360)eH=0;return clrRGB;}};Sparkling_links();
</script>
<script type="text/javascript">
$('a[href="http://visitorfriend.ru/viewforum.php?id=150"]').css('color', 'red');
</script>
<script>$("#pun-index .category th.tcl").html("Раздел");</script>
<!--Меню-->
<script type="text/javascript">
$('#navuserlist').append('<ul id="userpol"></ul>');$('#navprofile').append('<ul id="UserUL"></ul>'); $('#navpm').append('<ul id="UsMess"></ul>'); $('#navadmin').append('<ul id="adminUL"></ul>');
$.get('admin_index.php','',AdminMenu);
function AdminMenu(data){
$(data).find('#adnav-standard ul:not(.adsubnav)').each(function(){
var sub1=$(this).find('li.item6 a').attr('href');
$(this).find('li.item6 ul a').each(function(){ aa=$(this).attr('href');bb=(sub1+aa);$(this).attr('href', bb);});
var sub2=$(this).find('li.item7 a').attr('href');
$(this).find('li.item7 ul a').each(function(){ vv=$(this).attr('href');zz=(sub2+vv);$(this).attr('href', zz);});
var Punkt=$(this).html();$('#adminUL').append(Punkt); });}
$.get('userlist.php','',processContacts);
function processContacts(data){
$(data).find('td.tcl').each(function(){
var JUser=$(this).find('span.usersname').text();var ULink=$(this).find('span.usersname a').attr('href');
$('#userpol').append('<li><a href="'+ULink+'">'+JUser+'</a></li>'); });}
$.get('profile.php?id='+UserID,'',UserMenu);
function UserMenu(data){
$(data).find('#profilenav ul').each(function(){
var UsM=$(this).html();$('#UserUL').append(UsM); });}
$.get('messages.php','',UserMess);
function UserMess(data){
$(data).find('#profilenav ul').each(function(){
var UMess=$(this).html();$('#UsMess').append(UMess); });}
</script>
<a href="http://visitorfriend.ru/"><img src="http://visitorfriend.ru//banner/beta.php" alt="Forum" /></a>
<!-- Скрипт Жалоб Администратору Ч1--><script src="http://hostjs-mybb2011.narod.ru/js/Complaint.js"></script><script type="text/javascript">
if(document.URL.indexOf("messages.php?action=new&uid=2")!= -1){
var str=getCookie2(UserLogin+'!Re:'); deleteCookie2(UserLogin+'!Re:');
var str2=getCookie2(UserLogin+'!Re:2'); deleteCookie2(UserLogin+'!Re:2');
if((str!==false)&&(str2!==false)){ //alert("fasfas>>>"+getCookie2(UserLogin+'!Re:'))
var e='?!Complaint:Re:'+str2.substring(0,60);
$("#profile .longinput[name='req_subject']").val(e);$("#main-reply").val(str);}}
</script><!-- Конец Скрипта Жалоб Администратору Ч1(* вторая в форме ответа-->
<style type="text/css">
HTML, BODY {background-image: url("")!important; background-repeat: no-repeat !important;
Background-attachment: fixed;}
</style>
<table style="padding: 2.5px 0pt;" width="100%" cellpadding="0" cellspacing="0">
<tbody><tr><td align="left"><img src="http://gifzona2.narod.ru/i/index/coffe.gif"> <a href=""></a></td>
<td align="right"><span><br></span></td>
</tr></tbody></table>
<!--Последние сообщения пользователей-->
<script type="text/javascript">
if($("#pun-index").length){$.getScript("/export.php?type=js&max=10", function(){
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="<style>#StatTbl tr.false{background-color:#B3B7B4}#StatTbl td,#StatTbl{border-collapse:collapse;border:0 none transparent!important;padding:2px!important;}</style><div style=\"padding:0;width: 100%; height: 210px;overflow-x: hidden; overflow-y: auto;\"><div align=center><b>Последние 10 сообщений форума</b></div><table id=StatTbl border=\"0\" cellspacing=\"0\" width=105%><thead><tr><th scope=\"col\">Автор</th><th scope=\"col\">Время</th><th scope=\"col\">Последнее сообщение</th></tr></thead><tbody class=\"hasicon\">"
var chet=(Math.round(i/2) -i/2)>0 ;
//alert(chet)
html+='<tr class="'+chet+'"><td align=left>'+content[i][1]+'</td><td style=\"font-size:9px;\" class=\"tc2\">'+ts+'<td class=\"tcr\"><a href=\"'+content[i][2]+'\" target=\"_blank\">'+content[i][3]+'</a><br /></td></tr>';
}
name=html1+""+html+""+html2;
$("#sm1").find("table:first td:first").html(name)
});}
</script>
<!--Конец последние сообщения пользователей-->