{"id":8489,"date":"2009-05-13T16:06:00","date_gmt":"2009-05-13T16:06:00","guid":{"rendered":"http:\/\/melotopia.net\/b\/?p=8489"},"modified":"2009-05-13T16:06:00","modified_gmt":"2009-05-13T16:06:00","slug":"carezza","status":"publish","type":"post","link":"http:\/\/melotopia.net\/b\/?p=8489","title":{"rendered":"Carezza"},"content":{"rendered":"<div class=\"desc\">\n<p>\n        Keyboardmania 3rd\uc758 Carezza\ub77c\ub294 \uace1\uc774\ub2e4.<br \/>\n        <br \/>\n        \uacbd\ucf8c\ud558\ub2e4.<br \/>\n        <br \/>\n<script type=\"text\/javascript\">\n         var servicePath=\"http:\/\/snowall.tistory.com\",blogURL=\"http:\/\/snowall.tistory.com\";function TTGallery(containerId) {\n\tthis.containerId = containerId;\n\tthis.container = document.getElementById(this.containerId);\n\tthis.container.style.filter = \"progid:DXImageTransform.Microsoft.Fade(duration=0.3, overlap=1.0)\";\n\tthis.container.style.textAlign = \"center\";\n\tthis.container.style.width = \"100%\";\n\tthis.container.instance = this;<\/p>\n<p>\tthis.numImages = 0;\n\tthis.imageLoaded = 0;\n\tthis.offset = 0;<\/p>\n<p>\tthis.src = new Array();\n\tthis.caption = new Array();\n\tthis.width = new Array();\n\tthis.height = new Array();\n\tthis.imageCache = new Array();<\/p>\n<p>\tthis.container = null;\n};\nTTGallery.prototype.appendImage = function(src, caption, width, height) {\n\tthis.numImages++;\n\tvar imageCache = new Image();\n\timageCache.src = src;\n\tthis.imageCache[this.imageCache.length] = src;<\/p>\n<p>\tthis.src[this.src.length] = src;\n\tthis.width[this.width.length] = width;\n\tthis.height[this.height.length] = height;\n\tthis.caption[this.caption.length] = caption;\n};\nTTGallery.prototype.getControl = function() {\n\tvar control = document.createElement(\"div\");\n\tcontrol.style.marginBottom = \"10px\";\n\tcontrol.className = \"galleryControl\";\n\tcontrol.style.font = \"bold 0.9em Verdana, Sans-serif\";\n\tcontrol.innerHTML = '(' + (this.offset + 1) + '\/' + this.numImages + ') <a href=\"#\" onclick=\"document.getElementById(\\'' + this.containerId + '\\').instance.prev(); return false\" style=\"border: 0px\"><img loading=\"lazy\" decoding=\"async\" src=\"' + servicePath + '\/image\/gallery\/gallery_prev.gif\" width=\"20\" height=\"16\" alt=\"PREVIOUS\" style=\"vertical-align: middle\"\/><\/a> <a href=\"#\" onclick=\"document.getElementById(\\'' + this.containerId + '\\').instance.showImagePopup1(); return false\" style=\"border: 0px\"><img loading=\"lazy\" decoding=\"async\" src=\"' + servicePath + '\/image\/gallery\/gallery_enlarge.gif\" width=\"70\" height=\"19\" alt=\"ZOOM\" style=\"vertical-align: middle\"\/><\/a> <a href=\"#\" onclick=\"document.getElementById(\\'' + this.containerId + '\\').instance.next(); return false\" style=\"border: 0px\"><img loading=\"lazy\" decoding=\"async\" src=\"' + servicePath + '\/image\/gallery\/gallery_next.gif\" width=\"20\" height=\"16\" alt=\"NEXT\" style=\"vertical-align: middle\"\/><\/a>';<\/p>\n<p>\treturn control;\n};\nTTGallery.prototype.getImage = function() {\n\tvar image = document.createElement(\"img\");\n\timage.instance = this;\n\timage.src = this.src[this.offset];\n\timage.width = this.width[this.offset];\n\timage.height = this.height[this.offset];\n\timage.onclick = this.showImagePopup2;\n\timage.style.cursor = \"pointer\";<\/p>\n<p>\treturn image;\n};\nTTGallery.prototype.getCaption = function() {\n\tvar captionText = this.caption[this.offset];\n\tcaptionText = captionText.replace(new RegExp(\"&?\", \"gi\"), \"&\");\n\tcaptionText = captionText.replace(new RegExp(\"<?\", \"gi\"), \"<\");\n\tcaptionText = captionText.replace(new RegExp(\">?\", \"gi\"), \">\");\n\tcaptionText = captionText.replace(new RegExp(\"\"?\", \"gi\"), \"\\\"\");\n\tcaptionText = captionText.replace(new RegExp(\"&#39;?\", \"gi\"), \"'\");<\/p>\n<p>\tvar caption = document.createElement(\"div\");\n\tcaption.style.textAlign = \"center\";\n\tcaption.style.marginTop = \"8px\";\n\tcaption.className = \"galleryCaption\";\n\tcaption.appendChild(document.createTextNode(captionText));<\/p>\n<p>\treturn caption;\n};\nTTGallery.prototype.show = function(offset) {\n\tthis.container = document.getElementById(this.containerId);<\/p>\n<p>\tif(this.numImages == 0) {\n\t\tvar div = document.createElement(\"div\");\n\t\tdiv.style.textAlign = \"center\";\n\t\tdiv.style.color = \"#888\";\n\t\tdiv.style.margin = \"10px auto\";\n\t\tdiv.style.font = \"bold 2em\/1 Verdana, Sans-serif\";\n\t\tdiv.innerHTML = '<img decoding=\"async\" src=\"' + servicePath + '\/image\/noImages.gif\" alt=\"No Images\">';\n\t\tthis.container.appendChild(div);\n\t\tthis.container = null;\n\t\treturn;\n\t}<\/p>\n<p>\tif(typeof offset == \"undefined\") {\n\t\tthis.offset = 0;\n\t} else {\n\t\tif(offset < 0) {\n\t\t\tthis.offset = this.numImages -1;\n\t\t} else if(offset >= this.numImages) {\n\t\t\tthis.offset = 0;\n\t\t} else {\n\t\t\tthis.offset = offset;\n\t\t}\n\t}<\/p>\n<p>\tif(this.container.filters) {\n\t\tthis.container.filters[0].Apply();\n\t}<\/p>\n<p>\tthis.container.innerHTML = \"\";\n\tthis.container.appendChild(this.getControl());\n\tthis.container.appendChild(this.getImage());\n\tthis.container.appendChild(this.getCaption());<\/p>\n<p>\tif(this.container.filters) {\n\t\tthis.container.filters[0].Play();\n\t}\n\tthis.container = null;\n};\nTTGallery.prototype.prev = function() {\n\tthis.show(this.offset-1);\n};\nTTGallery.prototype.next = function() {\n\tthis.show(this.offset+1);\n};\nTTGallery.prototype.showImagePopup1 = function() {\n\tthis.showImagePopup();\n};\nTTGallery.prototype.showImagePopup2 = function() {\n\tthis.instance.showImagePopup();\n};\nTTGallery.prototype.showImagePopup = function(offset) {\n\ttry {\n\t\topen_img(this.src[this.offset]);\n\t} catch(e) {\n\t\twindow.open(this.src[this.offset]);\n\t}\n};\n        <\/script><\/p>\n<div class=\"tt-gallery-box\" id=\"tt-gallery-1303-1\">\n<\/div>\n<p><script type=\"text\/javascript\">\n         \/\/<![CDATA[\n\n\t\t\tvar gallery13031 = new TTGallery(\"tt-gallery-1303-1\");\n\n\t\t\tgallery13031.prevText = \"\uc774\uc804 \uc774\ubbf8\uc9c0 \ubcf4\uae30 \ubc84\ud2bc\"; \n\n\t\t\tgallery13031.nextText = \"\ub2e4\uc74c \uc774\ubbf8\uc9c0 \ubcf4\uae30 \ubc84\ud2bc\"; \n\n\t\t\tgallery13031.enlargeText = \"\uc6d0\ubcf8 \ud06c\uae30\ub85c \ubcf4\uae30 \ubc84\ud2bc\"; \n\n\t\t\tgallery13031.altText = \"\uac24\ub7ec\ub9ac \uc774\ubbf8\uc9c0\"; \n\ngallery13031.appendImage(\"image\/1268F00F4A0AEFC23D0D41\", \"\", 219, 300);gallery13031.appendImage(\"image\/13676F0F4A0AEFC2187DA9\", \"\", 219, 300);gallery13031.appendImage(\"image\/1369700F4A0AEFC3B951BE\", \"\", 219, 300);\t\t\tgallery13031.show();\n\n\t\t\/\/]]>\n        <\/script><br \/>\n<noscript><\/p>\n<div class=\"imageblock center\" style=\"text-align: center; clear: both;\">\n<img decoding=\"async\" alt=\"\uc0ac\uc6a9\uc790 \uc0bd\uc785 \uc774\ubbf8\uc9c0\" src=\"image\/1268F00F4A0AEFC23D0D41\"\/>\n<\/div>\n<div class=\"imageblock center\" style=\"text-align: center; clear: both;\">\n<img decoding=\"async\" alt=\"\uc0ac\uc6a9\uc790 \uc0bd\uc785 \uc774\ubbf8\uc9c0\" src=\"image\/13676F0F4A0AEFC2187DA9\"\/>\n<\/div>\n<div class=\"imageblock center\" style=\"text-align: center; clear: both;\">\n<img decoding=\"async\" alt=\"\uc0ac\uc6a9\uc790 \uc0bd\uc785 \uc774\ubbf8\uc9c0\" src=\"image\/1369700F4A0AEFC3B951BE\"\/>\n<\/div>\n<p><\/noscript><\/p>\n<p>        \uc545\ubcf4\ub97c \uad6c\ud558\uae34 \ud588\ub294\ub370, \uc67c\uc190 \ubc18\uc8fc\uac00 \uc5c6\ub2e4. \ucf54\ub4dc \uacf5\ubd80\ud560\ub54c\uae4c\uc9c0\ub294 \ubabb \uce60\ub4ef. -_-;<\/p>\n<div style=\"width:100%;margin-top:30px;clear:both;height:30px\">\n<div style=\"width:31px;float:left;\">\n<a href=\"\/toolbar\/popup\/abuseReport\/?entryId=1303\" onclick=\"window.open(this.href, 'tistoryThisBlogPopup', 'width=550, height=510, toolbar=no, menubar=no, status=no, scrollbars=no'); return false;\"><br \/>\n<img data-recalc-dims=\"1\" decoding=\"async\" alt=\"\uc2e0\uace0\" src=\"https:\/\/i0.wp.com\/t1.daumcdn.net\/tistory_admin\/static\/ico\/ico_spam_report.png\" style=\"border:0\"\/><br \/>\n<\/a>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Keyboardmania 3rd\uc758 Carezza\ub77c\ub294 \uace1\uc774\ub2e4. \uacbd\ucf8c\ud558\ub2e4. \uc545\ubcf4\ub97c \uad6c\ud558\uae34 \ud588\ub294\ub370, \uc67c\uc190 \ubc18\uc8fc\uac00 \uc5c6\ub2e4. \ucf54\ub4dc \uacf5\ubd80\ud560\ub54c\uae4c\uc9c0\ub294 \ubabb \uce60\ub4ef. -_-;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-8489","post","type-post","status-publish","format-standard","hentry","category-art"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/s8o6gA-carezza","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/8489","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8489"}],"version-history":[{"count":0,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/8489\/revisions"}],"wp:attachment":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8489"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8489"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}