sub Script_OnStart {
    print "1..2\n";
    if($main::ASP_CONF_MARK) {
	print "ok\n";
    }
}