// JavaScript Document

/*This document includes the calls to the swfobject.js library 
which replace the relevant DIV with the flash content.
It could have been included in the HTML itself, but in order
to maintain the concept of Unobtrusive Javascript, 
it was taken out and stored in this separate file*/

/*insert the flash content*/
var so = new SWFObject("http://www.davidemeny.com/reel/reel2.swf", "player", "660", "410", "8", "#000000");
so.write("flashHolder");
