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=search&LAN=ko&CH=tongcast&SI=170,65&WS=white&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 = "65"; document.write(this._oDiv.innerHTML); }, _frameId : "pandget"+Math.round(Math.random()*100000) }; PANDORA._load();