var archerbold = {
	src: 'http://tylerplace.bluehousegroup.com/mysite/javascript/Archer_Bold.swf' //ABSOLUTE PATH: ALWAYS UPDATE TO CURRENT SITE!
};

sIFR.activate(archerbold);

sIFR.replace(archerbold, {
	selector: 'h2.tagline',
	css: [
		'.sIFR-root { font-size:22px; color:#7e7142; text-align:center; margin:0; },'
	],
	wmode: 'transparent'
});

sIFR.replace(archerbold, {
	selector: 'h2.heading',
	css: [
		'.sIFR-root { font-size:32px; color:#7e7142; text-align:center; margin:0; },'
	],
	wmode: 'transparent'
});

sIFR.replace(archerbold, {
	selector: 'h4.seealsohead',
	css: [
		'.sIFR-root { font-size:18px; color:#554b28; text-align:left; margin:0; padding:0; },'
	],
	wmode: 'transparent'
});

sIFR.replace(archerbold, {
	selector: 'h4.callouthead',
	css: [
		'.sIFR-root { font-size:16px; color:#ffe5e7; text-align:center; margin:0; padding:0; },'
	],
	wmode: 'transparent'
});

sIFR.replace(archerbold, {
	selector: 'div.yellowbg h3 span',
	css: [
		'.sIFR-root { font-size:22px; color:#ffe5e7; text-align:center; margin:0; },'
	],
	wmode: 'transparent'
});