var clicked_v = "vauno";
var last_clicked_id_v = "vauno";
var last_class_v = "videolist-ul-a";

function open_video(vid,div){
   $(div).innerHTML = "&nbsp;";
   outcode = "<object width=\"425\" height=\"355\">"+
             "<param name=\"movie\" value=\"http://www.youtube.com/v/"+ vid +"&rel=1\"></param>"+
             "<param name=\"wmode\" value=\"transparent\"></param>"+
             "<embed src=\"http://www.youtube.com/v/"+vid+"&rel=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"355\">"+
             "</embed></object>";
   $(div).innerHTML = outcode;
}



