function convertToExportWindow (id)
{
    var batch = $(id);
    // loop through the child A elements of batch
    // Get the href
    // Add all hrefs to an array
    //print an array
    batch.innerHTML = "<p>You can add these releases to Spotify by selecting all text, and dragging it to your Spotify application's playlist bar, into a playlist</p>";
    batch.innerHTML += "<textarea>" + content + "</textarea>";
}
