function setYutubeLink(title, uri){
	jQuery("p#yourubeLink").append('<a href="' + uri + '" target="_blank">' + title + '</a>');
}