Symbol 4 Button
on (press) {
this.valclok.sec.gotoAndStop(3);
}
Symbol 7 Button
on (press) {
this.valclok.sec.gotoAndStop(4);
}
Symbol 10 Button
on (press) {
this.valclok.sec.gotoAndStop(5);
}
Symbol 13 Button
on (press) {
this.valclok.sec.gotoAndStop(6);
}
Symbol 16 Button
on (press) {
this.valclok.sec.gotoAndStop(7);
}
Symbol 19 Button
on (press) {
this.valclok.sec.gotoAndStop(8);
}
Symbol 22 Button
on (press) {
this.valclok.sec.gotoAndStop(9);
}
Symbol 25 Button
on (press) {
this.valclok.sec.gotoAndStop(10);
}
Symbol 28 Button
on (press) {
this.valclok.sec.gotoAndStop(11);
}
Symbol 31 Button
on (press) {
this.valclok.sec.gotoAndStop(12);
}
Symbol 34 Button
on (press) {
this.valclok.sec.gotoAndStop(13);
}
Symbol 37 Button
on (press) {
this.valclok.sec.gotoAndStop(14);
}
Symbol 40 Button
on (press) {
this.valclok.sec.gotoAndStop(15);
}
Symbol 43 Button
on (press) {
this.valclok.sec.gotoAndStop(16);
}
Symbol 46 Button
on (press) {
this.valclok.sec.gotoAndStop(17);
}
Symbol 49 Button
on (press) {
this.valclok.sec.gotoAndStop(18);
}
Symbol 52 Button
on (press) {
this.valclok.sec.gotoAndStop(19);
}
Symbol 55 Button
on (press) {
this.valclok.sec.gotoAndStop(20);
}
Symbol 58 Button
on (press) {
this.valclok.sec.gotoAndStop(21);
}
Symbol 61 Button
on (press) {
this.valclok.sec.gotoAndStop(22);
}
Symbol 64 Button
on (press) {
this.valclok.sec.gotoAndStop(23);
}
Symbol 67 Button
on (press) {
this.valclok.sec.gotoAndStop(24);
}
Symbol 70 Button
on (press) {
this.valclok.sec.gotoAndStop(25);
}
Symbol 77 MovieClip Frame 1
theDays = new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat");
theMonths = new Array("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12");
theDate = new Date();
today = theDate.getDate();
day = theDate.getDay();
month = theDate.getMonth();
year = theDate.getFullYear();
dayName = theDays[day];
monthName = theMonths[month];
hours = theDate.getHours();
minutes = theDate.getMinutes();
seconds = theDate.getSeconds();
if (monthName < 10) {
monthName = "0" + monthName;
}
if (today < 10) {
today = "0" + today;
}
if (hours < 10) {
hours = "0" + hours;
}
if (minutes < 10) {
minutes = "0" + minutes;
}
if (seconds < 10) {
seconds = "0" + seconds;
}
fulldate = ((((((monthName + "/") + today) + "/") + year) + "(") + dayName) + ")";
fullhour = (hours + ":") + minutes;
Symbol 77 MovieClip Frame 2
gotoAndPlay(_currentframe - 1);
Symbol 135 MovieClip Frame 1
text00 = "0\u6642\u3060\u3088\u3002\u65B0\u3057\u3044\u65E5\u304C\u304D\u305F\u306D\u65E5\u306B\u3061\u3092\u9593\u9055\u308F\u306A\u3044\u3088\u3046\u306B\u3057\u3088\u3046";
text01 = "1\u6642\u3060\u3088\u3002\u30CD\u30C3\u30C8\u30B5\u30FC\u30D5\u30A3\u30F3\u306F\u697D\u3057\u3044\u306D";
text02 = "2\u6642\u3060\u3088\u3002\u3046\u30FC\u3093\u305D\u308D\u305D\u308D\u7720\u304F\u306A\u3063\u305F\u306D";
text03 = "3\u6642\u3060\u3088\u3002\u3061\u3087\u3063\u3074\u308A\u6016\u3044\u6642\u9593\u304B\u3082\u3001\u80CC\u5F8C\u306B\u8AB0\u304B\u611F\u3058\u306A\u3044\uFF1F";
text04 = "4\u6642\u3060\u3088\u3002\u9045\u304F\u8D77\u304D\u3066\u308B\u4EBA\u3082\u305D\u308D\u305D\u308D\u9650\u754C\u304B\u306A\uFF1F";
text05 = "5\u6642\u3060\u3088\u3002\u3053\u306E\u6642\u9593\u307E\u3067\u8D77\u304D\u3066\u3044\u308B\u4EBA\u3063\u3066\u3059\u3054\u30FC\u3044\uFF01\uFF01";
text06 = "6\u6642\u3060\u3088\u3002\u65E9\u8D77\u304D\u3060\u306D\u3001\u304A\u51FA\u304B\u3051\u524D\u306B\u304A\u6C17\u306B\u5165\u308A\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3088\u3046";
text07 = "7\u6642\u3060\u3088\u3002(\u30CE\uFF3E\u0414\uFF3E)\u304A\u306F\u3088\u3046\uFF01\u30B4\u30DF\u65E5\u3061\u3083\u3093\u3068\u30C1\u30A7\u30C3\u30AF\u3057\u3088\u3046";
text08 = "8\u6642\u3060\u3088\u3002\u53D6\u308A\u5408\u3048\u305A\u671D\u306E\u30E1\u30FC\u30EB\u30C1\u30A7\u30C3\u30AF\u306F\u5FD8\u308C\u306A\u3044\u3067\u306D";
text09 = "9\u6642\u3060\u3088\u3002\u6D17\u6FEF\u3059\u308B\u306A\u3089\u3053\u306E\u6642\u9593\u304C\u4E00\u756A\u3044\u3044\u306D";
text10 = "10\u6642\u3060\u3088\u3002\u305D\u308D\u305D\u308D\u76EE\u304C\u9192\u3081\u3066\u304D\u305F\u304B\u306A\uFF1F";
text11 = "11\u6642\u3060\u3088\u3002\u3082\u3046\u3059\u3050\u304A\u663C\u3060\u306D\u3001\u4F55\u98DF\u3079\u3088\u3046\u304B\uFF1F";
text12 = "12\u6642\u3060\u3088\u3002\u3061\u3087\u3063\u3068\u304A\u663C\u306E\u4F11\u61A9\u306B\u30CD\u30C3\u30C8\u306F\u6700\u9AD8\u3060\u3088\u306D";
text13 = "13\u6642\u3060\u3088\u3002\u98DF\u5F8C\u306E\u4F11\u61A9\u306F\u3082\u3046\u3061\u3087\u3063\u3068\u3057\u305F\u3044\u306D";
text14 = "14\u6642\u3060\u3088\u3002\u5929\u6C17\u306E\u826F\u3044\u65E5\u306F\u4E00\u756A\u6696\u304B\u3044\u6642\u9593\u7720\u6C17\u3082\u6700\u9AD8\u6F6E\uFF1F";
text15 = "15\u6642\u3060\u3088\u3002\u5B66\u751F\u3055\u3093\u306F\u5E30\u5B85\u306E\u6642\u9593\u3060\u306D\u3002";
text16 = "16\u6642\u3060\u3088\u3002\u304A\u4ED5\u4E8B\u3082\u3046\u3059\u3050\u7D42\u308F\u308A\u3060\u3041";
text17 = "17\u6642\u3060\u3088\u3002\u6B8B\u696D\u3057\u3066\u308B\u4EBA\u3001\u304A\u4ED5\u4E8B\u9811\u5F35\u3063\u3066\u306D";
text18 = "18\u6642\u3060\u3088\u3002\u30E1\u30FC\u30EB\u30C1\u30A7\u30C3\u30AF\u3082\u5FD8\u308C\u306A\u3044\u3067\u306D";
text19 = "19\u6642\u3060\u3088\u3002\u5915\u98EF\u306F\u98DF\u3079\u305F\u304B\u306A\uFF1F";
text20 = "20\u6642\u3060\u3088\u3002\u63B2\u793A\u677F\u306E\u30C1\u30A7\u30C3\u30AF\u306F\u65E9\u3081\u306B\u6E08\u307E\u305B\u3066\u3001\u3055\u3041\u30CD\u30C3\u30C8\u30B5\u30FC\u30D5\u30A3\u30F3";
text21 = "21\u6642\u3060\u3088\u3002\u304A\u6C17\u306B\u5165\u308A\u306E\u30C6\u30EC\u30D3\u306E\u756A\u7D44\u5FD8\u308C\u3066\u306A\u3044\uFF1F";
text22 = "22\u6642\u3060\u3088\u3002\u304A\u98A8\u5442\u306F\u5165\u3063\u305F\u304B\u306A\uFF1F\u3086\u3063\u304F\u308A\u30CD\u30C3\u30C8\u3057\u3088\u3046\uFF01";
text23 = "23\u6642\u3060\u3088\u3002\u30C6\u30EC\u30DB\u30FC\u30C0\u30A4\u306E\u6642\u9593\u3060\u3051\u3069\u3001\u4ECA\u306F\u307F\u3093\u306A\u30D5\u30EC\u30C3\u30C4\u3060\u306D";
text24 = "24\u6642\u3060\u3088\u3002\u65B0\u3057\u3044\u65E5\u304C\u304D\u305F\u306D\u65E5\u306B\u3061\u3092\u9593\u9055\u308F\u306A\u3044\u3088\u3046\u306B\u3057\u3088\u3046";
textd01 = "1\u65E5\u3067\u3059\u3002";
textd02 = "2\u65E5\u3067\u3059\u3002";
textd03 = "3\u65E5\u3067\u3059\u3002";
textd04 = "4\u65E5\u3067\u3059\u3002";
textd05 = "5\u65E5\u3067\u3059\u3002";
textd06 = "6\u65E5\u3067\u3059\u3002";
textd07 = "7\u65E5\u3067\u3059\u3002";
textd08 = "8\u65E5\u3067\u3059\u3002";
textd09 = "9\u65E5\u3067\u3059\u3002";
textd10 = "10\u65E5\u3067\u3059\u3002";
textd11 = "11\u65E5\u3067\u3059\u3002";
textd12 = "12\u65E5\u3067\u3059\u3002";
textd13 = "13\u65E5\u3067\u3059\u3002";
textd14 = "14\u65E5\u3067\u3059\u3002";
textd15 = "15\u65E5\u3067\u3059\u3002";
textd16 = "16\u65E5\u3067\u3059\u3002";
textd17 = "17\u65E5\u3067\u3059\u3002";
textd18 = "18\u65E5\u3067\u3059\u3002";
textd19 = "19\u65E5\u3067\u3059\u3002";
textd20 = "20\u65E5\u3067\u3059\u3002";
textd21 = "21\u65E5\u3067\u3059\u3002";
textd22 = "22\u65E5\u3067\u3059\u3002";
textd23 = "23\u65E5\u3067\u3059\u3002";
textd24 = "24\u65E5\u3067\u3059\u3002";
textd25 = "25\u65E5\u3067\u3059\u3002";
textd26 = "26\u65E5\u3067\u3059\u3002";
textd27 = "27\u65E5\u3067\u3059\u3002";
textd28 = "28\u65E5\u3067\u3059\u3002";
textd29 = "29\u65E5\u3067\u3059\u3002";
textd30 = "30\u65E5\u3067\u3059\u3002";
textd31 = "31\u65E5\u3067\u3059\u3002";
Symbol 135 MovieClip Frame 2
textd = eval ("textd" + this.time.today);
text = eval ("text" + this.time.hours);
if ((this.time.monthName == "01") && (this.time.today == "01")) {
textdx = "\u5143\u65E6\u3002\u3042\u3051\u307E\u3057\u3066\u304A\u3081\u3067\u3068\u3046\u3054\u3056\u3044\u307E\u3059\u3002\u6628\u5E74\u540C\u69D8\uFF2C\uFF2F\uFF36\uFF25\u3092\u5B9C\u3057\u304F\u306D\uFF01\u6765\u3066\u304F\u308C\u306A\u3044\u3068\u6CE3\u3044\u3061\u3083\u3046\u304B\u3089\uFF61\uFF65\uFF9F\uFF65(\uFF89\u0414`)\uFF65\uFF9F\uFF65\uFF61";
}
if ((this.time.monthName == "11") && (this.time.today == "19")) {
textdx = "1\u67082\u65E5\u3060\u3088\u3002\u6628\u591C\u306F\u521D\u8A63\u884C\u3063\u305F\u304B\u306A\uFF1F\u521D\u58F2\u308A\u3082\u4ECA\u65E5\u304B\u3089\u3060\u3088\u306D\uFF5E\u266A";
}
if ((this.time.monthName == "01") && (this.time.today == "03")) {
textdx = "1\u67083\u65E5\u3060\u3088\u3002\u4ECA\u65E5\u306F\uFF11\u65E5\u3086\u3063\u304F\u308A\u5BDD\u3066\u3059\u3054\u3059\u306E\u3082\u3044\u3044\u306D(\u00B4\u2207\uFF40)\uFF8C\uFF67\uFF67\uFF70\uFF72";
}
if ((this.time.monthName == "01") && (this.time.today == "04")) {
textdx = "\u4ECA\u65E5\u306F1\u67084\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "05")) {
textdx = "\u4ECA\u65E5\u306F1\u67085\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "06")) {
textdx = "\u4ECA\u65E5\u306F1\u67086\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "07")) {
textdx = "\u4ECA\u65E5\u306F1\u67087\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "08")) {
textdx = "\u4ECA\u65E5\u306F1\u67088\u65E5\u3060\u3088\u3002\u4ECA\u65E5\u304B\u3089\u5B66\u6821\u304C\u59CB\u307E\u308B\u306D\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "09")) {
textdx = "\u4ECA\u65E5\u306F1\u67089\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "10")) {
textdx = "\u4ECA\u65E5\u306F1\u670810\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "11")) {
textdx = "\u4ECA\u65E5\u306F1\u670811\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "12")) {
textdx = "\u4ECA\u65E5\u306F1\u670812\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "13")) {
textdx = "\u4ECA\u5E74\u6210\u4EBA\u3092\u3080\u304B\u3048\u308B\u307F\u3093\u306A\uFF75\uFF92\uFF83\uFF9E\uFF84\uFF73!\u30FD(\u00B4\u25BD\uFF40)\u30CE";
}
if ((this.time.monthName == "01") && (this.time.today == "14")) {
textdx = "\u4ECA\u65E5\u306F1\u670814\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "15")) {
textdx = "\u4ECA\u65E5\u306F1\u670815\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "16")) {
textdx = "\u4ECA\u65E5\u306F1\u670816\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "17")) {
textdx = "\u4ECA\u65E5\u306F1\u670817\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "18")) {
textdx = "\u4ECA\u65E5\u306F1\u670818\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "19")) {
textdx = "\u4ECA\u65E5\u306F1\u670819\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "20")) {
textdx = "\u4ECA\u65E5\u306F1\u670820\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "21")) {
textdx = "\u4ECA\u65E5\u306F1\u670821\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "22")) {
textdx = "\u4ECA\u65E5\u306F1\u670822\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "23")) {
textdx = "\u4ECA\u65E5\u306F1\u670823\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "24")) {
textdx = "\u4ECA\u65E5\u306F1\u670824\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "25")) {
textdx = "\u4ECA\u65E5\u306F1\u670825\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "26")) {
textdx = "\u4ECA\u65E5\u306F1\u670826\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "27")) {
textdx = "\u4ECA\u65E5\u306F1\u670827\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "28")) {
textdx = "\u4ECA\u65E5\u306F1\u670828\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "29")) {
textdx = "\u4ECA\u65E5\u306F1\u670829\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "30")) {
textdx = "\u4ECA\u65E5\u306F1\u670830\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "01") && (this.time.today == "31")) {
textdx = "\u4ECA\u65E5\u306F1\u670831\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "01")) {
textdx = "\u4ECA\u65E5\u306F2\u67081\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "02")) {
textdx = "\u4ECA\u65E5\u306F2\u67082\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "03")) {
textdx = "\u4ECA\u65E5\u306F2\u67083\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "04")) {
textdx = "\u4ECA\u65E5\u306F2\u67084\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "05")) {
textdx = "\u4ECA\u65E5\u306F2\u67085\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "06")) {
textdx = "\u4ECA\u65E5\u306F2\u67086\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "07")) {
textdx = "\u4ECA\u65E5\u306F2\u67087\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "08")) {
textdx = "\u4ECA\u65E5\u306F2\u67088\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "09")) {
textdx = "\u4ECA\u65E5\u306F2\u67089\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "10")) {
textdx = "\u4ECA\u65E5\u306F2\u670810\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "11")) {
textdx = "\u5EFA\u56FD\u8A18\u5FF5\u306E\u65E5\u3060\u306D\u3002\u5EFA\u56FD\u8A18\u5FF5\u65E5\u3058\u3083\u306A\u3044\u304B\u3089\u6CE8\u610F\u3057\u3088\u3046\u306D(\u00B4\u2207\uFF40\uFF1B)";
}
if ((this.time.monthName == "02") && (this.time.today == "12")) {
textdx = "\u4ECA\u65E5\u306F2\u670812\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "13")) {
textdx = "\u4ECA\u65E5\u306F2\u670813\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "14")) {
textdx = "\u30D0\u30EC\u30F3\u30BF\u30A4\u30F3\u30C7\u30FC\u3060\u3088\u3002\u7537\u306E\u5B50\u306F\u30C1\u30E7\u30B3\u3067\u30CF\u30C3\u30D4\u30FC\u306B\u306A\u308C\u308B\u304B\u3089\u3001\u5973\u306E\u5B50\u306F\u7FA9\u7406\u3067\u3082\u6CA2\u5C71\u3042\u3052\u3066\u306D\u30FD(\u00B4\u25BD\uFF40)\u30CE";
}
if ((this.time.monthName == "02") && (this.time.today == "15")) {
textdx = "\u4ECA\u65E5\u306F2\u670815\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "16")) {
textdx = "\u4ECA\u65E5\u306F2\u670816\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "17")) {
textdx = "\u4ECA\u65E5\u306F2\u670817\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "18")) {
textdx = "\u4ECA\u65E5\u306F2\u670818\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "19")) {
textdx = "\u4ECA\u65E5\u306F2\u670819\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "20")) {
textdx = "\u4ECA\u65E5\u306F2\u670820\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "21")) {
textdx = "\u4ECA\u65E5\u306F2\u670821\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "22")) {
textdx = "\u4ECA\u65E5\u306F2\u670822\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "23")) {
textdx = "\u4ECA\u65E5\u306F2\u670823\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "24")) {
textdx = "\u4ECA\u65E5\u306F2\u670824\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "25")) {
textdx = "\u4ECA\u65E5\u306F2\u670825\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "26")) {
textdx = "\u4ECA\u65E5\u306F2\u670826\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "27")) {
textdx = "\u4ECA\u65E5\u306F2\u670827\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "02") && (this.time.today == "28")) {
textdx = "\u4ECA\u65E5\u306F2\u670828\u65E5\u3060\u3088\u3002";
}
if ((this.time.monthName == "12") && (this.time.today == "24")) {
textdx = "12\u670824\u65E5\u3060\u3088\u3002\u4ECA\u65E5\u306F\u30AF\u30EA\u30B9\u30DE\u30B9\u30A4\u30D6\u3060\u306D\u3001\u30B1\u30FC\u30AD\u306F\u3082\u3046\u98DF\u3079\u305F\uFF1F";
}
if ((this.time.monthName == "12") && (this.time.today == "25")) {
textdx = "12\u670825\u65E5\u3067\u3059\u3002\u4ECA\u65E5\u306F\u30AF\u30EA\u30B9\u30DE\u30B9\u7279\u5225\u306A\u65E5\u3060\u304B\u3089\u597D\u304D\u306A\u4EBA\u3068\u3059\u3054\u3057\u305F\u3044\u306D";
}
if ((this.time.monthName == "12") && (this.time.today == "26")) {
textdx = "\u4ECA\u65E5\u306F12\u670826\u65E5\u3067\u3059";
}
if ((this.time.monthName == "12") && (this.time.today == "27")) {
textdx = "\u4ECA\u65E5\u306F12\u670827\u65E5\u3067\u3059";
}
if ((this.time.monthName == "12") && (this.time.today == "28")) {
textdx = "\u4ECA\u65E5\u306F12\u670828\u65E5\u3067\u3059";
}
i = 1;
while (i < 25) {
if (this.time.hours == i) {
gotoAndStop(i + 2);
}
i++;
}
Symbol 135 MovieClip Frame 3
stop();
Symbol 136 MovieClip Frame 1
now = new Date();
theHour = now.getHours();
theMin = now.getMinutes();
theSec = now.getSeconds();
hour._rotation = ((theHour * 30) + (theMin / 2)) - 360;
min._rotation = (theMin * 6) - 360;
sec._rotation = (theSec * 6) - 360;
Symbol 136 MovieClip Frame 2
this.gotoAndPlay(_currentframe - 1);