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=jael65&SI=180,5&WS=pink&TI=%EC%B5%9C%EA%B7%BC%EB%8F%99%EC%98%81%EC%83%81&SS=w&U=http%3A%2F%2Fchannel.pandora.tv%2Fjson%2Fv003%2Frss.dll%3Fuserid%3Djael65&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 = "377"; document.write(this._oDiv.innerHTML); }, _frameId : "pandget"+Math.round(Math.random()*100000) }; PANDORA._load();