function NesiumPlayer(){this.bgcolor="#FFFFFF";this.txtcolor="#333333";this.barbgcolor="#DDDDDD";this.loadbar="#888888";this.posbar="#001F25";var a={};this.initialize=function(d,c,g,e,b,f){if(d==""||d==undefined){return false}this.playerID=d;this.bgcolor=(c!="")?"#"+c:this.bgcolor;this.txtcolor=(g!="")?"#"+g:this.txtcolor;this.barbgcolor=(e!="")?"#"+e:this.barbgcolor;this.loadbar=(b!="")?"#"+b:this.loadbar;this.posbar=(f!="")?"#"+f:this.posbar;return false};this.playlistPlayer=function(e,b,d){var c=$(e).getProperty("href");var f=$(e).getProperty("title");a.mp3url=c;a.autoplay=d;a.loop=b;a.txt=f;this.buildPlayer()};this.initialPlayer=function(c,e,b,d){a.mp3url=c;a.autoplay=d;a.loop=b;a.txt=e;this.buildPlayer()};this.buildPlayer=function(){this.addColors();var c={width:"305",height:"50",id:"swf_"+this.playerID,container:$(this.playerID),params:{bgcolor:this.bgcolor},vars:a};var b=new Swiff("o/mp3.swf",c)};this.addColors=function(){a.bgcolor=this.bgcolor;a.txtcolor=this.txtcolor;a.barbgcolor=this.barbgcolor;a.loadbar=this.loadbar;a.posbar=this.posbar}};
