﻿function ytv_load(el){
ytvplayer=$get(el.getAttribute("playerid"));
if(ytvplayer)ytvplayer.loadVideoById(el.getAttribute("videoid"));
var title=$get(el.getAttribute("titleid"));
if(title)title.innerHTML=el.getAttribute("title");
var titleTop=$get(el.getAttribute("titletopid"));
if(titleTop)titleTop.innerHTML=el.getAttribute("title");
var description=$get(el.getAttribute("descriptionid"));
if(description)description.innerHTML=el.getAttribute("description");}
/* 6.0.4149 */ 

