var burbank = {
  src: 'http://media2.clubpenguin.com/www/flash/burbank_sifr3.swf'
};

sIFR.activate(burbank);

sIFR.replace(burbank,
{
	selector: 'h4.almost', 
    css: [
		  '.sIFR-root { font-size: 18px; color: #ff0000; }'
		  ],
	wmode: 'transparent'
});

sIFR.replace(burbank,
{
	selector: 'h4.activate', 
    css: [
		  '.sIFR-root { font-size: 18px; color: #00519a; }'
		  ],
	wmode: 'transparent'
});

sIFR.replace(burbank,
{
	selector: 'h6', 
    css: [
		  '.sIFR-root { font-size: 11px; color: #ff0000; }'
		  ],
	wmode: 'transparent'
});

/* KEEP for all H2's that appear at the top of every page */
sIFR.replace(burbank,
{
	selector: 'h2', 
    css: [
		  '.sIFR-root { font-size: 29px; color: #00529b; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -10	
});