var glypha = {
	src: '/mda/swf/engravers-gothic.swf'
};

sIFR.debugMode = false;
sIFR.delayCSS  = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(glypha);
  
sIFR.replace(glypha, {wmode: 'transparent', 
	selector: 'h1'
	,css: [
		'.sIFR-root { text-align: left; font-weight: bold; color: #336666; background-color: #fff; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #7FBBB9; }'
		,'a:hover { color: #CCCCCC; }'
	]
});

sIFR.replace(glypha, {wmode: 'transparent', 
	selector: 'h2'
	,css: [
		'.sIFR-root { text-align: left; font-weight: bold; color: #336666; background-color: #fff; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #7FBBB9; }'
		,'a:hover { color: #CCCCCC; }'
	]
});

sIFR.replace(glypha, {wmode: 'transparent', 
	selector: 'h4'
	,css: [
		'.sIFR-root { text-align: left; font-weight: bold; color: #3D2922; background-color: #fff; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #DFC9C3; }'
		,'a:hover { color: #DFD4D1; }'
	]
});