/** http://docs.sublimevideo.net/playlists **/
/** jQuery version **/

$(document).ready(function() {
  // Pass in the id of the interactive wrapper div
  $('.interactive').each(function() { SublimeVideo[$(this).attr('id')] = new InteractiveThumbnailsHandler($(this).attr('id')); });
});
