$(document).ready(function(){
  $('a.watchIntroVideoLink').fancybox({
    'width' : '640',
    'height' : '390'
  }).click(function(){ if (_gaq) { _gaq.push(['_trackEvent', 'Videos', 'Play', 'Pop-up from ' + location.pathname + ', MozyHome Intro Video']); } });

  $('a.watchProVideoLink').fancybox({
    'width' : '640',
    'height' : '390',
    'href' : '/media/video/mozyVidPlayer.swf',
    'type' : 'swf',
    'swf' : { 'FlashVars':'flvFile=/assets/808/mozypro640x360.flv' }
  }).click(function(){ if (_gaq) { _gaq.push(['_trackEvent', 'Videos', 'Play', 'Pop-up from ' + location.pathname + ', MozyPro Intro Video']); } });
});
