$1=function($o){return document.getElementById($o)}
$2=function($o){return document.getElementsByName($o)}
$3=function($o){return document.getElementsByTagName($o)}

// = = = = = = = = = = = = = = = = = =

$m=function($o,$a){
if(!$o.id){$o.style.filter="alpha(opacity='"+(($a)?5:10)+"0')"}
}

// = = = = = = = = = = = = = = = = = =

$p=function($a,$b,$c){
$w=window.open('','wmplayer','width=300,height=100,top='+(screen.height/2-200)+',left='+(screen.width/2-150))
$w.document.clear()
$w.document.write('<html><head><title>'+$b+'</title></head><body background="img/body.gif" style="color:#00000;font-size:10px;font-family:Verdana"><center><br><b style="color:#bbab87">'+$b+' - '+$c+'</b><br><br>')
$w.document.write('<embed width="200" height="20" quality="high" wmode="transparent" type="application/x-shockwave-flash" src="i/i.swf?mp3=l/'+$a+'&loadingcolor=0&bgcolor1=949494&bgcolor2=525252&buttoncolor=000000&buttonovercolor=cccccc&slidercolor1=525252&slidercolor2=949494&sliderovercolor=525252">')
$w.document.write('</center></body></html>')
$w.document.close()
}