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'
	,offsetTop: -4
	,tuneHeight: -9	
});


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: 19px; color: #ff9a00; }'
		  ],
    wmode: 'transparent'
});


sIFR.replace(burbank,
{
	selector: 'h3.blueback', 
    css: [
		  '.sIFR-root { font-size: 19px; color: #00529b; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -4
});




sIFR.replace(burbank,
{
	selector: 'h3', 
    css: [
		  '.sIFR-root { font-size: 23px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});


sIFR.replace(burbank,
{
	selector: '#comments h2, .blog_entry .left h2,  .blog_entry .right h2', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});


sIFR.replace(burbank,
{
	selector: 'h2', 
    css: [
		  '.sIFR-root { font-size: 29px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});

