var burbank = {
  src: 'http://media2.clubpenguin.com/www/flash/burbank_sifr3.swf'
};

sIFR.activate(burbank);

sIFR.replace(burbank,
{
	selector: 'h5', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});

sIFR.replace(burbank,
{
	selector: 'h4', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});


sIFR.replace(burbank,
{
	selector: 'h4.blueback', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});



sIFR.replace(burbank,
{
	selector: 'h3.yellowback', 
    css: [
		  '.sIFR-root { font-size: 15px; color: #ff9a00; }'
		  ],
    wmode: 'transparent'
});


sIFR.replace(burbank,
{
	selector: 'h3.blueback', 
    css: [
		  '.sIFR-root { font-size: 19px; color: #00529b; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -4
});

/* help secHdr h3 used on Company page for About Club Penguin for hover */
sIFR.replace(burbank,
{
	selector: '#help .secHdr h3', 
    css: [
		  '.sIFR-root { font-size: 22px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});


sIFR.replace(burbank,
{
	selector: 'h3', 
    css: [
		  '.sIFR-root { font-size: 23px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});


/* sectionName h2 used on Sitemap for hover */
sIFR.replace(burbank,
{
	selector: '.sectionName h2', 
    css: [
		  '.sIFR-root { font-size: 19px; color: #00529b; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #00529b; }'
		  ,'a:hover { color: #3089D8; }'		  
		  ],
	wmode: 'transparent'
});


sIFR.replace(burbank,
{
	selector: 'h2', 
    css: [
		  '.sIFR-root { font-size: 29px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});