jQuery(document).ready(function(){
  jQuery("#latest-resources").flash({ 
    src: '/monoslideshow.swf',
    width: 355,
    height: 355,
    flashvars: { 
      dataFile: '/home/latest.xml', 
      showLogo: 'false'
    }
  });           
});
