var swiffer = {
      src: 'http://jeffcannata.squarespace.com/storage/layout/tradegoth.swf'
};

sIFR.activate(swiffer);

sIFR.replace(swiffer, {
	selector: 'h2',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #1B1B1B; text-transform: uppercase; margin-bottom: 0; padding-bottom: 0; }',
		'a { text-decoration: none }',
		'a:link { color: #1B1B1B; }',
		'a:hover { color: #1B1B1B; }'
	]
});