$(document).ready(function() {
  $('#header h1').flash({
    src: '/wp-content/themes/sprocket/flash/logo.swf',
    width: 35,
    height: 35,
    wmode: 'transparent',
    background: '#9cbe43'
  });
  $('#intro').flash({
    src: '/wp-content/themes/sprocket/flash/sprocket.swf',
    width: 700,
    height: 420
  })
});