$(document).ready(function() { 
// replace div with id slideShow with flash file call Slide.swf located in flash folder
var flashvars = {};
var params = { wmode: "transparent", xmlDataPath: "kitchen/gallery.xml" };
var attributes = {};

swfobject.embedSWF("kitchen/viewer.swf", "flash", "550", "550", "9.0.0", flashvars, params, attributes);
});

