
function update_youtube(id,video){
	var el = findDOM(id);
	el.src = video;
}