// JavaScript Document

if (isActiveX())
{
	finishedLoading(this);
	window.location.href = "success.html";
}
