function playlistGoto(value)
{
   document.WebPlayer.SetVariable("jsValue",value);
   document.WebPlayer.SetVariable("jsMethod","goto");
}
