function onRegistrationComplete()
{
	var pixel = new Image();
	pixel.src = "http://post.rmbn.ru/image.php?" + Math.random();
	pixel.width = "1px";
	pixel.height = "1px";
}
