var goth = { src: 'http://jigsawdust.com/storage/gothlight.swf' };
var rock = { src: 'http://jigsawdust.com/storage/rockwell.swf' };

sIFR.activate(goth, rock);

sIFR.replace(goth, {
	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; }'
	]
});

sIFR.replace(rock, {
	selector: '.section div.caption',
	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; }'
	]
});