var words = new Array(
"Chicago", "Chicago", "", "",
"Los Angeles", "Los Angeles", "", "",
"San Francisco", "San Francisco", "", "",
"New York", "New York", "", "",
"Boston", "Boston", "", "",
"Dallas", "Dallas", "", "",
"Houston", "Houston", "", "",
"Phoenix", "Phoenix", "", "",
"Philadelphia", "Philadelphia", "", "",
"Atlanta", "Atlanta", "", "",
"Detroit", "Detroit", "", "",
"San Antonio", "San Antonio", "", ""
);


var doneAction="linkArticle";

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

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