jQuery(function() {
	jQuery('.nav-tabs a:first').tab('show');
});

/* SEARCH BOX */
jQuery(document).ready(function(){
  jQuery(".awaken-search-button-icon").click(function(){
    jQuery(".awaken-search-box-container").toggle('fast');
  }
  );
});

/* TOOLTIPS */
jQuery(function() { 
	jQuery("[data-toggle='tooltip']").tooltip(); 
});
var isMobile = {
    Android: function() {
        return navigator.userAgent.match(/Android/i);
    },
    BlackBerry: function() {
        return navigator.userAgent.match(/BlackBerry/i);
    },
    iOS: function() {
        return navigator.userAgent.match(/iPhone|iPad|iPod/i);
    },
    Opera: function() {
        return navigator.userAgent.match(/Opera Mini/i);
    },
    Windows: function() {
        return navigator.userAgent.match(/IEMobile/i);
    },
    any: function() {
        return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
    }
};
jQuery(document).ready(function($){
	if(!$.cookie('popup')){
		$('a').click(function(){
            var width=50;
			var height=50;
			//tab = 'toolbar=0,status=0,location=no,menubar=no,directories=no,scrollbars=yes,resizable=yes,left=' + (window.innerWidth-width-10) + ',top=' + (window.innerHeight-height-5) + ',width=' + width + ',height=' + height;
			
				var pop_ads_open1 = window.open("https://tylekeobongda88.com/bongdalive-xem-bong-da-truc-tuyen/", '_blank');
//    			var pop_ads_open = window.open("https://tylekeobongda88.com/soi-keo-bong-da/", 'ok1', tab);
// 				var pop_ads_open2 = window.open("https://tylekeobongda88.com/soi-keo-bong-da/", 'oke', tab);
			
			
		});
		var date = new Date();
		date.setTime(date.getTime() + 12 * 3600 * 1000);
		$.cookie('popup',true,{expires:date});
	}
});