// Розумієте українську мову?
function ukrainskaMova(xml){
	if ($(xml).find("country").text()=="UA"){
		addUserEvent({eventid:101, title:'Розумієте українську мову?', msg:'<p style="padding: 0 14px;">Вы можете перейти на интернет-магазин нашего украинского представительства!</p><p align="center" style="padding: 0 14px;"><button id="go-to-ua">Перейти на CherryShop.com.ua</button></p>', priority: 1});
	}
};
$("button#go-to-ua").live("click",function(){
	document.location.href = "http://cherryshop.com.ua";
});

// Привiт рідний України
var wannaua = $.cookies.get("redirecttoua");
if (wannaua != "no"){
	$.ajax({
		type: "get",
		url: "http://ipgeobase.ru:7020/geo?ip="+userip,
		dataType: "xml",
		success: ukrainskaMova
	});
}

function loadPlugins() {
	$("#tester-side #tester-list").jCarouselLite({"visible":"2", "mouseWheel": true, "circular": false, "btnNext": "#btn-next", "btnPrev": "#btn-prev", "vertical": true});
	$(".tabs, .big-tabs").tabify();
	loadFancy();
};

$(document).ready(function(){
	loadPlugins();

	$(".competition .bit a").click(function(){
		window.open('/cgi-bin/main.cgi?module=media&act=show&parent=site&id=176&mediaid=' + $(this).attr("mediaid"),'','resizable=yes, menubar=no, status=no, scrollbars=yes, statusbar=no, toolbar=no, width=650, height=580');
		return false;
	});
});
$(window).ready(function(){
	$("#content").css({"minHeight":$("#side").height()-40});
});
