    function play(url) {

var playurl = "http://www.butterflytrixagency.co.uk/play.php";

        window.open(playurl+'?song='+url, 'Playing', 'height=100,width=300,status=no,toolbar=no,menubar=no,location=no')
    }
		
		
