$(document).ready(function() {
  $('#eins').flash(
    { 
      src: swfSrc,
      width: 325,
      height: 98,
      flashvars: { 'contentSource': slideShowSrc }
    },
    { version: '6.0.65' }
  );
  //$('#today').jScrollPane();
});