var bickham = {
	src: 'berthhold.swf'
};

sIFR.debugMode = false;
sIFR.delayCSS  = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(bickham);
  
sIFR.replace(bickham, {
	selector: 'h1.ttl-staging'
	,css: [
		'.sIFR-root { text-align: left; font-weight:bold; color: #5b3a00; background-color: #ffffff; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #CCCCCC; }'
	]
});

sIFR.replace(bickham, {
	selector: 'h2.tagline-staging'
	,css: [
		'.sIFR-root { text-align: left; font-weight: bold; color: #5b3a00; background-color: #ffffff; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #CCCCCC; }'
	]
});

sIFR.replace(bickham, {
	selector: 'h3.temp1'
	,css: [
		'.sIFR-root { text-align: left; font-weight: bold; color: #5b3a00; background-color: #ffffff; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #CCCCCC; }'
	]
});

sIFR.replace(bickham, {
	selector: 'h1.ttl-staging-expanded'
	,css: [
		'.sIFR-root { text-align: left; font-weight: bold; color: #ffffff; background-color: #5B3A00; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #CCCCCC; }'
	]
});