/* /static/js/ajax.js */ /* UTF8 COOKIE éà */

var	ajax;

function	getAjax()
{
	if(ajax != null)
		ajax.abort();

	ajax = new vkJSONRemote();
}
