var words = new Array(
"heart", "heart", "", "",
"valentine", "valentine", "", "",
"valentine card", "valentine card", "", "",
"love", "love", "", "",
"candy", "candy", "", "",
"chocolate", "chocolate", "", "",
"candy hearts", "candy hearts", "", "",
"St. Valentine", "St. Valentine", "", "",
"lace", "lace", "", "",
"Cupid", "Cupid", "", "",
"flowers", "flowers", "", "",
"roses", "roses", "", "",
"be mine", "be mine", "", "",
"I love you", "I love you", "", "",
"Sweeties", "Sweeties", "", "",
"sweetheart", "sweetheart", "", "",
"heart throb", "heart throb", "", "",
"romance", "romance", "", "",
"cupid", "cupid", "", "",
"admirer", "admirer", "", "",
"arrow", "arrow", "", "",
"beauty", "beauty", "", "",
"devotion", "devotion", "", "",
"charm", "charm", "", "",
"crush", "crush", "", "",
"girlfriend", "girlfriend", "", "",
"boyfriend", "boyfriend", "", ""

);


var doneAction="linkArticle";

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

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