var gotham = {
	src: 'http://risingtide.squarespace.com/storage/layout/gothambook.swf'
};

sIFR.activate(gotham);

sIFR.replace(gotham, {
	selector: 'h2',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #FFFFFF; }',
		'a { text-decoration: none }',
		'a:link { color: #FFFFFF; }',
		'a:hover { color: #FFFFFF; }'
	]
});

sIFR.replace(gotham, {
	selector: '.journal-entry h2.title',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #222222!important; }',
		'a { text-decoration: none }',
		'a:link { color: #222222!important; }',
		'a:hover { color: #222222!important; }'
	]
});

