﻿$(document).ready(function(){   

    $("a[@rel*=facebox]").facebox();
    
    // load the showreel
    
    $('#showreel').flash(
        { 
          src: 'player.swf?file=videos/Showreel_Final_Web.flv&amp;skin=nacht.swf&amp;autostart=false',
          width: 350,
          height: 280,
          style: 'z-index:1;',
          wmode: 'opaque',
          bgcolor: '#111111'
        },
        { version: 8 }
    );
    
});