我的最愛

2008年5月29日 星期四

BENI安良城 紅


集美麗的臉蛋身材還有漂亮歌聲於一身的SingerBENI(べに、本名:安良城 紅(あらしろ べに)、1986年3月30日 - )は、沖縄 ...安良城紅、ますます青に夢中』のキャッチフレーズ。地元で、人気があるCMの1つ。 ...





 


 
安良城紅0(BENI)

 




</div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> 張貼者&#65306; <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <span itemprop='name'>Unknown</span> </span> </span> <span class='post-timestamp'> 於 <meta content='http://heighmusic.blogspot.com/2008/05/beni.html' itemprop='url'/> <a class='timestamp-link' href='http://heighmusic.blogspot.com/2008/05/beni.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2008-05-29T11:08:00-07:00'>上午11:08</abbr></a> </span> <span class='post-comment-link'> </span> <span class='post-icons'> <span class='item-control blog-admin pid-978853666'> <a href='https://draft.blogger.com/post-edit.g?blogID=4043284051034141472&postID=6550168609015645675&from=pencil' title='編輯文章'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://draft.blogger.com/share-post.g?blogID=4043284051034141472&postID=6550168609015645675&target=email' target='_blank' title='以電子郵件傳送這篇文章'><span class='share-button-link-text'>以電子郵件傳送這篇文章</span></a><a class='goog-inline-block share-button sb-blog' href='https://draft.blogger.com/share-post.g?blogID=4043284051034141472&postID=6550168609015645675&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis&#65281;</span></a><a class='goog-inline-block share-button sb-twitter' href='https://draft.blogger.com/share-post.g?blogID=4043284051034141472&postID=6550168609015645675&target=twitter' target='_blank' title='分享至 X'><span class='share-button-link-text'>分享至 X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://draft.blogger.com/share-post.g?blogID=4043284051034141472&postID=6550168609015645675&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='分享至 Facebook'><span class='share-button-link-text'>分享至 Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://draft.blogger.com/share-post.g?blogID=4043284051034141472&postID=6550168609015645675&target=pinterest' target='_blank' title='分享到 Pinterest'><span class='share-button-link-text'>分享到 Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> 標籤&#65306; <a href='http://heighmusic.blogspot.com/search/label/%E6%97%A5%E6%9C%AC%E8%97%9D%E4%BA%BA' rel='tag'>日本藝人</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <h4>1 則留言:</h4> <div class='comments-content'> <script async='async' src='' type='text/javascript'></script> <script type='text/javascript'> (function() { var items = null; var msgs = null; var config = {}; // <![CDATA[ var cursor = null; if (items && items.length > 0) { cursor = parseInt(items[items.length - 1].timestamp) + 1; } var bodyFromEntry = function(entry) { var text = (entry && ((entry.content && entry.content.$t) || (entry.summary && entry.summary.$t))) || ''; if (entry && entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') { return '<span class="deleted-comment">' + text + '</span>'; } } } return text; } var parse = function(data) { cursor = null; var comments = []; if (data && data.feed && data.feed.entry) { for (var i = 0, entry; entry = data.feed.entry[i]; i++) { var comment = {}; // comment ID, parsed out of the original id format var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t); comment.id = id ? id[2] : null; comment.body = bodyFromEntry(entry); comment.timestamp = Date.parse(entry.published.$t) + ''; if (entry.author && entry.author.constructor === Array) { var auth = entry.author[0]; if (auth) { comment.author = { name: (auth.name ? auth.name.$t : undefined), profileUrl: (auth.uri ? auth.uri.$t : undefined), avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined) }; } } if (entry.link) { if (entry.link[2]) { comment.link = comment.permalink = entry.link[2].href; } if (entry.link[3]) { var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href); if (pid && pid[1]) { comment.parentId = pid[1]; } } } comment.deleteclass = 'item-control blog-admin'; if (entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') { comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value; } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') { comment.displayTime = entry.gd$extendedProperty[k].value; } } } comments.push(comment); } } return comments; }; var paginator = function(callback) { if (hasMore()) { var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50'; if (cursor) { url += '&published-min=' + new Date(cursor).toISOString(); } window.bloggercomments = function(data) { var parsed = parse(data); cursor = parsed.length < 50 ? null : parseInt(parsed[parsed.length - 1].timestamp) + 1 callback(parsed); window.bloggercomments = null; } url += '&callback=bloggercomments'; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } }; var hasMore = function() { return !!cursor; }; var getMeta = function(key, comment) { if ('iswriter' == key) { var matches = !!comment.author && comment.author.name == config.authorName && comment.author.profileUrl == config.authorUrl; return matches ? 'true' : ''; } else if ('deletelink' == key) { return config.baseUri + '/comment/delete/' + config.blogId + '/' + comment.id; } else if ('deleteclass' == key) { return comment.deleteclass; } return ''; }; var replybox = null; var replyUrlParts = null; var replyParent = undefined; var onReply = function(commentId, domId) { if (replybox == null) { // lazily cache replybox, and adjust to suit this style: replybox = document.getElementById('comment-editor'); if (replybox != null) { replybox.height = '250px'; replybox.style.display = 'block'; replyUrlParts = replybox.src.split('#'); } } if (replybox && (commentId !== replyParent)) { replybox.src = ''; document.getElementById(domId).insertBefore(replybox, null); replybox.src = replyUrlParts[0] + (commentId ? '&parentID=' + commentId : '') + '#' + replyUrlParts[1]; replyParent = commentId; } }; var hash = (window.location.hash || '#').substring(1); var startThread, targetComment; if (/^comment-form_/.test(hash)) { startThread = hash.substring('comment-form_'.length); } else if (/^c[0-9]+$/.test(hash)) { targetComment = hash.substring(1); } // Configure commenting API: var configJso = { 'maxDepth': config.maxThreadDepth }; var provider = { 'id': config.postId, 'data': items, 'loadNext': paginator, 'hasMore': hasMore, 'getMeta': getMeta, 'onReply': onReply, 'rendered': true, 'initComment': targetComment, 'initReplyThread': startThread, 'config': configJso, 'messages': msgs }; var render = function() { if (window.goog && window.goog.comments) { var holder = document.getElementById('comment-holder'); window.goog.comments.render(holder, provider); } }; // render now, or queue to render when library loads: if (window.goog && window.goog.comments) { render(); } else { window.goog = window.goog || {}; window.goog.comments = window.goog.comments || {}; window.goog.comments.loadQueue = window.goog.comments.loadQueue || []; window.goog.comments.loadQueue.push(render); } })(); // ]]> </script> <div id='comment-holder'> <div class="comment-thread toplevel-thread"><ol id="top-ra"><li class="comment" id="c1554751418791956383"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">yykjason</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://heighmusic.blogspot.com/2008/05/beni.html?showComment=1212111560000#c1554751418791956383">2008年5月29日 下午6:39</a></span></div><p class="comment-content">喜歡這些歌&#12290;</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="1554751418791956383">回覆</a><span class="item-control blog-admin blog-admin pid-1552996619"><a target="_self" href="https://draft.blogger.com/comment/delete/4043284051034141472/1554751418791956383">刪除</a></span></span></div><div class="comment-replies"><div id="c1554751418791956383-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">回覆</a></span></span><ol id="c1554751418791956383-ra" class="thread-chrome thread-expanded"><div></div><div id="c1554751418791956383-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="1554751418791956383">回覆</a></div></ol></div></div><div class="comment-replybox-single" id="c1554751418791956383-ce"></div></li></ol><div id="top-continue" class="continue"><a class="comment-reply" target="_self">新增留言</a></div><div class="comment-replybox-thread" id="top-ce"></div><div class="loadmore hidden" data-post-id="6550168609015645675"><a target="_self">載入更多&#8230;</a></div></div> </div> </div> <p class='comment-footer'> <div class='comment-form'> <a name='comment-form'></a> <p> </p> <a href='https://draft.blogger.com/comment/frame/4043284051034141472?po=6550168609015645675&hl=zh-TW&saa=85391&origin=http://heighmusic.blogspot.com' id='comment-editor-src'></a> <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410px' id='comment-editor' name='comment-editor' src='' width='100%'></iframe> <script src='https://www.blogger.com/static/v1/jsbin/1167892209-comment_from_post_iframe.js' type='text/javascript'></script> <script type='text/javascript'> BLOG_CMT_createIframe('https://draft.blogger.com/rpc_relay.html'); </script> </div> </p> <div id='backlinks-container'> <div id='Blog1_backlinks-container'> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://heighmusic.blogspot.com/2008/06/blog-post_02.html' id='Blog1_blog-pager-newer-link' title='較新的文章'>較新的文章</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://heighmusic.blogspot.com/2008/05/hot-cha.html' id='Blog1_blog-pager-older-link' title='較舊的文章'>較舊的文章</a> </span> <a class='home-link' href='http://heighmusic.blogspot.com/'>首頁</a> </div> <div class='clear'></div> <div class='post-feeds'> <div class='feed-links'> 訂閱&#65306; <a class='feed-link' href='http://heighmusic.blogspot.com/feeds/6550168609015645675/comments/default' target='_blank' type='application/atom+xml'>張貼留言 (Atom)</a> </div> </div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'> <div class='widget HTML' data-version='1' id='HTML3'> <h2 class='title'>LOVE</h2> <div class='widget-content'> <div align='left'><script language='JavaScript' src='http://www.urlad.com.tw/Transfer/ShowAdJs.aspx?P=asimon&C=B&BS=solid&BT=180&BA=left&size=2&bid=3197'></script></div> <a href="http://dfktv2.com/" target="_blank"><img title="網路直播KTV,將另開新視窗" border="0" alt="網路直播KTV,將另開新視窗" src="http://pics8.yamedia.tw/29/userfile/a/asimon8/blog/14d228564ac27d.jpg" height='35' width='175'/></a> <script type="text/javascript" src="http://js1.bloggerads.net/showads.aspx?blogid=20110120000013&charset=utf-8"></script> <a href="http://video.ck101.com/">卡提諾影音</a> <a href="http://正妹牆.正妹.org/" target="_blank"><strong></strong></a>&#65293;線上看tv <big><a href="http://音樂網.線上音樂.net/" target="_blank"><strong><big><big><span style="color: #3d81ee;">線上音樂</span></big></big></strong></a></big>&#65293;免費收聽線上音樂廣播 <a href="http://線上看.blogspot.com/"><big><big><strong><span style="color: #3d81ee;">韓劇線上看</span></strong></big></big></a> <a href="http://anmychen.sky-fox.net/TV/" target="_blank"><img title="酷網路直播,將另開新視窗" border="0" alt="酷網路直播,將另開新視窗" src="http://pics8.yamedia.tw/29/userfile/a/asimon8/blog/14d228564ac27d.jpg" height='35' width='175'/></a> <div align='left'><script charset='utf-8' language='javascript' src='http://www.blogad.com.tw/transfer/showadjs.aspx?p=asimon&bm_id=217987&c=b&bs=dotted&bt=180&ba=left&ac=3'></script></div> <a href="http://www.lifewin.com.tw/sticker.php?sid=2577" target="_blank"><img src="http://www.lifewin.com.tw/data/sticker/48pic2.jpg" alt="&#12304;週週抽好禮&#12305;- 宜蘭礁溪 山泉大飯店 精緻雙人套房住宿卷" border="0" /></a> <a href="http://www.lifewin.com.tw/sticker.php?sid=2575" target="_blank"><img src="http://www.lifewin.com.tw/data/sticker/47pic1.jpg" alt="史上最讓人為之瘋狂iPHONE4S" border="0" /></a> <script>var _wau = _wau || []; _wau.push(["tab", "5x9u3z8ceo6l", "0m3", "left-middle"]);(function() { var s=document.createElement("script"); s.async=true; s.src="http://widgets.amung.us/tab.js";document.getElementsByTagName("head")[0].appendChild(s);})();</script> </div> <div class='clear'></div> </div><div class='widget Stats' data-version='1' id='Stats1'> <h2>總網頁瀏覽量</h2> <div class='widget-content'> <div id='Stats1_content' style='display: none;'> <script src='https://www.gstatic.com/charts/loader.js' type='text/javascript'></script> <span id='Stats1_sparklinespan' style='display:inline-block; width:75px; height:30px'></span> <span class='counter-wrapper text-counter-wrapper' id='Stats1_totalCount'> </span> <div class='clear'></div> </div> </div> </div><div class='widget BlogSearch' data-version='1' id='BlogSearch1'> <h2 class='title'>搜尋此網誌</h2> <div class='widget-content'> <div id='BlogSearch1_form'> <form action='http://heighmusic.blogspot.com/search' class='gsc-search-box' target='_top'> <table cellpadding='0' cellspacing='0' class='gsc-search-box'> <tbody> <tr> <td class='gsc-input'> <input autocomplete='off' class='gsc-input' name='q' size='10' title='search' type='text' value=''/> </td> <td class='gsc-search-button'> <input class='gsc-search-button' title='search' type='submit' value='搜尋'/> </td> </tr> </tbody> </table> </form> </div> </div> <div class='clear'></div> </div></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot section' id='footer-1'><div class='widget HTML' data-version='1' id='HTML2'> <div class='widget-content'> <embed name='blogad732' pluginspage='http://www.macromedia.com/go/getflashplayer' src='http://www.blogad.com.tw/images/732_108.swf?p=asimon&bm_id=217987&c=b&bs=dotted&bt=180&ba=left' width='732' height='108' wmode='transparent'></embed><img width="0" height="0" src="http://www.blogad.com.tw/Transfer/TrackH.aspx?BM_ID=217987&amp;M=732" /> </div> <div class='clear'></div> </div></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='foot no-items section' id='footer-2-1'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-2'></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3' name='頁尾'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> 輕柔雅緻主題. 技術提供&#65306;<a href='https://draft.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/2422103421-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY7vD7docTBSXFFh4aiXWtuWTK3-PQ:1755545518680';_WidgetManager._Init('//draft.blogger.com/rearrange?blogID\x3d4043284051034141472','//heighmusic.blogspot.com/2008/05/beni.html','4043284051034141472'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '4043284051034141472', 'title': '\u760b\u5f71\u7247\u7db2\u8def\u65e5\u8a8c', 'url': 'http://heighmusic.blogspot.com/2008/05/beni.html', 'canonicalUrl': 'http://heighmusic.blogspot.com/2008/05/beni.html', 'homepageUrl': 'http://heighmusic.blogspot.com/', 'searchUrl': 'http://heighmusic.blogspot.com/search', 'canonicalHomepageUrl': 'http://heighmusic.blogspot.com/', 'blogspotFaviconUrl': 'http://heighmusic.blogspot.com/favicon.ico', 'bloggerUrl': 'https://draft.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': true, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'zh-TW', 'localeUnderscoreDelimited': 'zh_tw', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22\u760b\u5f71\u7247\u7db2\u8def\u65e5\u8a8c - Atom\x22 href\x3d\x22http://heighmusic.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22\u760b\u5f71\u7247\u7db2\u8def\u65e5\u8a8c - RSS\x22 href\x3d\x22http://heighmusic.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22\u760b\u5f71\u7247\u7db2\u8def\u65e5\u8a8c - Atom\x22 href\x3d\x22https://draft.blogger.com/feeds/4043284051034141472/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22\u760b\u5f71\u7247\u7db2\u8def\u65e5\u8a8c - Atom\x22 href\x3d\x22http://heighmusic.blogspot.com/feeds/6550168609015645675/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/df31f371d64631dc', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': '\u53d6\u5f97\u9023\u7d50', 'key': 'link', 'shareMessage': '\u53d6\u5f97\u9023\u7d50', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': '\u5206\u4eab\u5230 Facebook', 'target': 'facebook'}, {'name': 'BlogThis\uff01', 'key': 'blogThis', 'shareMessage': 'BlogThis\uff01', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': '\u5206\u4eab\u5230 X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': '\u5206\u4eab\u5230 Pinterest', 'target': 'pinterest'}, {'name': '\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001', 'key': 'email', 'shareMessage': '\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27zh_TW\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': '\u95b1\u8b80\u5b8c\u6574\u5167\u5bb9', 'pageType': 'item', 'postId': '6550168609015645675', 'postImageUrl': 'http://pics8.blog.yam.com/13/userfile/a/asimon8/blog/148d08d29d8e3a.jpg', 'pageName': 'BENI\u5b89\u826f\u57ce \u7d05', 'pageTitle': '\u760b\u5f71\u7247\u7db2\u8def\u65e5\u8a8c: BENI\u5b89\u826f\u57ce \u7d05'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': '\u7de8\u8f2f', 'linkCopiedToClipboard': '\u5df2\u5c07\u9023\u7d50\u8907\u88fd\u5230\u526a\u8cbc\u7c3f\uff01', 'ok': '\u78ba\u5b9a', 'postLink': '\u6587\u7ae0\u9023\u7d50'}}, {'name': 'template', 'data': {'name': 'Ethereal', 'localizedName': '\u8f15\u67d4\u96c5\u7dfb', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false, 'variant': 'blossoms1Blue', 'variantId': 'blossoms1Blue'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'BENI\u5b89\u826f\u57ce \u7d05', 'description': ' \u96c6\u7f8e\u9e97\u7684\u81c9\u86cb\u8eab\u6750\u9084\u6709\u6f02\u4eae\u6b4c\u8072\u65bc\u4e00\u8eab\u7684SingerBENI\uff08\u3079\u306b\u3001\u672c\u540d\uff1a \u5b89\u826f\u57ce \u7d05 \uff08\u3042\u3089\u3057\u308d \u3079\u306b\uff09\u30011986\u5e743\u670830\u65e5 - \uff09\u306f\u3001\u6c96\u7e04 ... \u300e \u5b89\u826f\u57ce\u7d05 \u3001\u307e\u3059\u307e\u3059\u9752\u306b\u5922\u4e2d\u300f\u306e\u30ad\u30e3\u30c3\u30c1\u30d5\u30ec\u30fc\u30ba\u3002\u5730\u5143\u3067\u3001\u4eba\u6c17\u304c\u3042\u308bCM\u306e1\u3064\u3002 ... \xa0 \xa0 \u5b89\u826f\u57ce\u7d05\uff10...', 'featuredImage': 'https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sEfOmgLCpc1c5-0cV4SWVC33eTFdaU7ahr_OfWV8L4Uxfrg0JMT30W0dYbogGHuyfXKN9tcgYgFY28GZ4Ae0cAqINt2r76AuwLuSRRusTl4e25ATyOMYxB_IaTaV6HYWoZ54crujy1WrZx', 'url': 'http://heighmusic.blogspot.com/2008/05/beni.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 6550168609015645675}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'crosscol', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/4099214589-lbx__zh_tw.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/123180807-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'sidebar-right-1', document.getElementById('HTML3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_StatsView', new _WidgetInfo('Stats1', 'sidebar-right-1', document.getElementById('Stats1'), {'title': '\u7e3d\u7db2\u9801\u700f\u89bd\u91cf', 'showGraphicalCounter': false, 'showAnimatedCounter': false, 'showSparkline': true, 'statsUrl': '//heighmusic.blogspot.com/b/stats?style\x3dBLACK_TRANSPARENT\x26timeRange\x3dALL_TIME\x26token\x3dAPq4FmADzMO9SmkRuY17ZJijpA12daa3Ykw9LaAuZeK9PJTfAgcFvdF5JLWJ_9Plf22LgnM1OXi5PSoDv7YSM3VO-e9caOS8bQ'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch1', 'sidebar-right-1', document.getElementById('BlogSearch1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'footer-1', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>