Advertisement
illpastethat

Untitled

Dec 19th, 2012
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript" src="http://hosted.musesradioplayer.com/mrp.js"></script><script type="text/javascript">
  2. SetInterval('titleChange()',5000)
  3. titleChange() {
  4. var title = 'test';
  5. }
  6. MRP.insert({
  7. 'url':'http://lgfm.crabdance.com:5555/stream/1/',
  8. 'codec':'mp3',
  9. 'volume':80,
  10. 'autoplay':true,
  11. 'buffering':5,
  12. 'title':'LeafGhoul.FM',
  13. 'welcome':'#LeafGhoul.FM',
  14. 'bgcolor':'#FFFFFF',
  15. 'skin':'oldstereo',
  16. 'width':318,
  17. 'height':130
  18. });
  19. // ]]></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement