

var gotham = {
src: '/images/layout/gotham.swf'
};


// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
//sIFR.useStyleCheck = true;
sIFR.activate(gotham);
sIFR.replace(gotham, {
	selector: 'h2', css: {'.sIFR-root': { 'color': '#e5345f', 'letter-spacing': -0.5 }},wmode: 'transparent'
});
sIFR.replace(gotham, {
	selector: 'h3.pink', css: {'.sIFR-root': { 'color': '#e5345f', 'letter-spacing': -0.5}},	wmode: 'transparent'
}); 		
sIFR.replace(gotham, {
	selector: 'h3', css: {'.sIFR-root': { 'color': '#683e4a', 'letter-spacing': -0.5}},	wmode: 'transparent'
}); 
 
