var tradegothic = {
  src: '/~hart808/wp-content/themes/twelve/flash/sifr.swf'
};

sIFR.activate(tradegothic);

sIFR.replace(tradegothic, {
  selector: '.title h1'
  ,css: [
	'a { color: #333333; text-decoration: none; }'
	,'a:link { color: #67c6e8; }'
	,'a:hover { color: #534741; text-decoration: none; }'
	],
	wmode: 'transparent'
});

sIFR.replace(tradegothic, {
  selector: '#sidebar h1'
  ,css: [
	'.sIFR-root { color: #534741; }'],
	wmode: 'transparent'
});

sIFR.replace(tradegothic, {
  selector: '.pagelabel'
  ,css: [
	'.sIFR-root { color: #534741; }'
	,'a { color: #333333; text-decoration: none; }'
	,'a:link { color: #67c6e8; }'
	,'a:hover { color: #534741; text-decoration: none; }'
	],
	wmode: 'transparent'
});

sIFR.replace(tradegothic, {
  selector: 'h3'
  ,css: [
	'.sIFR-root { color: #534741; }'
	,'a { color: #534741; text-decoration: none; }'
	,'a:link { color: #67c6e8; }'
	,'a:hover { color: #534741; text-decoration: none; }'
	],
	wmode: 'transparent'
});

