jQuery(document).ready(function ($) {


var id=$(".signal2").data("id");
  
$.ajax({
		url: '/ad.php',
		type: 'post',
		dataType: 'html',
		data: { id:id},
		success: function(b) {
					
 	$(".signal2").prepend(b)  		
		
		},
		error: function() {},
	})



	})

function loadImg() {
    Echo['init']({
        offset: 0,
        throttle: 0
    })
};
loadImg();

function LX_url(GqGQc1) {
    var NFMVEL2 = utf8to16(base64decode(GqGQc1));
  //  if (NFMVEL2['split']('bbs.zhibo8.cc')['length'] > 1) {
   //     NFMVEL2 = "/"
   // }
    window['open'](NFMVEL2)
};
$(function() {
    $("#nav li")['mousemove'](function() {
        $(this)['addClass']('hover');
        $(this)['find']('.subnav')['removeClass']('no_show')
    })['mouseout'](function() {
        $(this)['removeClass']('hover');
        $(this)['find']('.subnav')['addClass']('no_show')
    })
});

function qh(_gLa_ab3, isAyrmf_4, tEhrCU5) {
    for (var vtgcEmDMS6 = 1; vtgcEmDMS6 <= isAyrmf_4; vtgcEmDMS6++) {
        if ($$(tEhrCU5 + "_" + vtgcEmDMS6)) {
            $$(tEhrCU5 + "_" + vtgcEmDMS6)['className'] = ($$(tEhrCU5 + "_" + vtgcEmDMS6)['getAttribute']('class') + "")['replace'](" current", "");
            $$(tEhrCU5 + "" + vtgcEmDMS6)['className'] = ($$(tEhrCU5 + "" + vtgcEmDMS6)['getAttribute']('class') + "")['replace'](" no_show", "") + " no_show"
        }
    }
    if ($$(tEhrCU5 + "_" + _gLa_ab3)) {
        $$(tEhrCU5 + "_" + _gLa_ab3)['className'] = ($$(tEhrCU5 + "_" + _gLa_ab3)['getAttribute']('class') + "")['replace'](" current", "") + " current";
        $$(tEhrCU5 + "" + _gLa_ab3)['className'] = ($$(tEhrCU5 + "" + _gLa_ab3)['getAttribute']('class') + "")['replace'](" no_show", "")
    }
    if ($$("titleV")) {
        $$("titleV")['innerHTML'] = $$(tEhrCU5 + "_" + _gLa_ab3)['innerHTML']
    }
};

function ajaj(KGACFgAv7, H8) {
    var B_UIZsuD9 = window["document"]['getElementsByTagName']("head")[0];
    var figTFq10 = window["document"]['createElement']("script");
    figTFq10['src'] = KGACFgAv7;
    figTFq10['onload'] = figTFq10['onreadystatechange'] = function() {
        if (!this['readyState'] || this['readyState'] == "loaded" || this['readyState'] == "complete") {
            if (figTFq10) {
                figTFq10['parentNode']['removeChild'](figTFq10)
            }
            if (H8) {
                window["eval"](H8 + "();")
            }
        }
    };
    B_UIZsuD9['appendChild'](figTFq10)
};
$(".TextJianjie .more")['on']("click", function() {
    if ($(this)['find']("span")['hasClass']('more_down')) {
        $(this)['parent']('div')['height']("auto");
        $(this)['find']("span")['removeClass']('more_down')['addClass']('more_up')
    } else {
        $(this)['parent']('div')['height']("240");
        $(this)['find']("span")['removeClass']('more_up')['addClass']('more_down')
    }
})