var heading = { src: '/images/century_gothic.swf'};

sIFR.activate(heading);

sIFR.replace(heading, {
	selector: '.p-about #content h1, body.staff #content h1, .p-about #sidebar-b h2'
	,css: {
		'.sIFR-root': { 'color': '#0068C5', 'text-transform': 'lowercase', 'font-weight': 'bold' }
	}
	,wmode: 'transparent'
});


sIFR.replace(heading, {
	selector: '.p-kitchen #content h1, .p-kitchen #sidebar-b h2'
	,css: {
		'.sIFR-root': { 'color': '#DC6200', 'text-transform': 'lowercase', 'font-weight': 'bold' }
	}
	,wmode: 'transparent'
});

sIFR.replace(heading, {
	selector: '.p-contact #content h1, .p-contact #sidebar-b h2'
	,css: {
		'.sIFR-root': { 'color': '#ECAB00', 'text-transform': 'lowercase', 'font-weight': 'bold' }
	}
	,wmode: 'transparent'
});

sIFR.replace(heading, {
	selector: '.p-ed #content h1, .p-ed #sidebar-b h2'
	,css: {
		'.sIFR-root': { 'color': '#00657E', 'text-transform': 'lowercase', 'font-weight': 'bold' }
	}
	,wmode: 'transparent'
});

sIFR.replace(heading, {
	selector: '.p-stores #content h1, .p-stores #sidebar-b h2'
	,css: {
		'.sIFR-root': { 'color': '#B94594', 'text-transform': 'lowercase', 'font-weight': 'bold' }
	}
	,wmode: 'transparent'
});

sIFR.replace(heading, {
	selector: '.p-whole #content h1, .p-whole #sidebar-b h2'
	,css: {
		'.sIFR-root': { 'color': '#5E51C7', 'text-transform': 'lowercase', 'font-weight': 'bold' }
	}
	,wmode: 'transparent'
});

sIFR.replace(heading, {
	selector: '#sidebar-a h2'
	,css: {
		'.sIFR-root': { 'color': '#FFFFFF', 'text-transform': 'lowercase', 'font-weight': 'bold', 'letter-spacing': 1 }
	}
	,wmode: 'transparent'
});