function nd(time) {
    if (olLoaded && !isExclusive()) {
        if (time && !o3_delay) {
            if (o3_timerid > 0) clearTimeout(o3_timerid);
            o3_timerid = setTimeout("cClick()", (o3_timeout = time));