function swf() {
	with (this) {
		var u;
		var w = '0';
		var h = '0';
		u = encodeURIComponent('http://'+document.location.host+'/cg/amg.dll?p=amg&sql=91:'+href.substr(href.lastIndexOf(':')+1));
		switch (rel) {
			case 'track':
				w = '10';
				h = '10';
				break;
			case 'album':
			case 'artist':			
			case 'song':
				w = '29';
				h = '30';
				break;
				
		}
    	swfobject.embedSWF('/swf/allmusic_player.swf?type='+rel+'&url='+u,id,w,h,'9.0.0');
	}
}

if (sampArray) {
	for (var i in sampArray) {
		document.getElementById(sampArray[i]).onmousedown = swf;
	}
}