var sanuk = { src:'/js/sanuk-bold.swf' }
sIFR.activate(sanuk);
  
sIFR.replace(sanuk, {
	selector:'#secondaryContent h3'
	,wmode:'transparent'
	,css: [ '.sIFR-root { font:bold 14px; color:#741600; text-transform:uppercase; } ']
});

sIFR.replace(sanuk, {
	selector:'#promote h4'
	,wmode:'transparent'
	,css: [ '.sIFR-root { font-size:17px; color:#35312f; }' ]
});

/*
sIFR.replace(sanuk, {
	selector:'#primaryContent h2'
	,wmode:'transparent'
	,css: [ '.sIFR-root { font:bold 16px; color:#741600; } ' ]
});
*/