var gothambook = {
  src: './wp-content/themes/prestonkelly/flash/gothambook.swf'
};

sIFR.activate(gothambook);

sIFR.replace(gothambook, {
	selector: 'h3.storytitle',
	css: {
      '.sIFR-root': { 'color': '#565666', 'letter-spacing': '-1' },
	  'a:link': {'color': '#565666', 'text-decoration': 'none'},
	  'a:hover': {'color': '#565666', 'text-decoration': 'underline'}
	},
	wmode: 'transparent'
});