function readResponse(response) {
    //show the selected article.
    showArticle(response.responseText);
}
