var words = new Array(
"primary", "primary", "", "",
"caucus", "caucus", "", "",
"delegates", "delegates", "", "",
"convention", "convention", "", "",
"Democrats", "Democrats", "", "",
"votes", "votes", "", "",
"donkey", "donkey", "", "",
"elephant", "elephant", "", "",
"Democrat", "Democrat", "", "",
"Republican", "Republican", "", "",
"Independent", "Independent", "", "",
"polls", "polls", "", "",
"ballots", "ballots", "", "",
"issues", "issues", "", "",
"mechanical lever machines", "mechanical lever machines", "", "",
"punch card", "punch card", "", "",
"counting", "counting", "", "",
"politician", "politician", "", "",
"electoral college", "electoral college", "", "",
"popular vote", "popular vote", "", "",
"candidates", "candidates", "", "",
"nominee", "nominee", "", "",
"inauguration", "inauguration", "", ""
);


var doneAction="linkArticle";

function linkArticle () {
	if (!document.getElementById) return true;

	var artlink = document.getElementById('articleRef');
	artlink.innerHTML=lastAnswerArr.hint;
	
}
