VK.init({
	apiId: "1863631",
	nameTransportPath: '/vk_xd_receiver.htm'
});
function loginCallback(response) {
	if (response.session) {
		var s = response.session;
		document.location.href = 'vkontaktelogin.html?expire=' + s.expire + '&mid=' + s.mid + '&secret=' + s.secret + '&sid=' + s.sid + '&sig=' + s.sig;
	}
}

