// This javascript loads the clocks -- ctb/05/02/07

<!--

// analog clock 0001
function loadclocks1(TZ) {
    obj = new Object;
    obj.clockfile = "0001-gray.swf";
    obj.TimeZone = TZ;
    obj.width = 130;
    obj.height = 130;
    obj.Place = "";
    obj.wmode = "transparent";
    showClock(obj);
}

//-->

// These functions are called as follows:
// loadclocks1("MST");
