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=rss&LAN=ko&CH=neoaxis&SI=180,10&WS=white&TI=%EA%B2%80%EC%83%89%ED%82%A4%EC%9B%8C%EB%93%9C%20%EC%9C%84%EC%A0%AF&SS=w&U=http%3A%2F%2Fchannel.pandora.tv%2Fjson%2Fv003%2Frss.dll%3Fuserid%3Dneoaxis&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 = "180"; this._frame.style.height = "702"; document.write(this._oDiv.innerHTML); }, _frameId : "pandget"+Math.round(Math.random()*100000) }; PANDORA._load();