 //<![CDATA[
   $(function() {    
     $(".viewclip").click(function() {
       $.fancybox(
       '<div id="cliplayer"></div>',
       {
         'autoscale' : false,
         'transitionIn' : 'none',
         'transitionOut': 'none',
         'padding' : 0,
//       'title'  : this.title,
         'width'  : 640,
         'height' : 360
       });
       showclip2();
       return false;
     });
   });
// ]]> 

function setclip()
  {
  }
function showclip2()
  {
   jwplayer("cliplayer").setup({flashplayer: "/fileadmin/template/jwplayer/player.swf",skin: "/fileadmin/template/jwplayer/glow/glow.xml",file: "http://www.german-pellets-genussrechte.de/fileadmin/Video/GP_genussschein_360p.flv",provider:'http','http.startparam':'starttime',autostart:'true',dock:'true',controlbar: 'bottom',width: 640,height: 360});
  }


