var lacuna = {
	src: 'http://www.ryanshull.com/wpsite/wp-content/themes/ryanshull/id09/flash/lacuna.swf'
};

sIFR.activate(lacuna);

sIFR.replace(lacuna, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#ffab3e; }',
      'em { font-style:italic; color:#ffab3e; }',
      'strong { font-weight:bold; color:#ffab3e; }',
      'a { text-decoration: none; }',
      'a:link { color: #ffab3e; text-decoration: none; }',
	  'a:visited { color: #ffab3e; }',
      'a:hover { color: #767c84; text-decoration: underline; }'
      ],
      wmode: 'transparent'
});