﻿
//-- region

function lateCall(t,func)
{
var _self = this;
this.handle = null;
this.func = func;
this.t=t;
 
this.execute = function()
{
_self.func();
_self.stop();
}
 
this.stop=function()
{
clearInterval(_self.handle);
}
 
this.start=function()
{
_self.handle = setInterval(_self.execute,_self.t);
}
}

$(document).ready(function(){
	var allregionLateCall = new lateCall(200,function(){$('#div_allregion').show();});
	$('.allregion').click(function(){
            allregionLateCall.start();
	  });
	$('.regionlist').hover(function(){
		allregionLateCall.start();
		},
		function(){
			allregionLateCall.stop();
			$('#div_allregion').hide();
			});
});


document.writeln("	<link rel=\'dns-prefetch\' href=\'//s7.addthis.com\'>");

document.writeln("	<link rel=\'dns-prefetch\' href=\'//img.lxxlxx.com\'>");

document.writeln("	<link rel=\'dns-prefetch\' href=\'//img.lxxlxx.club\'>");
document.writeln("	<link rel=\'dns-prefetch\' href=\'//img.lxxlxx.net\'>");


document.writeln("	<link rel=\'dns-prefetch\' href=\'//adserver.juicyads.com\'>");
document.writeln("	<link rel=\'dns-prefetch\' href=\'//ads-a.juicyads.com\'>");
document.writeln("	<link rel=\'dns-prefetch\' href=\'//ads.juicyads.com\'>");
document.writeln("	<link rel=\'dns-prefetch\' href=\'//js.juicyads.com\'>");

document.writeln("	<link rel=\'dns-prefetch\' href=\'//zd-en.6av.club\'>");
document.writeln("	<link rel=\'dns-prefetch\' href=\'//zd-cn.6av.club\'>");
document.writeln("	<link rel=\'dns-prefetch\' href=\'//zd-exju.6av.club\'>");

document.writeln("	<link rel=\'dns-prefetch\' href=\'//zd-en.5av.club\'>");
document.writeln("	<link rel=\'dns-prefetch\' href=\'//zd-cn.5av.club\'>");
document.writeln("	<link rel=\'dns-prefetch\' href=\'//zd-exju.5av.club\'>");

document.writeln("	<link rel=\'dns-prefetch\' href=\'/\'>");


function regionlist(id){
switch(id){

case "1":
document.writeln("<li><a href=\'//www.lxxlxx.com\'>English</a></li>");
document.writeln("<li><a href=\'//ru.lxxlxx.com\'>Русский</a></li>");
document.writeln("<li><a href=\'//fr.lxxlxx.com\'>Français</a></li>");
document.writeln("<li><a href=\'//de.lxxlxx.com\'>Deutsch</a></li>");
document.writeln("<li><a href=\'//el.lxxlxx.com\'>Ελληνικά</a></li>");
document.writeln("<li><a href=\'//pl.lxxlxx.com\'>Polski</a></li>");
document.writeln("<li><a href=\'//nl.lxxlxx.com\'>Nederlands</a></li>");
document.writeln("<li><a href=\'//pt.lxxlxx.com\'>Português</a></li>");
document.writeln("<li><a href=\'//es.lxxlxx.com\'>Español</a></li>");
document.writeln("<li><a href=\'//it.lxxlxx.com\'>Italiano</a></li>");

document.writeln("<li><a href=\'//tr.lxxlxx.com\'>Türkçe</a></li>");
document.writeln("<li><a href=\'//th.lxxlxx.com\'>ไทย</a></li>");
document.writeln("<li><a href=\'//vi.lxxlx.com\'>Tiếng Việt</a></li>");

document.writeln("<li><a href=\'//id.lxxlx.com\'>Indonesia</a></li>");
document.writeln("<li><a href=\'//ja.lxxlxx.com\'>日本語</a></li>");
document.writeln("<li><a href=\'//ko.lxxlx.com\'>한국어</a></li>");
document.writeln("<li><a href=\'//ar.lxxlx.com\'>العربية</a></li>");
document.writeln("<li><a href=\'//hi.lxxlx.com\'>हिंदी</a></li>");
document.writeln("<li><a href=\'//zhs.lxxlxx.com\'>繁體中文</a></li>");

break;

}
}