$j=jQuery;
function song_delete(id){
	if(!confirm("Are you sure you want to delete this song?"))return;
	$j.getScript('/songs_delete.php?id='+id);
}

