
var butter = { src: 'butter.swf' };

sIFR.activate(butter);

sIFR.replace(butter, {
	selector: 'h1',
    wmode: 'transparent',
    css: '.sIFR-root {color: #5c6368; font-size:19px; font-weight:bold;}'
});

sIFR.replace(butter, {
	selector: 'h2',
    wmode: 'transparent',
    css: '.sIFR-root {color: #5c6368; font-size:19px; font-weight:bold;}'
});

sIFR.replace(butter, {
  selector: 'h3'
	,wmode: 'transparent'
	 ,css:  [
	 '.sIFR-root {color: #999999; font-size:30px; }'
	, 'a { color: #999999; background-color: transparent; text-decoration: none; }'
    , 'a:link { color: #999999; background-color: transparent; text-decoration: none ; }'
    , 'a:hover { color: #999999; background-color: transparent; text-decoration: none ; }'
    , 'a:focus { color: #999999; background-color: transparent; text-decoration: none ; }'    
  ]
});

