document.write('
'+ '誰來我家'+ '
'+ '
'+ ''+ '
'+ ' 使用 OpenSocial 技術'+ '
'+ ''+ '');document.write(''+ '
'+ ' 必須先登入 funP 才能與此元件互動。'+ '
'+ '');var funp = funp || {}; if (!funp.BottomMsg) { funp.BottomMsg = function(id) { this.id = id; this.clear = false; } funp.BottomMsg.msg = {}; funp.BottomMsg.prototype.interval = 1000; funp.BottomMsg.prototype.showBtm = function() { this.clear = false; document.getElementById(this.id).style.display=''; } funp.BottomMsg.prototype.realHide = function() { if (this.clear) { document.getElementById(this.id).style.display='none'; } } funp.BottomMsg.prototype.hideBtm = function() { this.clear = true; setTimeout((function(obj){return (function(){obj.realHide();});})(this), this.interval); } } var funp = funp || {}; funp.loadscript = function(src, func) { var js = document.createElement('script'); js.setAttribute('type', 'text/javascript'); js.setAttribute('src', src); document.getElementsByTagName('head')[0].appendChild(js); if (typeof func != 'function') return; js.onload = func; js.onreadystatechange = function () { if (js.readyState == 'complete' || js.readyState == 'loaded') { // IE7 and IE6 func(); } } } funp.loadscripts = function(srcs, func) { var loading = srcs.length; for (var i=0; i