/*
 * Timer$B%9%/%j%W%H(B
 * Copyright (c) 2008 Poturi, All Rights Reserved.
 * http://www.poturi.net/
 *
 * $B%=!<%9%3!<%I$N2~JQ!&:FHRI[$O<+M3$G$9$,!"(B
 * $B$=$N:]$O$3$N(BCopyright$B$rL@5-$7$F$/$@$5$$!#(B
 * $B>&MQMxMQ$OIT2D$G$9!#(B
 */

window.onload = function() {
    var ig_prefs;
    var cookie;
    if (typeof _IG_Prefs == "function") {
        ig_prefs = new _IG_Prefs();
        cookie = false;
    }
    else {
        ig_prefs = false;
        cookie = new Cookie(document, "finishtime", 2);
    }

    var sound = new Sound();
    var timer = new Timer(ig_prefs, cookie, sound);
}
