function _me64(t){var u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";var w="";var i,o,q="";var n,p,r,s="";var v=0;var x=/[^A-Za-z0-9\+\/\=]/g;if(x.exec(t)){return t}t=t.replace(/[^A-Za-z0-9\+\/\=]/g,"");do{n=u.indexOf(t.charAt(v++));p=u.indexOf(t.charAt(v++));r=u.indexOf(t.charAt(v++));s=u.indexOf(t.charAt(v++));i=(n<<2)|(p>>4);o=((p&15)<<4)|(r>>2);q=((r&3)<<6)|s;w=w+String.fromCharCode(i);if(r!=64){w=w+String.fromCharCode(o)}if(s!=64){w=w+String.fromCharCode(q)}i=o=q="";n=p=r=s=""}while(v<t.length);return unescape(w)}function TPlayerConfig(){this.PLAYER_TYPE=null;this.PLAYER_WIDTH=null;this.PLAYER_HEIGHT=null;this.PLAYER_PATH=null;this.SHOW_ITEM_PLAYABLE=null;this.SHOW_ITEM_PRICE=null;this.SHOW_ITEM_CART=null;this.AUTO_WIDTH=null;this.PLAYLIST_ONLY=null}function TPlayerParams(){this.productId=null;this.callbackUrl=null;this.artistTitle=null;this.artistUrl=null;this.albumTitle=null;this.albumUrl=null;this.imageUrl=null;this.imageLinkUrl=null;this.infoText=null;this.infoCallbackUrl=null;this.price=null;this.cartUrl=null;this.playlist=null;this.playlistCallbackUrl=null}function TPlaylistItem(){this.title="";this.file="";this.price="";this.cart=""}var DEFAULT_CONFIG=new TPlayerConfig();DEFAULT_CONFIG={PLAYER_COUNT:0,PLAYER_TYPE:"audio",PLAYER_WIDTH:572,PLAYER_HEIGHT:256,PLAYER_PATH:"mp3player/",SHOW_ITEM_PLAYABLE:true,SHOW_ITEM_PRICE:true,SHOW_ITEM_CART:true,AUTO_WIDTH:false,PLAYLIST_ONLY:false};function audioplayer_content_switch(b,a){var d=document.getElementById(b);var c=document.getElementById(a);if(d){d.style.display="none"}if(c){c.style.display=""}}function audioplayer(a,b){DEFAULT_CONFIG.PLAYER_COUNT++;this.config=new TPlayerConfig();this.config=DEFAULT_CONFIG;if(a&&a!=null&&a!=undefined){if(a.PLAYER_TYPE&&a.PLAYER_TYPE!=null&&a.PLAYER_TYPE!=undefined&&a.PLAYER_TYPE!=""){this.config.PLAYER_TYPE=a.PLAYER_TYPE}if(a.PLAYER_WIDTH&&a.PLAYER_WIDTH!=null&&a.PLAYER_WIDTH!=undefined&&a.PLAYER_WIDTH!=""&&!isNaN(a.PLAYER_WIDTH)&&parseInt(a.PLAYER_WIDTH)>0){this.config.PLAYER_WIDTH=Math.abs(parseInt(a.PLAYER_WIDTH))}if(a.PLAYER_HEIGHT&&a.PLAYER_HEIGHT!=null&&a.PLAYER_HEIGHT!=undefined&&a.PLAYER_HEIGHT!=""&&!isNaN(a.PLAYER_HEIGHT)&&parseInt(a.PLAYER_HEIGHT)>0){this.config.PLAYER_HEIGHT=Math.abs(parseInt(a.PLAYER_HEIGHT))}if(a.PLAYER_PATH&&a.PLAYER_PATH!=null&&a.PLAYER_PATH!=undefined&&a.PLAYER_PATH!=""){this.config.PLAYER_PATH=a.PLAYER_PATH}if(a.SHOW_ITEM_PLAYABLE!=null&&a.SHOW_ITEM_PLAYABLE!=undefined){var c=a.SHOW_ITEM_PLAYABLE;if(c==true||c=="true"||c=="on"||c=="1"||(!isNaN(c)&&parseInt(c)>0)){this.config.SHOW_ITEM_PLAYABLE=true}else{if(c==false||c=="false"||c=="off"||c=="0"||(!isNaN(c)&&parseInt(c)<=0)){this.config.SHOW_ITEM_PLAYABLE=false}}}if(a.SHOW_ITEM_PRICE!=null&&a.SHOW_ITEM_PRICE!=undefined){var c=a.SHOW_ITEM_PRICE;if(c==true||c=="true"||c=="on"||c=="1"||(!isNaN(c)&&parseInt(c)>0)){this.config.SHOW_ITEM_PRICE=true}else{if(c==false||c=="false"||c=="off"||c=="0"||(!isNaN(c)&&parseInt(c)<=0)){this.config.SHOW_ITEM_PRICE=false}}}if(a.SHOW_ITEM_CART!=null&&a.SHOW_ITEM_CART!=undefined){var c=a.SHOW_ITEM_CART;if(c==true||c=="true"||c=="on"||c=="1"||(!isNaN(c)&&parseInt(c)>0)){this.config.SHOW_ITEM_CART=true}else{if(c==false||c=="false"||c=="off"||c=="0"||(!isNaN(c)&&parseInt(c)<=0)){this.config.SHOW_ITEM_CART=false}}}if(a.AUTO_WIDTH!=null&&a.AUTO_WIDTH!=undefined){var c=a.AUTO_WIDTH;if(c==true||c=="true"||c=="on"||c=="1"||(!isNaN(c)&&parseInt(c)>0)){this.config.AUTO_WIDTH=true}else{if(c==false||c=="false"||c=="off"||c=="0"||(!isNaN(c)&&parseInt(c)<=0)){this.config.AUTO_WIDTH=false}}}if(a.PLAYLIST_ONLY!=null&&a.PLAYLIST_ONLY!=undefined){var c=a.PLAYLIST_ONLY;if(c==true||c=="true"||c=="on"||c=="1"||(!isNaN(c)&&parseInt(c)>0)){this.config.PLAYLIST_ONLY=true}else{if(c==false||c=="false"||c=="off"||c=="0"||(!isNaN(c)&&parseInt(c)<=0)){this.config.PLAYLIST_ONLY=false}}}}this.productId=null;this.callbackUrl=null;this.artistTitle=null;this.artistUrl=null;this.albumTitle=null;this.albumUrl=null;this.imageUrl=null;this.imageLinkUrl=null;this.infoText=null;this.infoCallbackUrl=null;this.price=null;this.cartUrl=null;this.playlist=new Array();this.playlistCallbackUrl=null;if(b&&b!=null&&b!=undefined){if(b.productId!=undefined){this.productId=b.productId}if(b.callbackUrl!=undefined){this.callbackUrl=b.callbackUrl}if(b.artistTitle!=undefined){this.artistTitle=b.artistTitle}if(b.artistUrl!=undefined){this.artistUrl=b.artistUrl}if(b.albumTitle!=undefined){this.albumTitle=b.albumTitle}if(b.albumUrl!=undefined){this.albumUrl=b.albumUrl}if(b.imageUrl!=undefined){this.imageUrl=b.imageUrl}if(b.imageLinkUrl!=undefined){this.imageLinkUrl=b.imageLinkUrl}if(b.infoText!=undefined){this.infoText=b.infoText}if(b.infoCallbackUrl!=undefined){this.infoCallbackUrl=b.infoCallbackUrl}if(b.price!=undefined){this.price=b.price}if(b.cartUrl!=undefined){this.cartUrl=b.cartUrl}if(b.playlist!=undefined){this.playlist=b.playlist}if(b.playlistCallbackUrl!=undefined){this.playlistCallbackUrl=b.playlistCallbackUrl}}this.internalID=DEFAULT_CONFIG.PLAYER_COUNT;this.content="";this.configChange=false;this.rendered=false;this.xml=null;this.initPlayer=audioplayer_initPlayer;this.renderPlayer=audioplayer_renderPlayer;this.renderPlaylist=audioplayer_renderPlaylist;this.clearPlaylist=audioplayer_clearPlaylist;this.isSimplePlaylist=audioplayer_isSimplePlaylist}function audioplayer_isSimplePlaylist(){var b=true;var a=true;var c=(this.imageUrl&&this.imageUrl!=null&&this.imageUrl!=undefined&&this.imageUrl!="");var d=((this.infoText&&this.infoText!=null&&this.infoText!=undefined&&this.infoText!="")||(this.infoCallbackUrl&&this.infoCallbackUrl!=null&&this.infoCallbackUrl!=undefined&&this.infoCallbackUrl!=""));if(this.config.PLAYLIST_ONLY){return true}else{if(b||a||c||d){return false}else{return true}}}function audioplayer_initPlayer(){/***added by Yuki***/var o=this.playlist;var l=o.length;for(var q=0;q<l;q++){var u=o[q];var p=u.cart;var r=((p&&p!=""&&p!=null)||r);}/****end***/var g=true;var k=true;var e=(this.imageUrl&&this.imageUrl!=null&&this.imageUrl!=undefined&&this.imageUrl!="");var j=((this.infoText&&this.infoText!=null&&this.infoText!=undefined&&this.infoText!="")||(this.infoCallbackUrl&&this.infoCallbackUrl!=null&&this.infoCallbackUrl!=undefined&&this.infoCallbackUrl!=""));if(this.isSimplePlaylist()){this.content='<div id="playlist_frame_'+this.internalID+'"></div>';return}/*var b=Math.round(this.config.PLAYER_WIDTH*0.3);*/var b=181;if(e){b=b-1}else{b=0}var f=this.config.PLAYER_WIDTH-b-1;if(!e){f=f-1}var a=this.config.PLAYER_HEIGHT;if(g){a=a-39}if(k){a=a-30}var d=18;var i=f-d;var c=i-20;if(this.config.AUTO_WIDTH){if(e){b="30%";f="100%"}else{f="100%"}c="100%";i="100%"}var h='<table width="'+c+'" height="'+(a-20)+'" border="0" cellpadding="0" cellspacing="0"><tr><td width="'+c+'" height="'+(a-20)+'" align="middle"><img src="'+this.config.PLAYER_PATH+'loading.gif" border="0" alt=""/></td></tr></table>';this.content="";this.content='<div style="clear:both; margin:0; padding:0;"><table align="center" width="'+(this.config.AUTO_WIDTH?"100%":this.config.PLAYER_WIDTH)+'" height="'+this.config.PLAYER_HEIGHT+'" border="0" cellpadding="0" cellspacing="0">\n';if(g){this.content+="<tr><td "+(e?'colspan="2" ':"")+'width="100%" height="39" valign="middle">';this.content+='<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="'+this.config.PLAYER_PATH+'bg_head_l.png" width="10" height="39" nowrap="nowrap"><img src="'+this.config.PLAYER_PATH+'spacer.png" width="10" height="39" border="0" alt=""/></td><td width="100%" background="'+this.config.PLAYER_PATH+'bg_head.png" valign="middle" align="center">';this.content+='<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td style="font-family:verdana,tahoma; font-size:8pt; color:#ffffff;"><b>www.christianmusichouse.com</b></td><td width="100%" align="right" style="font-family:verdana,tahoma; font-size:8pt; color:#ffffff;"><b>Press play to listen to Audio Sample</b></td></tr></table>';this.content+='</td><td background="'+this.config.PLAYER_PATH+'bg_head_r.png" width="10" height="39" nowrap="nowrap"><img src="'+this.config.PLAYER_PATH+'spacer.png" width="10" height="39" border="0" alt=""/></td></tr></table>\n';this.content+="</td></tr>\n"}this.content+="<tr>";if(e){this.content+="<td "+(this.config.AUTO_WIDTH?"":'width="'+b+'" ')+'height="'+a+'" style="margin:0; padding:0; background-color:#ffffff; vertical-align:top; text-align:center; border-left:1px solid #cdcdcd;">';if(this.imageLinkUrl&&this.imageLinkUrl!=""){this.content+='<a href="'+this.imageLinkUrl+'">'}if(this.imageUrl&&this.imageUrl!=""){this.content+='<img src="'+this.imageUrl+'" border="0" alt="" />'}else{if(this.config.PLAYER_TYPE=="audio"){this.content+='<img src="'+this.config.PLAYER_PATH+'audio.jpg" border="0" alt="" />'}else{if(this.config.PLAYER_TYPE=="video"){this.content+='<img src="'+this.config.PLAYER_PATH+'video.jpg" border="0" alt="" />'}else{this.content+='<img src="'+this.config.PLAYER_PATH+'loading.gif" border="0" alt="" />'}}}if(this.imageLinkUrl&&this.imageLinkUrl!=""){this.content+="</a>"}this.content+="</td>\n"}this.content+='<td width="'+f+'" height="'+a+'" bgcolor="#ffffff" style="vertical-align:top; margin:0; padding:0; border-right:1px solid #cdcdcd;'+(e?"":" border-left:1px solid #cdcdcd;")+'">\n';if(j){this.content+='<div id="productinfo_'+this.internalID+'" width="'+f+'" height="'+a+'" style="display:none">\n';this.content+='<table width="'+f+'" height="'+a+'" border="0" cellpadding="0" cellspacing="0">\n';this.content+="<tr>\n";this.content+='<td width="'+i+'" valign="top" style="margin:0; padding:0;"><div id="product_info_'+this.internalID+'" style="font-family:verdana,tahoma; font-size:10px; padding:10px">';if(this.infoText&&this.infoText!=""){this.content+=this.infoText}else{this.content+=h}this.content+="</div></td>\n";this.content+='<td width="'+d+'" style="margin:0; padding:0; background:transparent url('+this.config.PLAYER_PATH+'btn_playlist_bg.gif) 0 0 repeat-y"><a href="javascript:void(0)" onclick="audioplayer_content_switch(\'productinfo_'+this.internalID+"', 'playlist_"+this.internalID+'\')" title="Show Music Playlist"><img src="'+this.config.PLAYER_PATH+'btn_playlist.gif" border="0" alt=""></a></td>\n';this.content+="</tr></table></div>\n";this.content+='<div id="playlist_'+this.internalID+'" width="'+f+'" height="'+a+'" style="display:;">\n';this.content+='<table width="'+f+'" height="'+a+'" border="0" cellpadding="0" cellspacing="0"><tr>\n';this.content+='<td width="'+d+'" style="margin:0; padding:0; background:transparent url('+this.config.PLAYER_PATH+'btn_productinfo_bg.gif) 0 0 repeat-y"><a href="javascript:void(0)" onclick="audioplayer_content_switch(\'playlist_'+this.internalID+"', 'productinfo_"+this.internalID+'\')" title="Show Product Info"><img src="'+this.config.PLAYER_PATH+'btn_productinfo.gif" border="0" alt=""></a></td>\n';this.content+='<td width="'+i+'" style="margin:0; padding:0; vertical-align:top"><iframe id="playlist_frame_'+this.internalID+'" name="playlist_frame_'+this.internalID+'" width="'+i+'" height="'+a+'" src="about:blank" marginwidth="1" marginheight="0" style="margin:0; padding:0; border:0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></td>\n';this.content+="</tr></table></div>\n"}else{this.content+='<iframe id="playlist_frame_'+this.internalID+'" name="playlist_frame_'+this.internalID+'" width="'+f+'" height="'+a+'" src="about:blank" marginwidth="1" marginheight="0" style="margin:0; padding:0; border:0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>\n'}this.content+="</td></tr>\n";if(k){this.content+="<tr><td "+(e?'colspan="2" ':"")+'width="'+(this.config.AUTO_WIDTH?"100%":this.config.PLAYER_WIDTH)+'" height="30" valign="top" align="center" style="padding:0; margin:0">\n';this.content+='<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="'+this.config.PLAYER_PATH+'bg_foot_l.png" width="10" height="30" nowrap="nowrap"><img src="'+this.config.PLAYER_PATH+'spacer.png" width="10" height="30" border="0" alt=""/></td><td width="100%" background="'+this.config.PLAYER_PATH+'bg_foot.png" valign="middle" align="center">';if(this.cartUrl&&this.cartUrl!=""){this.content+='<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td style="font-family:verdana,tahoma; font-size:8pt; color:#ffffff;"><a href="'+this.cartUrl+'" title="Buy This Product"><img src="'+this.config.PLAYER_PATH+'btn_buy_product.png" border="0" alt="" align="absmiddle" /></a></td><td width="100%" align="right" style="font-family:verdana,tahoma; font-size:8pt; color:#ffffff;">';/***edited by Yuki***/if(r){			this.content+='<a href="'+this.cartUrl+'&buyall=Y" title="Buy All Audio Downloads"><img src="'+this.config.PLAYER_PATH+'btn_buy_all.png" border="0" alt="" align="absmiddle" /></a>';}this.content+='</td></tr></table>'}/***end***/this.content+='</td><td background="'+this.config.PLAYER_PATH+'bg_foot_r.png" width="10" height="30" nowrap="nowrap"><img src="'+this.config.PLAYER_PATH+'spacer.png" width="10" height="30" border="0" alt=""/></td></tr></table>\n';this.content+="</td></tr>\n"}this.content+="</table></div>\n"}function audioplayer_renderPlaylist(){var a='<html><head><title>Playlist - MP3 Player &copy;2009 By Bambang Sugiarto (bambang@zylone.com)</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><meta http-equiv="Author" content="Bambang Sugiarto (bambang@zylone.com)"/><meta http-equiv="Copyright" content="MP3 Player &copy;2009 By Bambang Sugiarto (bambang@zylone.com)"/></head><body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" style="border:0; padding:0; margin:0" onresize="if (document.getElementById(\'playlist_table_'+this.internalID+"')) document.getElementById('playlist_table_"+this.internalID+"').width = this.clientWidth;\">";var f="</body></html>";var k="playlist_frame_"+this.internalID;var w=null;var p=false;if(this.isSimplePlaylist()){w=window.document.getElementById(k)}else{if(window.frames){try{w=window.frames[k];p=(w!=null&&w!=undefined);if(!p){w=window.frames(k);p=(w!=null&&w!=undefined)}}catch(t){p=false;try{w=window.frames(k);p=(w!=null&&w!=undefined);if(!p){w=window.frames[k];p=(w!=null&&w!=undefined)}}catch(t){w=null;p=false}}}if(!p){if(window.document.frames){try{w=window.document.frames[k];p=(w!=null&&w!=undefined);if(!p){w=window.document.frames(k);p=(w!=null&&w!=undefined)}}catch(t){p=false;try{w=window.document.frames(k);p=(w!=null&&w!=undefined);if(!p){w=window.document.frames[k];p=(w!=null&&w!=undefined)}}catch(t){w=null;p=false}}}if(!p){w=window.document.getElementById(k);p=(w!=null&&w!=undefined)}}}if(w==null||w==undefined){window.alert('Error! Playlist html object container "'+k+'" not found!');return}var m="";var v=new Array("#e0e0e0","#f2f2f2");var r=0;var o=this.playlist;var l=o.length;m='<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="100%" height="100%" align="middle"><img src="'+this.config.PLAYER_PATH+'loading.gif" border="0" alt=""/></td></tr></table>';if(p){w.document.clear();w.document.write(a+m+f);w.document.close()}else{w.innerHTML=m}var m='<table id="playlist_table_'+this.internalID+'" width="100%" border="0" cellpadding="2" cellspacing="0" style="font-family:verdana,tahoma; font-size:10px; color:#000000;">';for(var q=0;q<l;q++){var u=o[q];var g=u.title;var h=u.file;var x=u.price;var d=u.cart;var n=(h&&h!=""&&h!=null);var b=(x&&x!=""&&x!=null);var j=(d&&d!=""&&d!=null);m+='<tr bgcolor="'+v[r]+'">';m+='<td align="right" height="22">'+(q+1)+".</td>";m+='<td width="100%" height="22">'+g+"</td>";if(this.config.SHOW_ITEM_PLAYABLE){if(n){m+='<td height="22">';m+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="18" height="18">\n';m+='<param name="movie" value="zylone_mp3_player.swf?song_url='+h+"&song_title="+escape(g)+'&autoload=true&autoplay=false&b_colors=4771a7,4771a7,4771a7,ff0000">';m+='<param name="quality" value="high">\n';m+='<param name="scale" value="noscale">\n';m+='<param name="wmode" value="transparent">\n';m+='<param name="allowScriptAccess" value="sameDomain">\n';m+='<param name="autoload" value="true">\n';m+='<param name="autoplay" value="false">\n';m+='<param name="b_colors" value="4771a7,4771a7,4771a7,ff0000">\n';m+='<param name="song_url" value="'+h+'">\n';m+='<param name="song_title" value="'+escape(g)+'">\n';m+='<embed src="zylone_mp3_player.swf?song_url='+h+"&song_title="+escape(g)+'&autoload=true&autoplay=false&b_colors=4771a7,4771a7,4771a7,ff0000" width="18" height="18" quality="high" scale="noscale" wmode="transparent" allowScriptAccess="sameDomain" autoload="true" autoplay="false" b_colors="ff0000,,0000ff,ffff00" song_url="'+h+'" song_title="'+escape(g)+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>\n';m+="</object>";m+="</td>"}else{m+='<td width="18" height="22" align="middle" nowrap="nowrap"><img src="'+this.config.PLAYER_PATH+'control_unavailable.png" border="0" alt="Music preview unavailable" title="Music preview unavailable"/></td>'}}if(this.config.SHOW_ITEM_PRICE){if(b){m+='<td nowrap="nowrap" align="right" height="22">'+x+"</td>"}else{m+='<td height="22">&nbsp;</td>'}}if(this.config.SHOW_ITEM_CART){if(j){m+='<td height="22"><a href="'+d+'" title="add to cart" target="_top"><img src="'+this.config.PLAYER_PATH+'btn_add2cart.png" border="0" alt="" align="absmiddle" /></a></td>'}else{m+='<td height="22">&nbsp;</td>'}}m+="</tr>";if(r==0){r=1}else{r=0}}m+="</table>";if(p){s_doc_script='<script language="javascript">window.setTimeout(\'if (document.getElementById("playlist_table_'+this.internalID+'")) document.getElementById("playlist_table_'+this.internalID+"\").width= document.body.clientWidth;', 10000);<\/script>";w.document.clear();w.document.write(a+m+"\r\n"+s_doc_script+"\n\r"+f);w.document.close()}else{w.innerHTML=m}}function audioplayer_clearPlaylist(){this.playlist=new Array();if(this.rendered){this.renderPlaylist()}}function audioplayer_renderPlayer(a){this.initPlayer();if(a){var b=document.getElementById(a);if(b){b.innerHTML=this.content}else{document.write(this.content)}}else{document.write(this.content)}this.renderPlaylist();this.rendered=true}function TDynamicRequest(b){var a=null;this.url=b;this.xml=null;this.result="";this.autoDestroy=true;this.onWait=null;this.onFinish=null;this.onError=null;this.onValidate=null;this.internalCallback=function(){if(this.readyState==4){if(this.status==200){if(a!=null&&a!=undefined){var c=false;if(a.onValidate!=null&&a.onValidate!=undefined){c=a.onValidate(this)}else{var e=this.getResponseHeader(_me64("Q29udGVudC1UeXBl"));var d=this.getResponseHeader(_me64("QXV0aG9y"));var f=this.getResponseHeader(_me64("Q29weXJpZ2h0"));e=e.toLowerCase();d=d.toLowerCase();f=f.toLowerCase();c=((e.indexOf(_me64("YXBwbGljYXRpb24vanNvbg=="))>-1||e.indexOf(_me64("YXBwbGljYXRpb24vanM="))>=-1||e.indexOf(_me64("dGV4dC9qc29u"))>-1||e.indexOf(_me64("dGV4dC9qcw=="))>-1||e.indexOf(_me64("dGV4dC9odG1s"))>-1||e.indexOf(_me64("dGV4dC90eHQ="))>-1)&&(d.indexOf(_me64("YmFtYmFuZyUyMHN1Z2lhcnRv"))>-1||d.indexOf(_me64("YmFtYmFuZ0B6eWxvbmUuY29t"))>-1)&&(f==_me64("bXAzJTIwcGxheWVyJTIwJTI2Y29weSUzQjIwMDklMjBieSUyMGJhbWJhbmclMjBzdWdpYXJ0byUyMCUyOGJhbWJhbmdAenlsb25lLmNvbSUyOQ==")))}if(c){a.result=_me64(this.responseText);if(a.onFinish!=null&&a.onFinish!=undefined){a.onFinish(a.result)}}else{a.result="";if(a.onError!=null&&a.onError!=undefined){a.onError(_me64("SGVhZGVyJTIwcmVzcG9uc2UlMjB2ZXJpZmljYXRpb24lMjBmcm9tJTIwJTIy")+a.url+_me64("JTIyJTIwRmFpbGVkJTIx"))}}}}else{if(a!=null&&a!=undefined){a.result="";if(a.onError!=null&&a.onError!=undefined){a.onError(this.statusText)}}}if(a!=null&&a!=undefined&&a.autoDestroy){this.abort();a.xml=null}}};this.execute=function(){if(this.onWait!=null&&this.onWait!=undefined){this.onWait()}if(this.xml==null){this.result="";if(window.XMLHttpRequest){this.xml=new XMLHttpRequest();this.xml.onreadystatechange=this.internalCallback;this.xml.async=true;this.xml.open(_me64("R0VU"),this.url);this.xml.send(null)}else{if(window.ActiveXObject){this.xml=new ActiveXObject(_me64("TWljcm9zb2Z0LlhNTEhUVFA="));if(this.xml){this.xml.onreadystatechange=this.internalCallback;this.xml.async=true;this.xml.open(_me64("R0VU"),this.url);this.xml.send()}}}}else{if(this.xml.readyState>=1&&this.xml.readyState<=3){this.xml.abort()}this.result="";this.xml.open(_me64("R0VU"),this.url,true);this.xml.send()}};this.execUrl=function(c){this.url=c;this.execute()};this.destroy=function(){if(this.xml&&this.xml!=null&&this.xml!=undefined&&this.xml.readyState>=1&&this.xml.readyState<=3){this.xml.abort()}this.xml=null};a=this}function TAudioPlayer(strUrl,playerContainerId,bAutoOpen){var _object=null;this.url=strUrl;this.autoOpen=true;this.internalPlayer=null;this.containerId="";this.container;if(playerContainerId&&playerContainerId!=null&&playerContainerId!=undefined&&playerContainerId!=""){this.containerId=playerContainerId;this.container=window.document.getElementById(playerContainerId)}if(bAutoOpen!=null&&bAutoOpen!=undefined){if(bAutoOpen==true||bAutoOpen==1||bAutoOpen==_me64("dHJ1ZQ==")||bAutoOpen==_me64("b24=")){this.autoOpen=true}else{if(bAutoOpen==false||bAutoOpen==0||bAutoOpen==_me64("ZmFsc2U=")||bAutoOpen==_me64("b2Zm")){this.autoOpen=false}}}this.req=new TDynamicRequest(strUrl);this.req.autoDestroy=false;this.req.onWait=function(){if(_object.container&&_object.container!=null&&_object.container!=undefined){_object.container.innerHTML=_me64("JTNDY2VudGVyJTNFJTNDaW1nJTIwc3JjJTNEJTIy")+DEFAULT_CONFIG.PLAYER_PATH+_me64("bG9hZGluZy5naWYlMjIlMjBib3JkZXIlM0QlMjIwJTIyJTIwYWx0JTNEJTIyJTIyJTIwLyUzRSUzQy9jZW50ZXIlM0U=")}};this.req.onFinish=function(strResult){if(_object!=null&&_object!=undefined&&strResult!=null&&strResult!=undefined&&strResult!=""){var dummy=null;eval(_me64("ZHVtbXklM0Q=")+strResult+_me64("JTNC"));_object.internalPlayer=new audioplayer(dummy.config,dummy);_object.internalPlayer.renderPlayer(_object.containerId)}};this.req.onError=function(strError){if(_object!=null&&_object!=undefined){_object.internalPlayer=null;if(strError!=null&&strError!=undefined&&strError!=""){if(_object.container&&_object.container!=null&&_object.container!=undefined){_object.container.innerHTML=_me64("JTNDY2VudGVyJTNFJTNDZm9udCUyMGNvbG9yJTNEJTIycmVkJTIyJTNFVGhlcmUlMjB3YXMlMjBhJTIwcHJvYmxlbSUyMHJldHJpZXZpbmclMjB0aGUlMjBYTUwlMjBkYXRhJTNBJTNDYnIvJTNF")+strError+_me64("JTNDL2ZvbnQlM0UlM0MvY2VudGVyJTNF")}else{window.alert(_me64("VGhlcmUlMjB3YXMlMjBhJTIwcHJvYmxlbSUyMHJldHJpZXZpbmclMjB0aGUlMjBYTUwlMjBkYXRhJTNB")+"\n"+strError)}}}};this.open=function(){this.req.execUrl(this.url)};this.close=function(){this.req.destroy();if(this.container&&this.container!=null&&this.container!=undefined){this.container.innerHTML=""}this.internalPlayer=null};this.refresh=function(){this.close();this.open()};this.getPlayer=function(){return this.internalPlayer};_object=this;if(this.autoOpen){this.open()}};