if(typeof(Imtho)=="undefined"){Imtho={}}Imtho.Mp3={playimg:null,player:null,go:function(){var c=document.getElementsByTagName("a");for(var b=0,d;d=c[b];b++){if(d.href.match(/\.mp3$/i)){var a=document.createElement("img");a.src="http://imtho.com/theme/images/play.gif";a.title="Play";a.height=a.width=12;a.style.marginRight="0.5em";a.style.cursor="pointer";a.style.border="0";a.onclick=Imtho.Mp3.makeToggle(a,d.href);d.parentNode.insertBefore(a,d)}}},toggle:function(l,e){if(Imtho.Mp3.playimg==l){Imtho.Mp3.destroy()}else{if(Imtho.Mp3.playimg){Imtho.Mp3.destroy()}var p=l.nextSibling,n="";if(document.defaultView&&document.defaultView.getComputedStyle){n=document.defaultView.getComputedStyle(p,null).getPropertyValue("color")}else{if(p.currentStyle){n=p.currentStyle.color}}n=n.replace(/^rgb|[ ()]/g,"");var g=n.match(/^#?([a-f0-9]{6})$/),b=n.match(/^#?([a-f0-9]{3})$/),o=n.match(/^([0-9]+),([0-9]+),([0-9]+)$/);if(o){var f="0123456789abcdef",n="";for(var k=1,m;m=o[k];k++){var h=m%16;n=n+f.charAt((m-h)/16)+f.charAt(h)}}else{if(g){n=g[1]}else{if(b){n=b[1].charAt(0)+b[1].charAt(0)+b[1].charAt(1)+b[1].charAt(1)+b[1].charAt(2)+b[1].charAt(2)}else{n="000000"}}}l.src="http://imtho.com/theme/images/stop.gif";l.title="Stop";Imtho.Mp3.playimg=l;Imtho.Mp3.player=document.createElement("span");Imtho.Mp3.player.innerHTML='<object style="vertical-align:bottom;margin-right:0.2em" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"width="50" height="14" id="player" align="middle"><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="sameDomain" /><param name="flashVars" value="theLink='+e+"&amp;fontColor="+n+'" /><param name="movie" value="http://imtho.com/theme/mp3.swf" /><param name="quality" value="high" /><embed style="vertical-align:bottom;margin-right:0.2em" src="http://imtho.com/theme/mp3.swf" flashVars="theLink='+e+"&amp;fontColor="+n+'"quality="high" wmode="transparent" width="50" height="14" name="player"align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';l.parentNode.insertBefore(Imtho.Mp3.player,l.nextSibling)}},destroy:function(){Imtho.Mp3.playimg.src="http://imtho.com/theme/images/play.gif";Imtho.Mp3.playimg=null;Imtho.Mp3.player.removeChild(Imtho.Mp3.player.firstChild);Imtho.Mp3.player.parentNode.removeChild(Imtho.Mp3.player);Imtho.Mp3.player=null},makeToggle:function(a,b){return function(){Imtho.Mp3.toggle(a,b)}}};Imtho.addLoadEvent=function(b){var a=window.onload;if(typeof a!="function"){window.onload=b}else{window.onload=function(){a();b()}}};Imtho.addLoadEvent(Imtho.Mp3.go);
