var burbank = {
  src: 'http://media2.clubpenguin.com/www/flash/burbank_sifr3.swf'
};

sIFR.activate(burbank);

/* KEEP for h4 used on Sitemap for hover */
sIFR.replace(burbank,
{
	selector: 'h4.blueback', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #00529b; }'
		  ,'a:hover { color: #00529b; }'		  
		  ],
	wmode: 'transparent'
});

/* h3.yellowback used on Parents page for Manage Penguin Accounts  */
sIFR.replace(burbank,
{
	selector: 'h3.yellowback', 
    css: [
		  '.sIFR-root { font-size: 15px; color: #FF9A00; }'
		  ],
    wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -5	
});

/* h3.blueback used on Parents page for Player Safety and Privacy Protection  */
sIFR.replace(burbank,
{
	selector: 'h3.blueback', 
    css: [
		  '.sIFR-root { font-size: 19px; color: #00529b; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -5	
});

/* subpage news secHdr h3 used on Company page for About Club Penguin  */
sIFR.replace(burbank,
{
	selector: '.subpage .news .secHdr h3', 
    css: [
		  '.sIFR-root { font-size: 19px; color: #00529b; }'	  
		  ],
	wmode: 'transparent'
	,offsetTop: -4

});

/* globalCit secHdr h3 used on Parents page for Global Citizenship  */
sIFR.replace(burbank,
{
	selector: '.globalCit .secHdr h3', 
    css: [
		  '.sIFR-root { font-size: 19px; color: #00529b; }'	  
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -10		
});

/* KEEP for H5 */
sIFR.replace(burbank,
{
	selector: 'h5', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #00529b; }'
		  ,'a:hover { color: #3089D8; }'		  
		  ],
	wmode: 'transparent'
});

/* KEEP for NEWS H4 */
sIFR.replace(burbank,
{
	selector: 'h4', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4	
});

/* KEEP for PARENTS GUIDE H3 */
sIFR.replace(burbank,
{
	selector: 'h3', 
    css: [
		  '.sIFR-root { font-size: 23px; color: #00529b; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4

});

/* KEEP for Kids Helping Kids  */
sIFR.replace(burbank,
{
	selector: ' .left-box h2', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -10	
});

/* KEEP for Kids Helping Kids gallery headings */
sIFR.replace(burbank,
{
	selector: ' .title h2', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -10	
});

/* KEEP for 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'
	,offsetTop: -4
	,tuneHeight: -5		
});

/* KEEP for home page h2 used in promowrap DIV */
sIFR.replace(burbank,
{
	selector: '#home .header h2', 
    css: [
		  '.sIFR-root { font-size: 20px; color: #ffffff; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -5		
});

/* 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	
});