function SetNextDigit() {
}
SetNextDigit.prototype = new DXMLHttpRequestShell();
SetNextDigit.constructor = SetNextDigit;
SetNextDigit.prototype.onLoad = function() {
    try {
        document.getElementById("unique_code").src = new String(document.getElementById("unique_code").src + "?rand=" + Math.random());
        document.getElementById("loading").style.visibility = "hidden";
        //alert(this.getResponseText());
    } catch (e) {
        //alert(e.message)
    }
}
SetNextDigit.prototype.set = function(value) {
    this.init();
    this.fastGetUrl("next/" + value + ".html");
}