var VK_API = "1861149"; //jastparty.ru - 1861149, jp.ru(local) - 1861983
function vk_run(){};
$(document).ready(function(){
	
	var vk_dont_run = false;
	if($.browser.msie && $.browser.version*1 < 7)
		vk_dont_run = true;
	
	if(!vk_dont_run) {
		window.vkAsyncInit = function() {
			try {
				VK.init({
					apiId: VK_API,
					nameTransportPath: "/vk/xd_receiver.htm"
			    });
				
				vk_run();
			}
			catch(e){
				
			}
		};
		
		(function() {
		    var el = document.createElement("script");
			el.type = "text/javascript";
			el.charset = "windows-1251";
			//el.src = "/js/vk/openapi.php";
			el.src = "http://vkontakte.ru/js/api/openapi.js";
			el.async = true;
			document.getElementById("vk_api_transport").appendChild(el);
		}());
	}
});
