function link_Click(pKey){

	document.getElementById("div_favoritos_awards").innerHTML = "<form id=\"frm_favoritos_awards\" action=\"http://www.favoritos.es/disenos/verifyPrizeLink/\" method=\"POST\"><input type=\"hidden\" id=\"awards_key\" name=\"awards_key\" value=\"" + pKey + "\"></form> ";
	document.getElementById("frm_favoritos_awards").submit();

	return false;
}
