var PANDORA = { _oDiv : document.createElement('div'), _frame : document.createElement('iframe'), _load : function () { this._oDiv.appendChild(this._frame); this._frame.src = "http://interface.pandora.tv/pandget/?P=player&LAN=ko&CH=tongcast&SI=170,212&WS=white&TI=T%E2%93%9E%E2%93%9D%E2%93%96C%E2%93%90%E2%93%A2T&CK=pantv&CA=000000&r="; this._frame.setAttribute('frameborder', 0); this._frame.setAttribute('id', this._frameId); this._frame.setAttribute('allowtransparency', 'true'); this._frame.setAttribute('scrolling', 'no'); this._frame.style.width = "170"; this._frame.style.height = "212"; document.write(this._oDiv.innerHTML); }, _frameId : "pandget"+Math.round(Math.random()*100000) }; PANDORA._load();